guake is not restored to its original size after fullscreen

Bug #793405 reported by Robert Roth
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
guake (Ubuntu)
Fix Released
Low
Andrew Starr-Bochicchio

Bug Description

Binary package hint: guake

Steps to reproduce:
1) Open guake in its default setup (it spans across the whole width of the screen) (see before screenshot)
2) Press F11 (or the fullscreen shortcut if you have changed it0)
3) Press F11 again (see after screenshot)
What should happen:
Guake is restored to its size before fullscreening
What happens:
Guake is restored to almost the same size as it was before fullscreening, but there is a few pixels wide margin on both sides of the terminal between the edges of the screen and the edges of the terminal
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: guake 0.4.2-4ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2
Uname: Linux 2.6.38-8-generic-pae i686
Architecture: i386
Date: Mon Jun 6 11:03:39 2011
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: guake
UpgradeStatus: Upgraded to natty on 2011-04-27 (39 days ago)

Revision history for this message
Robert Roth (evfool) wrote :
Revision history for this message
Robert Roth (evfool) wrote :
Revision history for this message
amit kumar baranwal (amitbaranwal53) wrote :

I gone through same problem but got a solution nearly immediately.

just open preferences of guake and manage height via Main window height bar and everything will be fine!!!

Revision history for this message
Franklin Strube (thedoc8786) wrote :

Attached is a patch that seems to fix this for me. Basically, after toggling fullscreen, I resize and move the guake terminal.

Changed in guake (Ubuntu):
status: New → Confirmed
tags: added: patch
Changed in guake (Ubuntu):
assignee: nobody → Andrew Starr-Bochicchio (andrewsomething)
importance: Undecided → Low
status: Confirmed → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package guake - 0.4.2-6

---------------
guake (0.4.2-6) unstable; urgency=low

  * Fix a problem on startup when notify-osd was not available.
    Please note that this dependency could be removed soon if a better fix
    comes up (Closes: #633789)
  * Guake overlaped the second screen in a dual-monitor setup with a side panel
    Thanks to Franklin Strube for the patch (LP: #643145)
  * Guake did not restored to its original size after fullscreen.
    Thanks to Franklin Strube for the patch (LP: #793405)
  * Switch to dpkg-source 3.0 (quilt) format

 -- Sylvestre Ledru <email address hidden> Tue, 30 Aug 2011 13:54:50 +0200

Changed in guake (Ubuntu):
status: In Progress → Fix Released
Revision history for this message
Giorgio Sintichakis (gsintichakis) wrote :

This bug seems to have resurfaced in 0.4.3-3.

Revision history for this message
saintli86 (saintli86) wrote :

I also met the problem in version4.2,
I change the file /home/{login user}/.gconf/apps/guake/general/%gconf.xml
 <entry name="window_height" mtime="1385689978" type="int" value="50"/>
when in problem, its value is 105,and I change it to 50. it is ok.

Revision history for this message
amit (gautamits) wrote :

i was having problem when by mistake i slided the slider completely down to screen and unable to see the slider.
i played with code and got this one,this code sets the maximum height for guake

search for this line 686

 max_height = self.window.get_screen().get_height()
        percent = y / (max_height / 100)

change value to

 max_height = self.window.get_screen().get_height()
        percent = y / (max_height / 90)

using mint 17 XFCE guake version 0.4.4

Revision history for this message
webbb82 (webbb82) wrote :

Yea i have this bug also. Ive messed with the pref sliders they dont do anything, i tried all the commands. tried re-installing. nada, Just when I want to use a drop down terminal to.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.