Replies: 2 comments
-
Can you reproduce this without Wayland? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an Electron problem, I would say. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Certain AppImages (e.g., Viber.AppImage, Beeper.AppImage, Electron-based) running on openSUSE Tumbleweed prevent the system from suspending/hibernating. When these AppImages are running, systemd-sleep sometimes fails with a "Failed to freeze unit 'user.slice': Connection timed out" error. In the worst case, the entire computer hard-freezes (full system hang), and only a hardware reset helps.
Steps to Reproduce:
What I tried:
Expected behavior:
Actual behavior:
System Information:
Relevant logs:
systemd-sleep[XXXXX]: Failed to freeze unit 'user.slice': Connection timed out
kernel: Freezing user space processes
kernel: Freezing user space processes completed
...
(ps output before/after kill)
PID 12345 S viber.AppImage
PID 12345 Z viber.AppImage
Workaround:
Impact:
This bug can lead to complete system hangs and data loss, as the only recovery is a hard reset.
Please advise if there is a way to forcefully terminate AppImages or make them reliably respond to system signals during suspend. Any suggestions for debugging or workaround would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions