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

clipboard blanking immediately after copy following resume from suspend #30

Open
dnut opened this issue May 10, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@dnut
Copy link
Owner

dnut commented May 10, 2023

Shortly after coming back from suspend, I saw this behavior. I would copy something into the clipboard but then I couldn't paste anything. The clipboard was empty. I was getting multiple log lines for each time that I copied something. Sometimes 2 sometimes 3. I did see that I could paste a couple times though when I was messing around in the terminal. But I was never able to copy and paste in firefox.

Resumed from suspend at 9:01. I saved all the systemd logs from that time to my computer in the bugs folder.

May 10 09:03:34 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:03:34 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:03:53 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:03:53 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:03:53 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:04:00 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:04:00 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:04:00 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:04:03 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:04:03 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:02 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:02 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:02 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:05 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:05 hp1040 env[1233853]: INFO - clipboard updated from display :0
May 10 09:05:29 hp1040 env[2352]: DEBUG - child 1233853 is still alive, as expected.
May 10 09:05:29 hp1040 env[2352]: DEBUG - routinely attempting to kill child process 1233853.
May 10 09:05:29 hp1040 env[2352]: DEBUG - child process 1233853 completed with: Signaled(Pid(1233853), SIGTERM, false)

@dnut
Copy link
Owner Author

dnut commented May 23, 2023

this is a recurring issue on resume from suspend, here are the logs from another occurrence:

May 21 03:32:36 hp1040 env[1965]: DEBUG - child process 634853 successfully initialized.
May 21 03:32:36 hp1040 env[634853]: INFO - starting clipboard sync
May 21 03:32:36 hp1040 env[634853]: DEBUG - identifying unique clipboards...
May 21 03:32:36 hp1040 env[1965]: DEBUG - waiting 600 seconds and then killing 634853.
May 21 03:32:36 hp1040 env[634853]: WARN - wayland-0 does not support zwlr_data_control_manager_v1. If you are running gnome in wayland, that's OK because it provides an x11 clipboard, which will be used instead.
May 21 03:32:36 hp1040 env[634853]: DEBUG - Found clipboard: X11Clipboard { display: ":0" }
May 21 03:32:36 hp1040 env[634853]: DEBUG - Found clipboard: X11Clipboard { display: ":1" }
May 21 03:32:36 hp1040 env[634853]: WARN - Issue connecting to some x11 clipboards. This is expected when hooking up to gnome wayland, and not a problem in that context. Details: 'clipboard error: X11 clipboard error : XCB connection err>
May 21 03:32:36 hp1040 env[634853]: DEBUG - X11Clipboard { display: ":0" } is the same as X11Clipboard { display: ":1" }, removing X11Clipboard { display: ":1" }
May 21 03:32:36 hp1040 env[634853]: INFO - Using clipboards: [X11Clipboard { display: ":0" }]
May 23 11:37:52 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:37:52 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:37:52 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:04 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:04 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:04 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:13 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:14 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:14 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:16 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:16 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:42 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:39:42 hp1040 env[634853]: INFO - clipboard updated from display :0
May 23 11:40:35 hp1040 env[1965]: DEBUG - child 634853 is still alive, as expected.
May 23 11:40:35 hp1040 env[1965]: DEBUG - routinely attempting to kill child process 634853.
May 23 11:40:35 hp1040 env[1965]: DEBUG - child process 634853 completed with: Signaled(Pid(634853), SIGTERM, false)

@dnut dnut changed the title clipboard blanking after copy clipboard blanking after copy after resume from suspend May 23, 2023
@dnut dnut changed the title clipboard blanking after copy after resume from suspend clipboard blanking immediately after copy following resume from suspend May 23, 2023
@dnut dnut added the bug Something isn't working label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant