You are not logged in.

#1 2012-10-16 00:04:12

kcy29581
Member
From: CA
Registered: 2004-12-23
Posts: 231

KDE - shutdown/reboot/etc options not working

My current system is fully migrated to systemd, however this issue was occurring before the migration. KDM is used as my login manager.

The various options in the Leave menu (shutdown/reboot/log off/ etc) do nothing when chosen. I am forced to use the terminal to reboot the machine. It is a HP ProBook 4430s laptop. I do not know how to debug this, any info you can provide would be very helpful.

If you need additional info, please let me know..


There is no spoon in Arch...

Offline

#2 2012-10-16 00:50:05

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,133

Re: KDE - shutdown/reboot/etc options not working

Make sure whatever you have configured in kdmrc corresponds to the commands which actually need to be executed in order to reboot and halt the system. (I had to change these for systemd.)


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2012-10-16 13:09:30

Demon
Member
From: Republic of Srpska, BA
Registered: 2008-03-02
Posts: 246

Re: KDE - shutdown/reboot/etc options not working

Perhaps the polkit issue: if you updated kdebase-workspace to 4.9.2-5 you should also update polkit to 0.107-4

Offline

#4 2012-10-16 23:41:19

kcy29581
Member
From: CA
Registered: 2004-12-23
Posts: 231

Re: KDE - shutdown/reboot/etc options not working

Hmm, I think I am getting somewhere. I backed up my KDE settings:

mv ~/.kde4/ ~/.kde4_backup

and relogged to my account. Now all the options work as intended.

Did I miss a memo somewhere? I'm typically good with looking at the pacman logs, but I'll double check to see if I missed something.

Out of interest, which file in the ~/.kde4/ folder is in charge of those settings?

Thanks.


There is no spoon in Arch...

Offline

#5 2012-10-17 10:58:46

gnumdk
Member
Registered: 2009-10-15
Posts: 175

Re: KDE - shutdown/reboot/etc options not working

[gnumdk@arch ~]$ grep systemctl /usr/share/config/kdm/kdmrc
HaltCmd=/usr/bin/systemctl poweroff
RebootCmd=/usr/bin/systemctl reboot

Offline

#6 2012-10-17 13:29:30

gnumdk
Member
Registered: 2009-10-15
Posts: 175

Re: KDE - shutdown/reboot/etc options not working

Offline

#7 2012-10-17 19:07:32

ilpianista
Fellow developer
Registered: 2007-10-06
Posts: 568
Website

Re: KDE - shutdown/reboot/etc options not working

gnumdk wrote:

[gnumdk@arch ~]$ grep systemctl /usr/share/config/kdm/kdmrc
HaltCmd=/usr/bin/systemctl poweroff
RebootCmd=/usr/bin/systemctl reboot

or install systemd-sysvcompat

Offline

#8 2012-10-18 08:45:43

gnumdk
Member
Registered: 2009-10-15
Posts: 175

Re: KDE - shutdown/reboot/etc options not working

That's why i do not understand why packagers do not start to fix packages instead of relying on a transition package.

Offline

Board footer

Powered by FluxBB