youpie
(youp lamb)
November 29, 2023, 11:50am
1
Since recently my computer has started pasting the clipboard everytime i unlock my pc from sleep.
So lets say I copy a password to log in somewhere and then start editing a document. If i then let my pc lock and fall asleep, and unlock it again. The password gets pasted in the document.
It’s not that big of a deal, it’s just a bit annoying and i don’t know how to fix it.
Thanks,
librico
(Fredrik Konrad)
December 10, 2023, 5:13am
3
I had the same problem at the same time and found the remedy:
Apparently, the Pano Clipboard Manager extension tends to do that when the “paste on select” option is enabled, which it is by default.
opened 06:43AM - 25 Nov 23 UTC
bug
## Description
The last copied value is automatically pasted every time I log… in
### Problem Explanation
The bug happens when I login, and the copied value is automatically pasted, when I disable pano, everything returns to normal.
### Expected Behavior
Nothing pasted
## Reprodution
### Steps To Reproduce
1. Open gedit
2. Input some text and copy it
3. Logout and login again
4. the gedit text will automatic append the text your copied before.
### Details
#### It happens with any application?
- [x] Yes, it applies to any application.
#### It happens only on one computer?
- [x] I don't know.
#### It happens only with some specific gnome configuration?
- [x] I don't think that the configuration matters.
#### It happens only with some specific extension installed?
- [x] I don't think that the installed extensions affect the bug/behavior.
## Diagnostics
**Under what conditions does it happen?**
Fill in all information that applies:
### Environment
- GNOME Shell version: 45.1
- Distro: Arch Linux
- Distro version: rolling
### Screenshots
https://github.com/oae/gnome-shell-pano/assets/1665522/ee460f89-9c8f-489b-a96a-c3bf6b08826b
### Application Details
### Output and Logs
#### Gnome
**Command:** `journalctl --since=now --follow /usr/bin/gnome-shell`
``` bash
$ journalctl --since=now --follow /usr/bin/gnome-shell
Nov 25 14:41:59 Arch gnome-shell[1788]: ../glib/gobject/gsignal.c:2777: instance '0x561994d3a230' has no handler with id '499269'
Nov 25 14:41:59 Arch gnome-shell[1788]: [pano] [extension] extension is disabled
Nov 25 14:42:05 Arch gnome-shell[1788]: meta_dbus_session_manager_uninhibit: assertion 'priv->inhibit_count > 0' failed
Nov 25 14:42:05 Arch gnome-shell[1788]: meta_dbus_session_manager_uninhibit: assertion 'priv->inhibit_count > 0' failed
Nov 25 14:42:05 Arch gnome-shell[1788]: meta_dbus_session_manager_uninhibit: assertion 'priv->inhibit_count > 0' failed
Nov 25 14:42:05 Arch gnome-shell[1788]: loading user theme: /home/everyx/.local/share/themes/Custom-Accent-Colors/gnome-shell/gnome-shell.css
Nov 25 14:42:05 Arch gnome-shell[1788]: [pano] [extension] extension is enabled
Nov 25 14:42:06 Arch gnome-shell[1788]: Received multiple virtual 0x1d key releases (ignoring)
```
#### Pano Configuration
**Command:** `dconf dump /org/gnome/shell/extensions/pano/`
``` bash
$ dconf dump /org/gnome/shell/extensions/pano/
[/]
global-shortcut=['<Super>v']
history-length=20
is-in-incognito=false
paste-on-select=true
play-audio-on-copy=false
send-notification-on-copy=false
shortcut=['<Super>v']
show-indicator=false
sync-primary=false
watch-exclusion-list=true
wiggle-indicator=false
```
#### Enabled Extensions
**Command:** `dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'`
``` bash
$ dconf read /org/gnome/shell/enabled-extensions | tr ' ' '\n'
['timepp@zagortenay333',
'desktop-cube@schneegans.github.com',
'windowIsReady_Remover@nunofarruca@gmail.com',
'GPU_profile_selector@lorenzo9904.gmail.com',
'gnome-shell-screenshot@ttll.de',
'advanced-alt-tab@G-dH.github.com',
'trayIconsReloaded@selfmade.pl',
'BingWallpaper@ineffable-gmail.com',
'emoji-selector@maestroschan.fr',
'gsconnect@andyholmes.github.io',
'appindicatorsupport@rgcjonas.gmail.com',
'just-perfection-desktop@just-perfection',
'color-picker@tuberry',
'user-theme@gnome-shell-extensions.gcampax.github.com',
'drive-menu@gnome-shell-extensions.gcampax.github.com',
'autohide-battery@sitnik.ru',
'shuzhi@tuberry',
'ibus-tweaker@tuberry.github.com',
'noannoyance@daase.net',
'blur-my-shell@aunetx',
'gnome-compact-top-bar@metehan-arslan.github.io',
'transparent-top-bar@zhanghai.me',
'date-menu-formatter@marcinjakubowski.github.com',
'ibus-switcher@kevinhwang91.github.com',
'Battery-Health-Charging@maniacx.github.com',
'legacyschemeautoswitcher@joshimukul29.gmail.com',
'Hide_Activities@shay.shayel.org',
'bluetooth-quick-connect@bjarosze.gmail.com',
'custom-accent-colors@demiskp',
'auto-move-windows@gnome-shell-extensions.gcampax.github.com',
'cronomix@zagortenay333',
'launch-new-instance@gnome-shell-extensions.gcampax.github.com',
'pomodoro@arun.codito.in',
'pano@elhan.io']
```
I don’t know whether this is a bug or intended, I don’t quite understand the option, but disabling it solved the problem for me. Hope this helps you as well~
youpie
(youp lamb)
January 5, 2024, 2:11pm
4
Yup, that was my solution too