ubuntu / gnome-shell-extension-appindicator

Adds KStatusNotifierItem support to the Shell
https://extensions.gnome.org/extension/615/appindicator-support/
GNU General Public License v2.0
1.17k stars 159 forks source link

Regression: Jammy to Noble, set_label no longer functions #514

Closed theofficialgman closed 4 months ago

theofficialgman commented 5 months ago

In ubuntu jammy and previous releases, set_label can be used to set the text to display instead of an appindicator icon. In ubuntu noble set_label no longer functions at all. https://gjs-docs.gnome.org/appindicator301~0.1/appindicator3.indicator#method-set_label

https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/2059818

tstsrt commented 5 months ago

I believe this is caused by the deprecated Clutter.Container.add_actor being removed in Gnome 46. #503 should fix this. Maintainers, please review said PR. @3v1n0

theofficialgman commented 5 months ago

@tstsrt @3v1n0 @sergio-costas can confirm that PR https://github.com/ubuntu/gnome-shell-extension-appindicator/pull/503 fixes this issue. Please merge and update the extension before Noble releases so that this regression is not experienced by Ubuntu Desktop users.

theofficialgman commented 5 months ago

CC: @jbicha (because it looks like you have taken over maintenance for that package from Marco Trevisan) ^

3v1n0 commented 4 months ago

Handled via https://github.com/ubuntu/gnome-shell-extension-appindicator/pull/503