--- startx 2024-10-19 22:10:05.046559869 +0200 +++ startx.new 2024-10-19 22:10:47.051562865 +0200 @@ -102,17 +102,6 @@ if [ x"$server" = x ]; then server=$defaultserver - - # When starting the defaultserver start X on the current tty to avoid - # the startx session being seen as inactive: - # "https://bugzilla.redhat.com/show_bug.cgi?id=806491" - tty=$(tty) - if expr "$tty" : '/dev/tty[0-9][0-9]*$' > /dev/null; then - tty_num=${tty#/dev/tty} - vtarg="vt$tty_num -keeptty" - fi - - # For compatibility reasons, only use xserverrc if there were no server command line arguments if [ x"$serverargs" = x -a x"$display" = x ]; then if [ -f "$userserverrc" ]; then