'GtkStatusIcon label in Gnome3
How can affect on my app's status icon label in Gnome3? When i moving cursor on it shows me my app's executable name. How can I change it?
Solution 1:[1]
It was gtk_status_icon_set_title.
Solution 2:[2]
You can use gtk_status_icon_set_tooltip_text() or gtk_status_icon_set_tooltip_markup().
Alternatively, you can handle the query-tooltip signal and set the text dynamically when the tooltip is shown.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vinzee |
| Solution 2 | Frédéric Hamidi |
