Package: lessdisks-xterminal
Severity: grave
Justification: renders package unusable
Version: 0.5.3cvs.20040906-16

lessdisks-xterminal has no mechanism to configure or run xserver-xorg.

many of the scripts assume xserver-xfree86 or one of the older v3 X
servers and corresponding configuration files.

i have committed some code to handle xserver-xorg in cvs (both the 0.6.x
branch and HEAD).

attached should be a patch adding crude xserver-xorg support for
0.5.3cvs.20040906-16

live well,
  vagrant
--- xbase/x_config_ltsp.orig    2005-10-22 21:07:08.474936032 -0600
+++ xbase/x_config_ltsp 2005-10-22 21:08:44.534332784 -0600
@@ -171,8 +171,12 @@
              esac
              ;;
              
-    *)       XBINARY="XFree86"
+    *)       if [ -x /usr/bin/X11/Xorg ]; then
+               XBINARY="Xorg"
+             else
+               XBINARY="XFree86"
+             fi
              XOPTS=""
-             make_x_link XFree86 $X_LINK
+             make_x_link $XBINARY $X_LINK
              ;;
 esac

Attachment: signature.asc
Description: Digital signature

Reply via email to