-
Notifications
You must be signed in to change notification settings - Fork 461
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
items cannot edit, pin.. #2649
Comments
The paths in the configuration should be absolute (starting with drive, for example I think you may need to use |
Can you post steps to reproduce? |
|
I cannot reproduce the behavior with your config, but I'm using Linux. I wonder if the following errors in your logs are causing this:
Does the problem persist when you remove and create the tab again? |
I'm having an identical issue. On MacOS 15 and CopyQ 9.0.0 (arm). I noticed if the text I'm trying to import to the synchronized tabs has formats, like the ones copied from any website or online, it'll sabotage the rest of the clipboard. It's so strange, I've been using this for a while without any issue until recently. Not sure if helps, but I'm currently using Syncthing to sync my clipboard across all my devices. and yes, the problem does persist even if I remove and create the tab again. |
Thanks for the reproducer! I can reproduce it, but only if I try triggering the actions from the context menu or menu bar. Using shortcut still works. Looking into it. |
Missing comparison operator on custom private data caused triggering redundant updates because the app incorrectly assumed that the data always changed. Fixes #2649
Before creating a new issue, see list of known
issues.
Describe the bug
when setting the synchronize path, all operations on items cannot be run
Screenshots
Version, OS and Environment
(Get details from
copyq version
command if possible.)Additional context
CopyQ Warning [2024-03-21 19:45:27.784] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:49:24.753] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:49:48.924] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:52:18.676] : [default] QtWarning: QSystemTrayIcon::setVisible: No Icon set
CopyQ Warning [2024-03-21 19:54:26.119] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:54:37.079] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:54:43.785] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:54:53.277] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:55:18.618] : [default] QtWarning: QSystemTrayIcon::setVisible: No Icon set
CopyQ Warning [2024-03-21 19:55:26.623] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 19:55:29.679] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ ERROR [2024-03-21 19:56:14.048] : 无法连接到服务端!请先启动 CopyQ 服务端。
CopyQ Warning [2024-03-21 19:57:13.569] : [default] QtWarning: QSystemTrayIcon::setVisible: No Icon set
CopyQ Warning [2024-03-21 20:00:34.703] : [default] QtWarning: QSystemTrayIcon::setVisible: No Icon set
CopyQ Warning [2024-03-21 20:01:06.274] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 20:01:30.378] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ ERROR [2024-03-21 20:04:36.758] : Corrupted data: Failed to read MIME type (v1)
CopyQ Note [2024-03-21 20:04:45.058] : Keeping corrupted tab on user request
CopyQ Warning [2024-03-21 20:05:05.110] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ ERROR [2024-03-21 20:06:34.681] : Corrupted data: Failed to read MIME type (v1)
CopyQ Note [2024-03-21 20:06:38.033] : Keeping corrupted tab on user request
CopyQ Warning [2024-03-21 20:06:56.649] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 20:07:39.877] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
CopyQ Warning [2024-03-21 20:09:13.450] : [qt.qpa.mime] QtWarning: Retrying to obtain clipboard.
The text was updated successfully, but these errors were encountered: