mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-21 16:15:24 -04:00
[GH-ISSUE #237] [Bug] Crash on wayland nvidia #121
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 @raku-cat on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/237
Noticed the app crashes when trying to launch on wayland running under the nvidia proprietary drivers.
This is identical to a bug I got here https://github.com/soulhotel/git-userChrome/issues/7 you can refer to that issue for more details, the same workaround from that thread (
__NV_DISABLE_EXPLICIT_SYNC=1 drop-app) works here as well.@quexeky commented on GitHub (Sep 3, 2025):
The workaround which we found was:
https://docs.droposs.org/docs/next/guides/client-troubleshooting
@raku-cat commented on GitHub (Sep 3, 2025):
Ah okay! Just realized I opened this in the wrong repo as well, sorry about that!
Probably better to copy the desktop file to
~/.local/share/applicationsand make the modifications, depending on how you installed the app.[Bug] Crash on wayland nvidiato [GH-ISSUE #237] [Bug] Crash on wayland nvidia