mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 00:45:21 -04:00
[GH-ISSUE #168] [BUG] Instant crash, Nobara Linux, Grey and Blank Window #88
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 @ArchEngel0 on GitHub (Nov 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/168
Describe the bug
Nobara 42 Gnome 48.5 Wayland Nvidia
Cannot run any of the Appimages or the RPM.
When launched it briefly creates the window, then closes.
When I attempted the Nvidia fix: env WEBKIT_DISABLE_DMABUF_RENDERER=1, no change.
When I attempted the libappindicator fix, no change.
When I attempted an older beta version found in someone else's related issue the window opens, and stays open, but remains grey/blank, with no window decorations.
So I attempted to build the app, the build process was fun, got to learn about pkgconfig and that kinda thing, and even after finally getting successful builds no success.
To Reproduce
Steps to reproduce the behavior:
1a. run appimage
1b. run installed rpm
Expected behavior
Not an instant crash, not a blank/grey window.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Server install on unraid went great as far as I could tell, so that's neat.
@Pacodastre commented on GitHub (Nov 6, 2025):
I am having the same issue. You can run the app with an environment variable to fix the issue:
WEBKIT_DISABLE_DMABUF_RENDERER=1 drop-app.@Sixdd6 commented on GitHub (Nov 13, 2025):
I tried adding the mentioned environment variable and the app still crashes immediately after opening for me. Using Nobara 42. I also tried the rpm package and it refused to install, the log location it gave me was also empty so I don't know what error it encountered.
@Pacodastre commented on GitHub (Nov 13, 2025):
I installed nobara in a virtual machine, and i was able to install drop-app and run it using the rpm package. Though I don't have a nvidia GPU on this machine, so I could not test your use case.
When you tried using the
WEBKIT_DISABLE_DMABUF_RENDERERenvironment variable, was it using the app image or the rpm package? If you haven't, try using this environment variable when running drop-app installed with the rpm package.@Sixdd6 commented on GitHub (Nov 13, 2025):
Sorry I should have specified, I added the variable to my bashrc when I tested. If I'm correct that would have worked regardless of packaging.
@Pacodastre commented on GitHub (Nov 13, 2025):
Did you source your bashrc after changing the file? What if you try to run it from the terminal with the env variable in front?
WEBKIT_DISABLE_DMABUF_RENDERER=1 drop-app@Sixdd6 commented on GitHub (Nov 13, 2025):
This is what I got when running from Terminal:
I may not be using the variable correctly there since it complains about the command.
@Pacodastre commented on GitHub (Nov 13, 2025):
ok so a few things here:
WEBKIT_DISABLE_DMABUF_RENDERER=1 ./Drop.Desktop.Client_0.3.3_amd64.appimagesudo dnf install libayatana-appindicator-gtk3This is what the output looks like for me. The app is running.
@Sixdd6 commented on GitHub (Nov 14, 2025):
Ok, I installed the appindicator package and it gave this output when run as you showed:
@Pacodastre commented on GitHub (Nov 14, 2025):
did the install command for libayatana-appindicator-gtk3 work? It still doesn't look like it installed properly. Can you post the output of the install command?
@Sixdd6 commented on GitHub (Nov 14, 2025):
So I found the part of the docs that related to the tray icon and when running the appimage with NO_TRAY_ICON=true the app runs fine. For anyone else that finds this issue just run the appimage like so:
If you aren't running an nVidia graphics driver you can probably ignore the webkit part, I haven't tried without it though so ymmv.
@ArchEngel0 commented on GitHub (Nov 14, 2025):
Great, thanks @Sixdd6 this works, I can't believe I didn't try both of those at the same time earlier on!
I attempted each individually, as well as successfully installing the appindicators, but sometimes its like this.
[BUG] Instant crash, Nobara Linux, Grey and Blank Windowto [GH-ISSUE #168] [BUG] Instant crash, Nobara Linux, Grey and Blank Window