mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
960 B

  1. --- ./config/Xsetup_0.orig 2006-08-04 00:16:51.000000000 +0200
  2. +++ ./config/Xsetup_0 2006-08-04 00:17:03.000000000 +0200
  3. @@ -1,3 +1,4 @@
  4. #!/bin/sh
  5. # $Xorg: Xsetup_0,v 1.3 2000/08/17 19:54:17 cpqbld Exp $
  6. xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
  7. +xsetroot -solid black
  8. --- ./config/Xsession.cpp.orig 2006-08-04 00:17:18.000000000 +0200
  9. +++ ./config/Xsession.cpp 2006-08-04 00:18:13.000000000 +0200
  10. @@ -83,5 +83,14 @@
  11. exec `eval $XDESKTOP`
  12. }
  13. #endif
  14. +
  15. +XCOMM we need at least the PATH /opt/.../bin expansion ...
  16. + [ -f /etc/profile ] && . /etc/profile
  17. +
  18. + WINDOWMANAGER="${WINDOWMANAGER:-startkde}"
  19. + [ "$WINDOWMANAGER" = "gnome" ] && WINDOWMANAGER="gnome-session"
  20. + [ "$WINDOWMANAGER" = "kde" ] && WINDOWMANAGER="startkde"
  21. + [ "$WINDOWMANAGER" != "twm" -a -n "$(type -p ${WINDOWMANAGER%% *})" ] && exec $WINDOWMANAGER
  22. + xsetroot -solid darkcyan ; exec twm ; exec xterm
  23. exec BINDIR/xsm
  24. fi