]> git.pld-linux.org Git - packages/e16.git/blame - enlightenment.RunWM
- prepared for new vfmg, rel 2
[packages/e16.git] / enlightenment.RunWM
CommitLineData
0bb0fe5e
JR
1#!/bin/sh
2#
3# RunWM - this is a script used to launch window manager
4#
5
f24cc1a2 6if [ -x /usr/bin/enlightenment ] ; then
0bb0fe5e 7 # if this works, we stop here
f24cc1a2 8 eval "exec /usr/bin/enlightenment"
0bb0fe5e
JR
9else
10 cat <<EOF
11 WARNING: You selected Enlightenment as your window manager, but your installation
f24cc1a2 12 of AfterStep does not appear to be functional. Either /usr/bin/enlightenment
0bb0fe5e
JR
13 was not found or /usr/share/enlightenment directory is incomplete.
14EOF
15fi
This page took 0.035463 seconds and 4 git commands to generate.