I suspect /etc/X11/cursors/*.theme should be moved to respective
/usr/share/icons/*/index.theme.
Can you post xserver logs?
I've noticed that my autologin on tty6 can no longer start X.
-
$ cat /etc/systemd/system/getty@tty6.service.d/autologin.conf
[Service]
ExecStart=
ExecStart=-/sbin/agetty --autologin infoscreen --noclear %I linux
$ cat /home/infoscreen/.profile
I've tweaked /etc/X11/Xsession.d/90consolekit to do nothing if systemd is pid
1, and now I am able to edit connections in nm-connection-editor.
added this line:
readlink -f $(ps -o cmd -p 1) 2> /dev/null | grep -q systemd && SYSTEMD=1
and changed this line:
if [ -z "$GDMSESSION" ] && [ -x "$CK_L
Archlinux uses this xserverrc:
#!/bin/sh
if [ -z "$XDG_VTNR" ]; then
exec /usr/bin/X -nolisten tcp "$@"
else
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
fi
--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb
I've tested the change.
When using startx, X session is correctly started at the same VT, but some
features are missing.
I.e. I can not edit Network manager connections. (works when I login with
lightdm)
$ loginctl show-session $XDG_SESSION_ID
Id=c9
Timestamp=Mon 2014-04-14 18:41:16 MSK
Timest
Kinetic scrolling is lost too. It was enabled by default for both Synaptics and
Elantech devices, and it was very handy.
--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/
6 matches
Mail list logo