Open K4LCIFER opened 11 months ago
Seems like running export $(dbus-launch)
before running cinny from the same enviroment fixes this issue with a 50/50 chance. I wouldn't consider this a solution however. I'll see if I can find a fix for this and submit a PR.
In the meantime, if you are still having this issue, you can use this. Additionally, I haven't tested this yet but I think if you are on X11 you could change your .xinitrc
form exec [your DE/wm]
to exec dbus-launch [your DE/wm]
according to your setup, but I'm not sure if this will work and if it will cause other issues.
Describe the bug
Cinny has no icon icon in the system tray as shown below:
Reproduction
Expected behavior
I would expect an icon in the system tray.
Platform and versions
Additional Context
This issue was copied from https://github.com/cinnyapp/cinny-desktop/issues/215, as suggested by this comment.