mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 17:05:32 -04:00
[GH-ISSUE #155] Steam deck support #80
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 @teixeiras on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/155
It would be great to have steam deck support.
Right now the AppImage crash whenever we try to run, and install aur on a read-only filesystem is also not feasible.
panicked at: (...) libappindicator.sys
With error saying it can't find any of libappindicator.so libraries
Having an full AppImage with all dependencies could be a solution, already used by so many apps.
@quexeky commented on GitHub (Sep 29, 2025):
In the meantime, there is a flatpak which works, although it needs to be installed manually due to some testing issues Drop-OSS/packages#2 . As far as appimage difficulties, progress on that can be found here: Drop-OSS/packages#1, although a temporary solution exists to run the appimage with
NO_TRAY_ICON=true ./appimage. Closing as duplicate of Drop-OSS/packages#4 , although I'll leave it here as a reference because we get a few requests every so often.Steam deck supportto [GH-ISSUE #155] Steam deck support