-
Notifications
You must be signed in to change notification settings - Fork 47
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
SetTitle
is not working
#26
Comments
Can you confirm where the title was expected to appear? My understanding is that it appears on tooltip, but it was not clear from the screenshot that this was not the case? |
And just FYI, the |
Hi @andydotxyz, any updates on the above, is it an issue or design choice? |
I have checked out the protocol and the code, it should work. |
It could be a difference in how your window manager handles legacy system tray and the new "AppIndicator" tray items, i'm not entirely sure, as Gnome does not work on this computer. |
Yeah, that might be the problem of the DE, I will also try to check the Can you clarify a doubt, is it ok to encode a SVG(which has some text) to byte array and pass that to |
I'm pretty sure that the image data must be bitmap (.png even). |
Hello, Any update on this subject? why it works on get lantern initial project and not this one ? On MacOS, I don't have the issue but I got it on windows. |
Windows does not support having text next to the system tray icon, so it will show as a tooltip (if none other is set) instead. For the title issue of this ticket we were waiting for more information from the OP. |
Thanks for your feedback. Maybe could we add this to documentation ? |
If it is confirmed that is the answer we could close it with a doc update. Though I am curious about your comment, how does it look on Windows with the original project?
|
Having the same issue here on KDE, although getlantern/systray has the same issue for me. |
I don't think KDE supports inserting text to the system tray. Can you show any app which does that? |
Hi, thanks for creating a fork of lantern's systray.
I tried the below code with systray library
But I couldn't see the title in system tray
So was this intentional? Or this is an issue? Thanks in advance!
System and package details
OS: Ubuntu 21.10
Desktop environment: Gnome 40.4.0
Package version: fyne.io/systray v1.10.0
Go version: 1.18
The text was updated successfully, but these errors were encountered: