So far, it's OK with slim (kinda), but I hadn't seen your advice on it until now. I do have several questions for slim.conf. The commands you gave above, the systemctl ones, poweroff, reboot, etc., should I replace the section in slim with them? In this one:
Code: Select all
# Commands for halt, login, etc.
halt_cmd /sbin/shutdown -h now
reboot_cmd /sbin/shutdown -r now
console_cmd /usr/bin/xvt -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
suspend_cmd /usr/sbin/suspendShould I replace with:
Code: Select all
halt_cmd systemctl poweroff
reboot_cmd systemctl reboot
console_cmd (I think I'll leave that one alone? lol)
suspend_cmd systemctl suspendAnd what is the systemctl restart slim for exactly? To log out?
Oh, and do I need to do anything with the login_cmd line now with all the systemctl stuff? This part in /etc/slim.conf:
Code: Select all
# NOTE: if your system does not have bash you need
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
login_cmd exec /bin/bash -login /etc/X11/Xsession %sessionI ended up not upgrading - the urpmi upgrade test from MGA2 to 3 didn't take, it borked on me, so I ended up formatting / and installing with the 3 dvd. I wonder if that makes a diff on the bugs (I do still need to read those, and will)?
I still have tests to do on slim, but think it will be OK. I'll do those and report back. I also need to enable and start the slim service in systemd, didn't know that one. That may fix the "OK with slim (kinda)" part of all this.
Thanks so much, this is a rather emergent situation. I had just switched to slim, btw, in MGA 2 before I upgraded to 3, so probably would've switched to it in 3 at some point anyway. I just plain like it better, and have four themes I love with it, so let them rotate. It worked really well in MGA 2.

Edit: The first bug you listed there does appear to be it, as I can lock screen, suspend, or whatever else, other than logging out or rebooting. The only difference is that the filer of that bug states that it happens randomly for him; it happens all the time for me, whether on battery or not, whether anything, it
always happens.
The second bug does not appear to be it; the description doesn't match what I'm seeing. MGA3 is on KDE4.10.2 also, and that bug (even though it talks about KDE4.10 futuristically) was in an earlier version of KDE (although I do wonder if retracting the commit just made things worse; we'll see).
Edit 2: Well, well, well... it seems that switching to slim has fixored this! The issue's somewhere with KDM/ksmserver. It seems KDE is having some growing pains with 4.10 - there's other upstream bugs I've been working on, too..
Thanks so much for your help. At some point someday I guess I really must read up on systemd/systemctl... Ugh. I really don't get it, and you do, so that's a good thing that you do for me. Right now, as you know, there's very little time for anything. *sigh
I'm marking this solved, that it is a bug. Nice workaround for it, too.

lol.