Make sxmo tinydm compatible
Install tinydm:
sudo apk add tinydm tinydm-openrc
To configure SXMO as the used session use :
sudo tinydm-set-session -f -s /usr/share/xsessions/sxmo.desktop
Also ensure your user id is used in /etc/conf.d/tinydm
$ whoami | xargs getent passwd
stacy❌10000:10000:Linux User,,,:/mnt/sd/home/stacy:/bin/bash
/etc/conf.d/tinydm
AUTOLOGIN_UID=10000
Then configure the services:
sudo rc-update del xdm
sudo rc-update add tinydm
Then reboot.
Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
parent
ce3f2ea319
commit
fe519a80b3
2 changed files with 8 additions and 0 deletions
5
configs/applications/sxmo.desktop
Normal file
5
configs/applications/sxmo.desktop
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Desktop Entry]
|
||||
Name=Sxmo
|
||||
Exec=sxmo_xinit.sh
|
||||
Terminal=false
|
||||
Type=Application
|
Loading…
Add table
Add a link
Reference in a new issue