GNOME Bugzilla – Bug 726075
window is not resizable
Last modified: 2014-03-13 01:16:33 UTC
With recent changes the California window is not resizable, at least not on Ubuntu 14.04 with GTK 3.10.7. Well, actually I *can* resize it, but I need to hold down Alt and drag with the middle mouse button, which is hardly discoverable. It would certainly be nice to be able to resize by dragging a border in the usual fashion.
I see this too on Trusty. However, running GNOME Shell w/ GTK 3.10.8 under jhbuild, I can resize the window. So, either this is something fixed in 3.10.8 or this is a Ubuntu issue. Will investigate more shortly.
Pushed to master, commit 22fd86 Unity under Trusty 14.04 does not allow the application window to be resized if a GtkHeaderBar is set as its titlebar. No combination of related sizing properties for GtkWindow seems to change this. So, for Unity, the --enable-unity configure switch must be used. This means the main window's decorations will remain. Changing a configuration switch will not force the .c files to be regenerated at the next run of make. So, if rebuilding sources after changing configuration, run "make devclean; make". See bug #726210.
Works great - thanks!