BlueBubblesApp / bluebubbles-app

A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
https://bluebubbles.app
Apache License 2.0
668 stars 93 forks source link

system tray icon in flatpak version of bluebubbles desktop is not working properly #2717

Open queenbiscuit311 opened 2 months ago

queenbiscuit311 commented 2 months ago

The system tray icon in the flatpak app doesn't work due to missing flatpak options. Running the app with command "flatpak run --talk-name=org.kde.StatusNotifierWatcher app.bluebubbles.BlueBubbles" or enabling "D-Bus session bus" in flatseal fixes this.

In addition, the system tray icon is blank because it attempts to set the icon to /app/bluebubbles/data/flutter_assets/assets/icon/icon.png, which doesn't exist outside of the flatpak container.