aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pdm/pdm-1.0/xfce
blob: ba2582ff54f4f5f3b74b63ed69c467dccd43a555 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

# Set some variables of some consequence

export PATH=$PATH:/usr/X11R6/bin:/usr/lib/ICAClient/
export DISPLAY=:0

# Because we're not actually logging in, we do this 
# FIXME: PDM should do this instead

export HOME=/user

# Allow all comers
/usr/X11R6/bin/xhost +

# Start the screen saver
xscreensaver -no-splash &

# Start the rest of the XFCE world
xfce-mcs-manager
xfwm4 --daemon
xftaskbar4 &
xfdesktop &
exec xfce4-panel