mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #124] [BUG] Crash on Endeavour #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zontreck on GitHub (Aug 25, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/124
Describe the bug
This is partially related to #91.
Initially i had found that bug because I could not launch the appimage. However, after following the workaround, and installing the package from the AUR, I get a new error that is Wayland specific.
To Reproduce
Steps to reproduce the behavior:
yay -Sy drop-oss-app umu-launcherExpected behavior
App should launch
Log
Desktop (please complete the following information):
Additional context
This appears to be a Wayland related bug.
The package depends on umu-launcher, but it does not get automatically installed if it is not found.
@DecDuck commented on GitHub (Aug 25, 2025):
Sorry, our AUR packages are a little out of date because we had difficulties connecting to it through the recent DDoS/downtimes.
What display environment and GPU are you using? We have a bug with Nvidia: https://docs.droposs.org/docs/guides/client-troubleshooting#im-on-linux-with-nvidia-proprietary-drivers-and-drop-wont-launch
@zontreck commented on GitHub (Aug 25, 2025):
NVIDIA with Wayland, as i said above. I'll check out that link
@DecDuck commented on GitHub (Aug 25, 2025):
Just FYI, Wayland is the display protocol, not the display/desktop environment.
We chose to not hard dependent on
umu-launcherbecause it is optional, Drop works fine without it installed.@zontreck commented on GitHub (Aug 25, 2025):
Doing the NVIDIA fixes worked. But, the
umu-launcher, it is a hard dependency, at least in the AUR script currently. It won't build or install without it. So if it is meant to be optional, might want to look into that. But my issue is resolved as i was able to get it to launch with the Desktop file edits.[BUG] Crash on Endeavourto [GH-ISSUE #124] [BUG] Crash on Endeavour