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

items cannot edit, pin.. #2649

Closed
Omoinemie opened this issue Mar 21, 2024 · 7 comments · Fixed by #2819
Closed

items cannot edit, pin.. #2649

Omoinemie opened this issue Mar 21, 2024 · 7 comments · Fixed by #2819
Labels

Comments

@Omoinemie
Copy link

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
image
image
image

Version, OS and Environment
(Get details from copyq version command if possible.)

  • Application Version [e.g. 3.7.2]
  • OS [e.g. Windows]
  • Desktop environment, window manager (if applicable)

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.

@Omoinemie Omoinemie added the bug label Mar 21, 2024
@hluk
Copy link
Owner

hluk commented Mar 22, 2024

The paths in the configuration should be absolute (starting with drive, for example C:/), otherwise a relative folder is used from where the app was started.

I think you may need to use / path separator and CopyQ does not recognize the environment variables (like %LOCALAPPDATA%).

@Omoinemie
Copy link
Author

The paths in the configuration should be absolute (starting with drive, for example C:/), otherwise a relative folder is used from where the app was started.

I think you may need to use / path separator and CopyQ does not recognize the environment variables (like %LOCALAPPDATA%).

I tried this but it doesn't work, I can't use the edit with the mouse, but it works with the keyboard shortcuts
image
image

@hluk
Copy link
Owner

hluk commented Mar 22, 2024

I can't use the edit with the mouse

Can you post steps to reproduce?

@Omoinemie
Copy link
Author

Omoinemie commented Mar 22, 2024

I can't use the edit with the mouse

Can you post steps to reproduce?

PixPin_2024-03-22_19-14-46
config.zip
this is my configure

@hluk
Copy link
Owner

hluk commented Mar 24, 2024

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:

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

Does the problem persist when you remove and create the tab again?

@madworld567
Copy link

madworld567 commented Aug 21, 2024

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:

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

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.

sample

@hluk
Copy link
Owner

hluk commented Aug 21, 2024

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.

hluk added a commit that referenced this issue Aug 21, 2024
Missing comparison operator on custom private data caused triggering
redundant updates because the app incorrectly assumed that the data
always changed.

Fixes #2649
@hluk hluk closed this as completed in e54d698 Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants