-
Notifications
You must be signed in to change notification settings - Fork 449
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
The last item in tray menu is not selectable with the corresponding number key #2569
Comments
Thanks for the report! Fixed in #2691. The fix will be available in the next release. |
I am still having the same issue in v9.0.0 despite release note saying it's fixed. Can you replicate it? CopyQ Clipboard Manager 9.0.0~mantic |
Can you test it by running
Edit: Sorry, I mistook this for other issue (global shortcuts not shown in the menu). |
I have set copyq as global ubuntu keyboard shortcut which calls |
I'm running Sway Wayland compositor and There is nothing X11 or Wayland related to this feature in the app itself. It could be some problem with Qt framework or other related library. |
I think you may be right on this one. I have a very strange bug. copyq works as intended in Chrome (installed as deb) but not on firefox, okular (all installed as deb). Obsidian (deb) is hit and miss If possible can you give me pointers what could be the issue? |
Not sure, but some apps run almost seamlessly in X11 mode (XWayland) in some desktop environments. I still have to launch chrome-based apps with special parameters to run natively in Wayland (for example: |
sorry I didn't understand it clearly. I have this issue with Firefox, and Okular (non chromium apps) and I can't see flags --enable-features. Just pointing out that hopefully I am not missing something here. Just to be on same page:
|
Yes.
Yes, but not by triggering an item from CopyQ - this would require installing Wayland Support command and
No, I run CopyQ natively in Wayland, otherwise apps are blurry on 4k screens. |
Sorry it is a bit out of my understanding. I am running ubuntu 24.04 and Wayland. So do I need to enable support for each app - Firefox, Okular (PDF app), and all other apps which doesn't work? I didn't get what the issue is and why it works in some such as chrome.
But when I run it without exec, copying something doesn't even add to clipboard. I am getting very confused how you don't have the same problem if you are using wayland. |
AFAIK, clipboard monitoring for Wayland apps does not work at all in recent versions of Ubuntu, specifically Gnome Wayland sessions, unless you implement it as Gnome Shell extension. But if you run the app in Xwayland (with It is possible to verify if Wayland clipboard access works from command line with |
Completely forgot to reply. I just changed to x11 for the time being because of few more issues with Wayland. Thank you for continued support. |
Describe the bug
The last item in tray menu is not selectable with the corresponding number key. For example, if there are 5 entries in the clipboard, you can push 1 through 4 and it'll automatically paste the correct entry, but if you push the number 5, it will just search the list.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In my current example, I'd like to be able to paste the 5th entry using the number 5.
Screenshots
Version, OS and Environment
CopyQ Clipboard Manager 7.1.0~jammy
Qt: 5.15.3
KNotifications: 5.92.0
Compiler: GCC
Arch: x86_64-little_endian-lp64
OS: Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered: