View previous topic :: View next topic |
Author |
Message |
mrbassie l33t
Joined: 31 May 2013 Posts: 826 Location: Go past the sign for cope, right at the sign for seethe. If you see the target you've missed it.
|
Posted: Mon Feb 22, 2016 4:35 pm Post subject: [SOLVED] KDE4 systemsettings services missing |
|
|
Got a new laptop, can't enable power management (see title)
I'm one of those emerge kdebase-startkde types. I've solved this problem before but can't recall how. I think I'm just missing a package, can't think what it is.
Any help much appreciated.
Last edited by mrbassie on Sun Feb 28, 2016 12:01 pm; edited 1 time in total |
|
Back to top |
|
|
markisthejob Tux's lil' helper
Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Mon Feb 22, 2016 4:46 pm Post subject: |
|
|
Do you have kde-base/powerdevil installed? Also I needed to install sys-power/upower-pm-utils for suspend/hibernate to show up in the menu
Last edited by markisthejob on Mon Feb 22, 2016 4:52 pm; edited 1 time in total |
|
Back to top |
|
|
Maxxx Guru
Joined: 12 Jan 2016 Posts: 595 Location: Italia
|
|
Back to top |
|
|
mrbassie l33t
Joined: 31 May 2013 Posts: 826 Location: Go past the sign for cope, right at the sign for seethe. If you see the target you've missed it.
|
Posted: Tue Feb 23, 2016 12:15 pm Post subject: |
|
|
markisthejob wrote: | Do you have kde-base/powerdevil installed? Also I needed to install sys-power/upower-pm-utils for suspend/hibernate to show up in the menu |
I have both installed.The problem is I can't start the service because the menu isn't there. All I have under "startup and shutdown" are autostart and session management. |
|
Back to top |
|
|
markisthejob Tux's lil' helper
Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Tue Feb 23, 2016 6:02 pm Post subject: |
|
|
Sorry I misunderstood your question. I thought that you meant you had no power managment menu in your kde system settings. If I understand you correctly you're saying that the service manager tab in the "startup and shutdown" menu is missing?
Do you have dbus running?
edit: also when I switched to KDE I found that I needed to add my user to the polkitd group for some options to be visible |
|
Back to top |
|
|
mrbassie l33t
Joined: 31 May 2013 Posts: 826 Location: Go past the sign for cope, right at the sign for seethe. If you see the target you've missed it.
|
Posted: Fri Feb 26, 2016 2:57 pm Post subject: |
|
|
markisthejob wrote: | Sorry I misunderstood your question. I thought that you meant you had no power managment menu in your kde system settings. If I understand you correctly you're saying that the service manager tab in the "startup and shutdown" menu is missing?
Do you have dbus running?
edit: also when I switched to KDE I found that I needed to add my user to the polkitd group for some options to be visible |
That's it exactly.
Yes dbus is running. |
|
Back to top |
|
|
Fitzcarraldo Advocate
Joined: 30 Aug 2008 Posts: 2056 Location: United Kingdom
|
Posted: Fri Feb 26, 2016 9:58 pm Post subject: |
|
|
Could it be the componentchooser module, part of kde-apps/kcontrol?
Code: | $ kcmshell4 --list | grep service
componentchooser - Choose the default components for various services
kcm_kdnssd - Configure service discovery
kcmdolphinservices - Configure file manager services |
Code: | Personal
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Category | Subcategory | Name | kcmodule | Icon | BRs | Comments | Advanced | Maintained | Needs Root | SVN path
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
| | Default | componentchooser| Y | | | N | | | kdebase/runtime/kcontrol/componentchooser/
| | Applications | | | | | | | |
----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
https://techbase.kde.org/Projects/SystemSettings#Personal _________________ Clevo W230SS: amd64, VIDEO_CARDS="intel modesetting nvidia".
Compal NBLB2: ~amd64, xf86-video-ati. Dual boot Win 7 Pro 64-bit.
OpenRC systemd-utils[udev] elogind KDE on both.
My blog |
|
Back to top |
|
|
markisthejob Tux's lil' helper
Joined: 04 Aug 2008 Posts: 143 Location: Cork, Republic of Ireland
|
Posted: Sat Feb 27, 2016 11:44 am Post subject: |
|
|
I've installed KDE on a few systems and never needed any special options.That menu has always been there for me although I do use I use kde-apps/kdebase-meta to pull in the packages. My last idea would be a missing use flag. Can I ask which system profile you have selected? |
|
Back to top |
|
|
asturm Developer
Joined: 05 Apr 2007 Posts: 9320
|
Posted: Sat Feb 27, 2016 11:49 am Post subject: |
|
|
@markisthejob: The problem comes from using kde-base/kdebase-startkde which is missing a lot of dependencies compared to your kdebase-meta setup. No system profile or USE flag is going to fix that, but taking a look at the dependencies of kdebase-meta might help. |
|
Back to top |
|
|
mrbassie l33t
Joined: 31 May 2013 Posts: 826 Location: Go past the sign for cope, right at the sign for seethe. If you see the target you've missed it.
|
Posted: Sun Feb 28, 2016 12:01 pm Post subject: |
|
|
Fitzcarraldo wrote: | Could it be the componentchooser module, part of kde-apps/kcontrol?
Code: | $ kcmshell4 --list | grep service
componentchooser - Choose the default components for various services
kcm_kdnssd - Configure service discovery
kcmdolphinservices - Configure file manager services |
Code: | Personal
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Category | Subcategory | Name | kcmodule | Icon | BRs | Comments | Advanced | Maintained | Needs Root | SVN path
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
| | Default | componentchooser| Y | | | N | | | kdebase/runtime/kcontrol/componentchooser/
| | Applications | | | | | | | |
----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
https://techbase.kde.org/Projects/SystemSettings#Personal |
That was it thank you very much. |
|
Back to top |
|
|
|