[Bug 793405] Re: guake is not restored to its original size after fullscreen

2014-07-29 Thread amit
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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2013-11-28 Thread saintli86
I also met the problem in version4.2,
I change the file /home/{login user}/.gconf/apps/guake/general/%gconf.xml

when in problem, its value is 105,and I change it to 50. it is ok.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2013-04-07 Thread Giorgio Sintichakis
This bug seems to have resurfaced in 0.4.3-3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-09-28 Thread Launchpad Bug Tracker
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   Tue, 30 Aug 2011 13:54:50
+0200

** Changed in: guake (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-09-28 Thread Andrew Starr-Bochicchio
** Changed in: guake (Ubuntu)
 Assignee: (unassigned) => Andrew Starr-Bochicchio (andrewsomething)

** Changed in: guake (Ubuntu)
   Importance: Undecided => Low

** Changed in: guake (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-08-30 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/guake

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-07-28 Thread Brian Murray
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-07-27 Thread Launchpad Bug Tracker
** Changed in: guake (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-07-27 Thread Franklin Strube
Attached is a patch that seems to fix this for me. Basically, after
toggling fullscreen, I resize and move the guake terminal.

** Patch added: "Patch to resize and move the guake window AFTER it has been 
toggled from fullscreen. Potentially fixes bug #793405"
   
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+attachment/2237325/+files/guake-793405.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-07-13 Thread amit kumar baranwal
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!!!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-06-06 Thread Robert Roth
** Attachment added: "after screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+attachment/2156610/+files/after.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 793405] Re: guake is not restored to its original size after fullscreen

2011-06-06 Thread Robert Roth
** Attachment added: "before screenshot"
   https://bugs.launchpad.net/bugs/793405/+attachment/2156608/+files/before.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/793405

Title:
  guake is not restored to its original size after fullscreen

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs