[systemsettings] [Bug 323699] Display settings not visible in fedora 19
Harald Sitter
sitter at kde.org
Thu Jan 2 11:13:50 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=323699
Harald Sitter <sitter at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |CONFIRMED
CC| |sitter at kde.org
Ever confirmed|0 |1
--- Comment #3 from Harald Sitter <sitter at kde.org> ---
from display.cpp:
addTab( "randr", i18n( "Size && Orientation" ) );
addTab( "nvidiadisplay", i18n( "Graphics Adaptor" ) );
addTab( "nvidia3d", i18n( "3D Options" ) );
addTab( "kgamma", i18n( "Monitor Gamma" ) );
if ( QApplication::desktop()->isVirtualDesktop() )
addTab( "xinerama", i18n( "Multiple Monitors" ) );
addTab( "energy", i18n( "Power Control" ) );
so apparently kcm_display is a meta-kcm containing other KCMs, which in itself
seems like a jolly bad idea (compared to systemsettings categories which work
at runtime....).
the problem essentially is that (supposedly) neither of those KCMs is installed
by fedora and kubuntu anymore (previously only krandr was and that is no
replaced by kscreen). I think that pretty much proofs my point that the entire
KCM is wrong.
regardless, the appropriate fix here is to add kscreen to the list of
*possibley* KCMs to list.
p.s.: please also note that I absolutely did not manage to get this KCM to show
up anywhere, so short of kcmshell4 display or krunner->display there appaers to
be no way to actually access this thing.
p.p.s.: in the future please attach screenshots to the bug report directly (see
the attachments box towards the bottom of the report page).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list