Ticket #194 (new defect)

Opened 2 years ago

Last modified 17 months ago

Dual monitor + side panel causes problem

Reported by: rggjan Owned by: somebody
Priority: major Milestone:
Component: guake Version: 0.4
Keywords: Cc: sense@…

Description

When using two monitors with guake, pressing f12 makes guake pop out and fill exactly one screen.

When using one monitor and a gnome side panel, guake uses exactly the right space, besides the panel and up to the end of the screen.

But when using two monitors plus a side panel, the guake panel starts just after the panel, as it should, but then goes on not until the end of the first monitor, but a little more.

--> Hard to explain, just look at the screenshot. You can see the end of the first screen from the maximised firefox window.

That means, you have the guake terminal basically on the first screen, but the last character or so plus the scroll bar is on the second one...

Attachments

Screenshot_small.jpg Download (243.4 KB) - added by rggjan 2 years ago.

Change History

Changed 2 years ago by rggjan

Changed 20 months ago by Tommyx

  • milestone 0.5.0 deleted

hi, in /usr/lib/guake/guake.py I solved it by changing the line 790

halignment = self.client.get_int(KEY('/general/window_halignment'))

by

halignment = self.client.get_int(KEY('/general/window_halignment'))+10

the version than shows apt-get policy gauke is : 0.4.1-3

Changed 17 months ago by qense

  • cc sense@… added

This issue was also reported by Stuart Langridge on Launchpad in Ubuntu at < https://launchpad.net/bugs/643145>.

Note: See TracTickets for help on using tickets.