-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon shows as idle while syncing data #20
Comments
Thank you for your feedback. |
Thank you for your answer! I have tried his fork, but the problem was not fixed either! Do you recommend to switch to his version and report the bug there? |
It would be reasonable to switch to the fork, because he made some improvements. |
OK, thanks! I'm still beginning to learn Python, since I have always done all my projects in Bash. I even wrote a tray icon for Syncthing, actually, but decided to try something new since the old systray is a X thing and will be deprecated in the future with Wayland (and maintaining code in bash always turns into a nightmare)! I tried understanding the code that sets the icon, but was not able, probably due to my inexperience with Python yet! |
I was replacing the default icons, and noticed that syncthing-ubuntu-indicator doesn't change the icons while syncing data. Under the line
def set_icon(self):
, I have placedprint(self.state)
, and on the console the following was being printed while the devices were exchanging data (I have tested with big files to make sure the indicator had enough time to update itself):The text was updated successfully, but these errors were encountered: