fossfreedom / alternative-toolbar

Modern, minimal and music-focused interface for Rhythmbox
GNU General Public License v3.0
156 stars 20 forks source link

3.34 GNOME Shell does not default to modern toolbar #147

Closed fossfreedom closed 5 years ago

fossfreedom commented 5 years ago

IRC via seb

19.10 build noticed that the default on GNOME-Shell is the compact toolbar.

Looks like the appshell appmenu gsettings key is no longer being set i.e. defaults to false.

https://github.com/fossfreedom/alternative-toolbar/blob/master/alternative-toolbar.py#L160

Guess the workaround is to look at the environmental session variable - if it contains "GNOME" then default to modern toolbar (just dislike hard-coded solutions... oh well)