Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank clipboard after update #48

Closed
Hedronmx opened this issue Mar 26, 2022 · 7 comments
Closed

Blank clipboard after update #48

Hedronmx opened this issue Mar 26, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@Hedronmx
Copy link

Describe the bug

No more clips inside the clipboard after a gnome update on fedora 35, it seems it broke something

How To Reproduce

Versions

GNOME Shell 41.4
GCH   Version: 10
org.gnome.shell.extensions.clipboard-history next-entry @as []
org.gnome.shell.extensions.clipboard-history disable-down-arrow true
org.gnome.shell.extensions.clipboard-history history-size 1000
org.gnome.shell.extensions.clipboard-history cache-size 100
org.gnome.shell.extensions.clipboard-history confirm-clear true
org.gnome.shell.extensions.clipboard-history strip-text false
org.gnome.shell.extensions.clipboard-history display-mode 0
org.gnome.shell.extensions.clipboard-history topbar-preview-size 10
org.gnome.shell.extensions.clipboard-history clear-history @as []
org.gnome.shell.extensions.clipboard-history private-mode false
org.gnome.shell.extensions.clipboard-history cache-only-favorites false
org.gnome.shell.extensions.clipboard-history process-primary-selection true
org.gnome.shell.extensions.clipboard-history paste-on-selection true
org.gnome.shell.extensions.clipboard-history notify-on-copy false
org.gnome.shell.extensions.clipboard-history toggle-menu ['<Control><Alt>v']
org.gnome.shell.extensions.clipboard-history move-item-first true
org.gnome.shell.extensions.clipboard-history window-width-percentage 33
org.gnome.shell.extensions.clipboard-history enable-keybindings true
org.gnome.shell.extensions.clipboard-history toggle-private-mode @as []
org.gnome.shell.extensions.clipboard-history prev-entry @as []

Steps to repro

Update to the gnome shell 42 which was automatically applied by fedora 35

Additional context (if a crash, provide stack trace)

Database file on my owncloud server

Screenshot from 2022-03-25 22-37-02

@Hedronmx Hedronmx added the bug Something isn't working label Mar 26, 2022
@SUPERCILEX
Copy link
Owner

It's probably a crash, so can you run journalctl -n 1000000 | grep -B 10 -A 10 'clipboard-history' and see if anything comes up?

@dodalovic
Copy link

dodalovic commented Mar 27, 2022

For me the same

Mar 27 23:04:20 pop-os gnome-shell[300294]: JS ERROR: Gio.IOErrorEnum: Stream has outstanding operation
                                            forceFill/<@/home/dodalovic/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/store.js:103:15
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b40570a0 Gjs_cosmic-dock_system76_com_appIcons_DockShowAppsIcon.dash-item-container] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b5976650 StButton.show-apps:first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b7649250 Gjs_ui_iconGrid_BaseIcon.overview-icon:insensitive first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b40570a0 Gjs_cosmic-dock_system76_com_appIcons_DockShowAppsIcon.dash-item-container] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b5976650 StButton.show-apps:first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b7649250 Gjs_ui_iconGrid_BaseIcon.overview-icon:insensitive first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b4ddd5e0 StBoxLayout:insensitive first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b40570a0 Gjs_cosmic-dock_system76_com_appIcons_DockShowAppsIcon.dash-item-container] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b5976650 StButton.show-apps:first-child last-child] which is not in the stage.
Mar 27 23:04:20 pop-os gnome-shell[300294]: st_widget_get_theme_node called on the widget [0x5590b7649250 Gjs_ui_iconGrid_BaseIcon.overview-icon:insensitive first-child last-child] which is not in the stage.```

@dodalovic
Copy link

Mar 27 23:04:20 pop-os gnome-shell[300294]: JS ERROR: Gio.IOErrorEnum: Stream has outstanding operation
                                            forceFill/<@/home/dodalovic/.local/share/gnome-shell/extensions/clipboard-history@alexsaveau.dev/store.js:103:15

@SUPERCILEX
Copy link
Owner

Pretty sure I fixed it. This is one of those bugs that makes you wonder how anything could have possible worked before. 😳

@dodalovic
Copy link

@SUPERCILEX Any idea when it'll be available?
Thanks for the super prompt reaction!

@SUPERCILEX
Copy link
Owner

I uploaded it to the Gnome extensions portal which goes through a human review process, so I have no idea when the update will be approved. In my experience, it's been pretty quick (so I'd be surprised if it hasn't been approved by tomorrow). I'll ping this thread once it goes through. 👍

@SUPERCILEX
Copy link
Owner

Live

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants