Comment 7 for bug 789979

Revision history for this message
Isaac Joseph (ikarosdev) wrote :

I've had requests for this feature for the builds on my PPA (Unity-revamped). I've come up with a solution which you guys can see here: https://code.launchpad.net/~ikarosdev/unity/5.0_unity-revamped (commits: 2367 & 2638).

Essentially, I used the code from anton0 (branch linked above) to add an option to CCSM. From there, I did my best to emulate the behavior described in this bug. Currently, it works like this:

- For unmaximized windows, the title will always be cut-off.
- For maximized windows, the title will not be visible; however, the window controls and menu will be visible.

If the option is disabled (via CCSM), the default behavior will return.

So far, I'm not having any issues with it.