-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
KDE Wayland freezes when open an AppImage with double click #1351
Comments
Maybe it's about some specific use case. If you have a chance can you try an application what I've tried already ? It's happening me every time. If there is a way to debug it, I could also help. |
Please try with the AppImageUpdate AppImage, since I currently don't have access to Fedora 40 KDE. If it works with this but not with other AppImages, then we need to find out what they are doing differently. Can you run |
Can confirm (Fedora 40, KDE/Wayland, kernel 6.10.6); I also have this issue when simply double clicking an AppImage through Dolphin, although DaVinci Resolve 19.0's .run file gave a similar result. Doesn't appear to happen when accessed through terminal. Sometimes it will unfreeze and open dozens of instances of the program (the most recent instance was with Story Architect's setup AppImage). I put some lines from journalctl here; apologies for the length: There are thousands of lines like the following:
Eventually I got several repeats of
Unsure if this is relevant, but could be:
Eventually is straightened out with multiple repeats of
|
Possibly related: |
There is no problem about it, it just works. |
What happens if you run the AppImage in a terminal with |
I couldn't open AppRun with double click. KDE wants some application to open with, but I'm able to run it from terminal |
Just redownloaded the file; AppRun refused to export, though once I double clicked the binary itself it asked if I'll allow it to execute, then opened regularly. Oddly, this time the same thing happened with the AppImage. It looks like the ask for permission was significant for some reason, though: double clicking the AppImage after that time would freeze my system for 5 seconds before the program opened, while double clicking the extracted binary opened the program instantly. Curiously, selecting the AppImage and pressing "Enter" as opposed to double clicking opened >100 instances, though this didn't happen at all for the binary. As with earlier, starting the AppImage from the terminal has no lag or other discernible side effects. |
Can confirm this. Opening through the terminal works fine. Double clicking the file locks everything up for ~5 sec. |
@Henrik0x7F are you also using Fedora 40 KDE on Wayland? |
Yes, I am |
Since Fedora 40 KDE on Wayland is the only distribution known to have this issue (or at least the first one we are becoming aware of), I'd suggest to open a bug there, too. On the AppImage side nothing has changed that I could imagine would cause this suddenly. |
That makes sense; Fedora's great and all, but at times it can get too cutting-edge for its own good |
It's a bit out of content but if this happens because Fedora is little too much cutting edge then we should see same thing in Arch. I'm not justifying Fedora, just wanted to talk about "cutting edge situation". |
Has someone already created a bug report at fedora? |
If someone reported to Fedora please refer this issue to them and Fedora report link to here. |
FWIW I'm also experiencing this issue. I'm on EndeavourOS, KDE Wayland. |
This changes everything, I think there is something with KDE Wayland since it's the common point. |
Is systemd part of what is going on? Might be another constant here? |
I don't think systemd causes this issue. I just tested on KDE X11 and Hyprland on my system. Both work fine, so it seems to be a KDE Wayland specific issue. |
Interesting. Thanks for testing @BlauFx. |
I primarily tested osu, standard-notes and the yubikey-manager AppImage. Running any other AppImage is affected as well. Digging further I noticed: Because of the correlation between file size and the amount of seconds KDE is frozen, I would speculate during decompression something causes KDE Wayland to complete freeze. |
Thanks. Maybe it has to do with the amount of data that needs to be decompressed when launching the application. This might explain why I didn't run into the issue with the AppImageUpdate AppImage. Not all of the AppImage is extracted when the application is launched, only the parts that are needed. So the AppImage size may only be loosely correlated. |
Possibly related to this? |
I've been having the same issue on KDE Neon 6.0 and I just came across this discussion. I tried the fix listed in https://bugs.kde.org/show_bug.cgi?id=492584 and this fixes the problem so it does not appear to be a appimage problem. Thanks for the help. |
Hi, I'm not sure if I 'm opening issue to right repo but here is what I have:
When I open an appimage with using my desktop environment (I mean just click to open with mouse) my system freezes but if I open appimage with terminal, it's not happening. It happens in wayland both amd and nvidia gpu. Fedora 40 KDE Plasma. In x11, I didn't see this problem. If I extract appimage, it's not happening. I tried with 3 different appimage from 3 different developer : Beekeeper Studio, RustDesk, Surrealist. It's not happening in Gnome also.
I'm not sure how to give more information about it, but I think you will encounter if you try with KDE Wayland.
The text was updated successfully, but these errors were encountered: