[Bug 403610] Re: kde 4.3 Multiple Monitors tells lies
Matthias Blaicher
blaicher at googlemail.com
Mon Aug 24 08:28:32 UTC 2009
So digging in the bug reports (kde bug #180437) revealed those buttons
for positioning are intentionally left out. Compare to recent SVN
http://websvn.kde.org/trunk/KDE/kdebase/workspace/kcontrol/randr/outputconfig.cpp?view=markup
// FIXME: RandRScreen::applyProposed() has a bit of code for positioning
// outputs, but it's commented out and might not work as is. Until someone
// gets this to work, it's probably better not to show these controls.
positionLabel->setVisible(false);
positionCombo->setVisible(false);
positionOutputCombo->setVisible(false);
and once you had a look at RandRScreen::applyProposed you know why it
is not working. So unless somebody works on it, this feature just has
not yet been coded.
--
kde 4.3 Multiple Monitors tells lies
https://bugs.launchpad.net/bugs/403610
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.
More information about the kubuntu-bugs
mailing list