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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
it was gtk_status_icon_set_title
sorry for stupid question.