Comment 2 for bug 1274740

Revision history for this message
Matthieu Baerts (matttbe) wrote :

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")