After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 726075 - window is not resizable
window is not resizable
Status: RESOLVED FIXED
Product: california
Classification: Other
Component: general
master
Other Linux
: High normal
: 0.2.0
Assigned To: California Maintainers
California Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-11 00:17 UTC by Adam Dingle
Modified: 2014-03-13 01:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2014-03-11 00:17:20 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.
Comment 1 Jim Nelson 2014-03-11 02:21:47 UTC
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.
Comment 2 Jim Nelson 2014-03-13 00:01:18 UTC
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.
Comment 3 Adam Dingle 2014-03-13 01:16:33 UTC
Works great - thanks!