0

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?

milo
  • 1,220
  • 3
  • 17
  • 33

2 Answers2

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.

Frédéric Hamidi
  • 258,201
  • 41
  • 486
  • 479
0

It was gtk_status_icon_set_title.

vvvvv
  • 25,404
  • 19
  • 49
  • 81
milo
  • 1,220
  • 3
  • 17
  • 33