bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

Tray Icon Status Change? #120

Closed erenoglu closed 11 months ago

erenoglu commented 11 months ago

Hi, I can see that in the resources/images directory of the source code, there are icons for the tray icon showing states of Onedrive. I'm using the appimage version with Gnome on Ubuntu 22.04 with Appindicator extension, but I never see the tray icon changing according to status. For example, no green checkmark, no cross when sync error, no green circle etc. Is this implemented?

bpozdena commented 11 months ago

@erenoglu It was implemented in the past, but I dropped it because it did not work on all desktop environments and mainly, it did not make much sense when I added support for multiple accounts. So seeing the same icon there is expected.

erenoglu commented 11 months ago

Got it and understood. It would still be nice if you'd consider in the future. You could just target top 1 or 2 desktop environments, and have an AND operand to show the status. like if all accounts syncing fine, it's green, if any not syncing, red. At least it gives an idea. Thanks a lot.