]> git.pld-linux.org Git - packages/e16.git/blobdiff - enlightenment.RunWM
- prepared for new vfmg, rel 2
[packages/e16.git] / enlightenment.RunWM
index 3a952403e42138294c86c3aa6a7d61b777665168..84948fe4eb852fb2f04918ed0ee6509050f9d478 100644 (file)
@@ -3,13 +3,13 @@
 # RunWM - this is a script used to launch window manager
 #
 
-if [ -x /usr/X11R6/bin/enlightenment ] ; then
+if [ -x /usr/bin/enlightenment ] ; then
        # if this works, we stop here
-       eval "exec /usr/X11R6/bin/enlightenment"
+       eval "exec /usr/bin/enlightenment"
 else
        cat <<EOF
  WARNING: You selected Enlightenment as your window manager, but your installation
- of AfterStep does not appear to be functional. Either /usr/X11R6/bin/enlightenment
+ of AfterStep does not appear to be functional. Either /usr/bin/enlightenment
  was not found or /usr/share/enlightenment directory is incomplete.
 EOF
 fi
This page took 0.091722 seconds and 4 git commands to generate.