hotfiles
hotfiles copied to clipboard
even weirder issue
copypasted from #4 because i’m pretty sure no one reads it anymore
so… i just reinstalled arch (its plain arch this time) and it works! well, sort of.
when i start slim (yeah i start slim with systemctl lol), it looks pretty good, but when i try to log in, it just returns “Failed to execute login command”
Ok a fix for this would be, you need to edit /etc/slim.conf
file and uncomment the session_dir line
Then replace your .xinitrc with this one:
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec $1
Make sure you only have worm installed as your de/wm, before doing this remove any desktop environment or window manager other than worm or slim will act weird
now, after "successfully" logging in, worm instantly crashes and restarts.
dug up something from journald
, looks like its due to an "unknown user"
Ok how about
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec worm
sorry i was busy with life so i couldn't reply on time :/
sorry for the late reply
so...
- uncommented
session_dir
in/etc/slim.conf
- replaced
exec $1
withexec worm
in~/.xinitrc
now, instead of crashing, slim just freezes (the login prompt disappears, but the wallpaper behind it stays the same).
pam says something about a "daemon control file", if that helps
are you using PAM?
are you using PAM?
the pam
package is a dependency of the base
meta-package (which you should install, if you havent already!) so yeah i use pam
$ pacman -Q pam
pam 1.5.2-1
I don't use pan, so I don't have any idea about the issue you are having, and also I think you should try to do it without PAM to see if it works
i can't just remove pam...
pam
's part of base
, so if i try to remove pam
, i'd probably end up breaking my entire system
Can you try to use any other dm rather than slim? see if it works
tried out lightdm, didnt work
I cant seem to reproduce your issue :/