The addons plugin no longer shows an icon in the notification area when the option is selected.
My quick diagnosis is that this is because Geany 1.23 no longer sets the icon, it sets the icon name, meaning the addons needs to use gtk_window_get_icon_name and then go and find the icon by name. (Or probably it could just know the name is "geany" and look that up :)
Cheers Lex
Am 20.02.2013 10:40, schrieb Lex Trotman:
The addons plugin no longer shows an icon in the notification area when the option is selected.
My quick diagnosis is that this is because Geany 1.23 no longer sets the icon, it sets the icon name, meaning the addons needs to use gtk_window_get_icon_name and then go and find the icon by name. (Or probably it could just know the name is "geany" and look that up :)
Can you provide a patch for?
Cheers, Frank
On 20 February 2013 20:48, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.02.2013 10:40, schrieb Lex Trotman:
The addons plugin no longer shows an icon in the notification area when the option is selected.
My quick diagnosis is that this is because Geany 1.23 no longer sets the icon, it sets the icon name, meaning the addons needs to use gtk_window_get_icon_name and then go and find the icon by name. (Or probably it could just know the name is "geany" and look that up :)
Can you provide a patch for?
Well, if I knew how I would, but having never played with icons from themes I don't.
Sorry.
Cheers Lex
Cheers, Frank _______________________________________________ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Le 20/02/2013 11:13, Lex Trotman a écrit :
On 20 February 2013 20:48, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.02.2013 10:40, schrieb Lex Trotman:
The addons plugin no longer shows an icon in the notification area when the option is selected.
My quick diagnosis is that this is because Geany 1.23 no longer sets the icon, it sets the icon name, meaning the addons needs to use gtk_window_get_icon_name and then go and find the icon by name. (Or probably it could just know the name is "geany" and look that up :)
Can you provide a patch for?
Well, if I knew how I would, but having never played with icons from themes I don't.
I'll take a look at this.
Sorry.
Cheers Lex
Cheers, Frank _______________________________________________ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
Le 20/02/2013 13:57, Colomban Wendling a écrit :
Le 20/02/2013 11:13, Lex Trotman a écrit :
On 20 February 2013 20:48, Frank Lanitz frank@frank.uvena.de wrote:
Am 20.02.2013 10:40, schrieb Lex Trotman:
The addons plugin no longer shows an icon in the notification area when the option is selected.
My quick diagnosis is that this is because Geany 1.23 no longer sets the icon, it sets the icon name, meaning the addons needs to use gtk_window_get_icon_name and then go and find the icon by name. (Or probably it could just know the name is "geany" and look that up :)
Can you provide a patch for?
Well, if I knew how I would, but having never played with icons from themes I don't.
I'll take a look at this.