-
Notifications
You must be signed in to change notification settings - Fork 460
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
Handling of primary selections depends on "automatic commands" option #2651
Labels
Comments
Nice find, this explains why primary selection wasn't working for me. Can confirm on: Version, OS and Environment |
hluk
added a commit
that referenced
this issue
Apr 18, 2024
Fixes storing selection when "Store text selected using mouse" option is enabled but "Run automatic commands on selection" is disabled. Fixes #2651
hluk
added a commit
that referenced
this issue
Apr 21, 2024
Fixes storing selection when "Store text selected using mouse" option is enabled but "Run automatic commands on selection" is disabled. Fixes #2651
hluk
added a commit
that referenced
this issue
Apr 21, 2024
Fixes storing selection when "Store text selected using mouse" option is enabled but "Run automatic commands on selection" is disabled. Fixes #2651
Fixed in #2681 (it will be available in the next release). Thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
For primary selections to be stored in the history, it seems the Run automatic commands on selection (
run_selection
) option must be enabled in addition to the Store text selected using mouse (check_selection
) option.To Reproduce
Then select a few items with the mouse, and see how those weren't added to the history:
Expected behavior
I'd expect
copyq read 0 1
to list items selected with the mouse regardless of thecopyq config run_selection
value.Version, OS and Environment
CopyQ Clipboard Manager 6.4.0
Qt: 5.15.8
KNotifications: 5.101.0
Compiler: GCC
Arch: x86_64-little_endian-lp64
OS: Debian GNU/Linux 12 (bookworm)
I was able to reproduce the behavior both on Wayland and X11.
The text was updated successfully, but these errors were encountered: