mirror of
https://github.com/Drop-OSS/packages.git
synced 2026-07-22 00:26:22 -04:00
[GH-ISSUE #4] Make the DropApp SteamDeck/immutable linux compatible #1
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 @naerymdan on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/Drop-OSS/packages/issues/4
Is your feature request related to a problem? Please describe.
I would like to run the Drop app on SteamDeck without having to remove the read-only root protection to install dependencies such as libayatana-appindicator
Describe the solution you'd like
Bundle libayatana-appindicator in the AppImage (and whatever other dynamic dependencies are not natively available on SteamDeck)
Describe alternatives you've considered
Disable the read-only root and install dependencies with pacman
Additional context
Being able to integrate with Heroic Launcher / Lutris would be nice.
@quexeky commented on GitHub (Sep 27, 2025):
Moved to packages because this is where either a solution to the AppImage bundling, or Flatpak (or other) packaging would be managed.
For now, the flathub-app-bin repo is likely to be your best shot for installation on immutable distros, or running with NO_TRAY_ICON=true by default in the appimage (or any other executable)
@descention commented on GitHub (Nov 10, 2025):
For testing the appimage in nixos, I'm using the following in my system's flake. Testing enabling/disabling a few options.
Using NO_TRAY_ICON got me closer in that it doesn't crash, but it's still not rendering. It sits on a blank white window.
The above is used in a console as
appimage-run drop.appimage. This was tested on 0.3.3.@DecDuck commented on GitHub (Nov 10, 2025):
Are there any errors in the console?
@descention commented on GitHub (Nov 11, 2025):
Make the DropApp SteamDeck/immutable linux compatibleto [GH-ISSUE #4] Make the DropApp SteamDeck/immutable linux compatible