-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Fix tray icon menu position and color on Linux (Gnome) #2587
Conversation
d5f5cd3
to
99e7f13
Compare
Which tray does it go in? |
Depends on your desktop, I don't know that much about MATE. Maybe in one of the task bars, near the clock? |
I've got an Indicator Applet and an IBus applet, that show different "tray" stuff. |
I guess I'd expect it in the indicator applet? Mine for GNOME Shell is in the TopIcons Plus extension. But if you see a suspicious blank space anywhere, try right clicking it. |
Nope, doesn't show up anywhere, and then refuses to unminimise |
I'll just have to take your word that it works on Gnome. |
I may well be the only Mate user of CKAN, and I don't care about this feature, as it doesn't have the main element I wanted for a tray applet (handling multiple KSP installs). |
Problem
#2565 added a tray icon with a context menu. On Linux, it has light text on a white background and it can be displayed mostly off-screen:
(The icon is invisible as well. I don't know why that is, so this pull request doesn't attempt to fix it.)
Cause
Mono?
Changes
Now the background matches other menus, and the position is always on screen:
In addition, the tray icon related code is moved from
Main.cs
toMainTrayIcon.cs
.