http://bugs.skolelinux.org/show_bug.cgi?id=1453
--- Comment #1 from Snorre Jensen <[email protected]> 2010-05-12 12:09:00 --- edited /opt/ltsp/i386/usr/share/ltsp/ltsp-init-common and replaced configure_x section with this: configure_x() { if boolean_is_true "$CONFIGURE_X" ; then ${CONFIGURE_X_COMMAND:-/usr/share/ltsp/configure-x.sh} else if [ -n "${X_CONF}" ] && [ -f "${X_CONF}" ]; then echo "Using customized xorg.conf" cp -v "${X_CONF}" /etc/X11/xorg.conf fi fi } and now its working as expected :) I don't know if it is the "right" way to fix this, but its working -- Configure bugmail: http://bugs.skolelinux.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

