From f0f1640786e5b55f211101dec31ba3d7399ebf55 Mon Sep 17 00:00:00 2001 From: "Paulo R. Zanoni" Date: Fri, 22 Aug 2008 09:00:51 -0300 Subject: Can't reconfigure input when using gdmdynamic. --- extra-modes/xephyr-gdm/src/xephyr-gdm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extra-modes/xephyr-gdm/src/xephyr-gdm b/extra-modes/xephyr-gdm/src/xephyr-gdm index 678741e..456254b 100644 --- a/extra-modes/xephyr-gdm/src/xephyr-gdm +++ b/extra-modes/xephyr-gdm/src/xephyr-gdm @@ -97,6 +97,12 @@ function display_manager_start_seat () { -keybd \ evdev,,device=$KEYBOARD,xkbmodel=$MY_XKB_MODEL,xkblayout=$MY_XKB_LAYOUT" $GDMDYNAMIC -r ${SEAT_NUMBER} + + # XXX: We're letting gdm do everything: it will restart Xephyr whenever it + # dies, it will do a lot of stuff. This way, we won't be able to reconfigure + # input. We need to find a way to do this, maybe through gdm itself. + echo "Exiting (gdm will handle the Xephyrs for us)." + exit 1; } function display_manager_stop () { -- cgit v1.2.3