mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[GH-ISSUE #171] [BUG] AppImage is missing libappindicator3 #91
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 @DJMoffinz on GitHub (Nov 15, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/171
Describe the bug
The AppImage distribution of the Drop desktop client does not come with libappindicator3 or libayatana-appindicator3, which causes it not to run on my system. I have tried installing them from system repositories, which has not solved my issue.
I confirmed that they are not there by running the appimage with the
--appimage-mountflag and searching theusr/libdirectory of the image for "appindicator" and found nothing.Unless there is a good reason for this, I suggest that they be included in future releases or made optional dependencies so as not to defeat the purpose of AppImages.
Desktop (please complete the following information):
@DJMoffinz commented on GitHub (Nov 15, 2025):
closing as i now know that this seems to be a known problem, and setting
NO_TRAY_ICON=trueallows the program to run[BUG] AppImage is missing libappindicator3to [GH-ISSUE #171] [BUG] AppImage is missing libappindicator3