On Wed, 26 Jun 2019 11:20:20 +0100 Mick <michaelkintz...@gmail.com> wrote:
> On Tuesday, 25 June 2019 17:09:55 BST »Q« wrote: > > On Mon, 24 Jun 2019 21:19:09 +0100 > > > > Mick <michaelkintz...@gmail.com> wrote: > > > Also, the sddm DM shutdown/reboot buttons now do not work. O_O > > > > Those have never worked for me. > > I just looked at another installation. The default sddm > configuration file (/ usr/share/sddm/sddm.conf.d/00default.conf) > shows this: > > [General] > # Halt command > HaltCommand=/usr/bin/loginctl poweroff > > In an OpenRC system there is no loginctl. Consequently, unless we > define a separate config in /etc/ to use shutdown (with sudo?) it > won't work. This systemd-ism may be worth a bug report. In /usr/share/sddm/sddm.conf.d/00default.conf I have HaltCommand=/sbin/shutdown -h -P now RebootCommand=/sbin/shutdown -r now I just checked it with sddm-0.18.0, then upgraded to 0.18.1-r1, and it stayed the same, I guess because I have USE="-systemd".