Open Anuskuss opened 3 months ago
Wat. Are you a new user or did this bug start happening on an existing installation?
This has been happening for forever but I decided to finally report it today.
Lol, k. If you run sudo journalctl -f /usr/bin/gnome-shell
in the terminal and then reproduce the bug, does anything pop with clipboard-history
in it?
No but are you implying that you can't reproduce this?
Yeah, I'm not even on Gnome 46 and have switched to my replacement as per https://github.com/SUPERCILEX/gnome-clipboard-history#project-status-replaced-by-ringboard. Also nobody else has reported anything like this bug so something very weird is probably going on.
Yeah, I'm not even on Gnome 46 and have switched to my replacement as per https://github.com/SUPERCILEX/gnome-clipboard-history#project-status-replaced-by-ringboard. Also nobody else has reported anything like this bug so something very weird is probably going on.
I know that you've been working on it, and all the advantages it has. But, for Gnome users, how do you integrate that with Gnome? There's no Gnome Extension or something for it, it's just a command line, afaik.
Okay so I made a new discovery: When your history is full and the window takes the full height of the screen it will only show you 12.5 history and 11 favorite entries. So I think what's happening is that the 12th favorite tires to push the history container "out of the screen" because the favorites container has to always show all elements while the history container has a min height of 12 elements. So an easy way to fix this would be to make the favorites container scrollable. And they should also both occupy 50% when they both have overflow.
Ohhhhhh! Nice find! One option could be to get rid of the separate section and dynamically combine the favorites and normal list into the first page.
As for Ringboard, I didn't mean that you should switch but rather that I won't be working on this extension anymore. But if you fix this bug, I'll accept a PR. :)
Describe the bug
I have to limit the
history-size
to 10 otherwise the window won't open.How To Reproduce
history-size
to 30 and create 30 entrieshistory-size
to 10 and copying something)Versions