Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288934 - kde-misc/yakuake-2.9.6 is moving x/y of window on each invokation on fluxbox
Summary: kde-misc/yakuake-2.9.6 is moving x/y of window on each invokation on fluxbox
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Marcus D. Hanwell (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 20:18 UTC by simon
Modified: 2009-11-10 12:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
yakuake when started fresh (yakuake_start.jpg,262.14 KB, image/jpeg)
2009-10-13 20:28 UTC, simon
Details
yakuake after several hide/show runs (yakuake_show_hide.jpg,207.67 KB, image/jpeg)
2009-10-13 20:29 UTC, simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description simon 2009-10-13 20:18:45 UTC
Yakuake (terminal emulator which scrolls in from screen-top like in FPS quake) gets a different window position than 0/0 each time it's invoked to scroll down under fluxbox (1.1.1-r1)

so after several uses it's no longer from top to e.g. 50% of the screen but from the middle to the bottom.

Reproducible: Always

Steps to Reproduce:
1. Start yakuake-2.9.6 (2.8 old codebase is fine) within fluxbox.
2. use key to show and hide yakuake several times


Actual Results:  
window position is moved downwards.

Expected Results:  
window position stays starting from top of the screen.

yakuake-2.8 (old kde3 codebase) works fine.

changed return value of   QRect MainWindow::getDesktopGeometry()
from mainwindow.cpp of yakuake to return fixed screen size with 
return QRect(0,0,1280, 1024);
but this didn't change the behavior.
Comment 1 simon 2009-10-13 20:28:20 UTC
Created attachment 207013 [details]
yakuake when started fresh

this is the correct position after startup of yakuake and where it should be positioned always.
Comment 2 simon 2009-10-13 20:29:27 UTC
Created attachment 207014 [details]
yakuake after several hide/show runs

this is current position after yakuake was hidden and shown a few times (~10x)
Comment 3 Tomáš Chvátal (RETIRED) gentoo-dev 2009-11-10 12:12:47 UTC
Hello, this is not gentoo bug at all, but upstream issue.
Please open bug in upstream bugzilla on http://bugs.kde.org/
When you have the bugreport reported upstream add please another comment here with the link to upstream bug (or add the link to the URL field of bug).

Thanks