hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.24k stars 430 forks source link

items cannot edit, pin.. #2649

Open Omoinemie opened 3 months ago

Omoinemie commented 3 months ago

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.)

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.

hluk commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

I can't use the edit with the mouse

Can you post steps to reproduce?

Omoinemie commented 3 months ago

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 commented 3 months ago

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?