In fact, the question should be: do we have to re-enable the traditional titlebar on Gnome Fallback sessions too?
I guess it's a question for Ubuntu Gnome, Ubuntu Desktop and/or Ubuntu Design teams, no?
I'm proposing a patch (see the branch linked to this bug report) which currently only enable the new titlebar (CSD) on Gnome-Shell.
Note that if we want to have this new titlebar on Gnome Fallback sessions too, we can simply replace:
In fact, the question should be: do we have to re-enable the traditional titlebar on Gnome Fallback sessions too?
I guess it's a question for Ubuntu Gnome, Ubuntu Desktop and/or Ubuntu Design teams, no?
I'm proposing a patch (see the branch linked to this bug report) which currently only enable the new titlebar (CSD) on Gnome-Shell.
Note that if we want to have this new titlebar on Gnome Fallback sessions too, we can simply replace:
g_strcmp0( g_getenv( "DESKTOP_ SESSION" ), "gnome") == 0
by:
g_str_ has_prefix( g_getenv( "DESKTOP_ SESSION" ), "gnome")