Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468500 - KDE profile without consolekit when systemd USE is enabled
Summary: KDE profile without consolekit when systemd USE is enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-03 18:47 UTC by David Heidelberg (okias)
Modified: 2013-08-20 14:42 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2013-05-03 18:47:20 UTC
We could stop forcing consolekit, if requirements are met.

"ConsoleKit is currently not actively maintained. The focus has shifted to the built-in seat/user/session management of Software/systemd called systemd-loginctl" quote from http://www.freedesktop.org/wiki/Software/ConsoleKit

Reproducible: Always

Steps to Reproduce:
force USE="systemd -consolekit"
remove consolekit package from system
Actual Results:  
System session started with kdm is able shutdown/reboot computer.
System is able run, mount devices and do everything like before, except:
KShutdown shutdown/reboot not working [version KShutdown-3.0_beta7]
SDDM is not able use shutdown/reboot until KDE release fixed version (4.11) [ https://github.com/sddm/sddm/issues/3 ]


Expected Results:  
When KDE 4.11 will be release stop forcing consolekit USE flag for KDE profile.
Shutdown probably too.
Comment 1 David Heidelberg (okias) 2013-05-10 16:57:59 UTC
KShutdown-3.0_beta7-r1 is patched to work without ConsoleKit.
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2013-07-25 20:01:09 UTC
Will be done when KDE SC 4.11 hits the tree.
Comment 3 Michael Palimaka (kensington) gentoo-dev 2013-08-15 10:57:15 UTC
Now that 4.11 is in the tree, we can fix this bug.

Suggestion - remove consolekit from use.force and add:
profiles/targets/desktop/kde/package.use.force: <kde-base/kdm-4.11.0 consolekit

I will commit with someone else's ACK.
Comment 4 Michael Palimaka (kensington) gentoo-dev 2013-08-20 14:42:41 UTC
Thanks, fixed in CVS.

+  20 Aug 2013; Michael Palimaka <kensington@gentoo.org>
+  +targets/desktop/kde/package.use.force, targets/desktop/kde/use.force:
+  Don't force USE="consolekit" on newer KDE versions wrt bug #468500.