summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-07-30 15:00:41 +0000
committerThierry Vignaud <tv@mandriva.org>2007-07-30 15:00:41 +0000
commit8989c22357f5f47dece4c04226c8ac0c2f3f310a (patch)
treeb00a8887d50d43a1cf4f4fd4ec1799275ff7c849 /scripts
parentecc8580082ca8290241b0337035b465eb834cb29 (diff)
downloaddrakx-net-8989c22357f5f47dece4c04226c8ac0c2f3f310a.tar
drakx-net-8989c22357f5f47dece4c04226c8ac0c2f3f310a.tar.gz
drakx-net-8989c22357f5f47dece4c04226c8ac0c2f3f310a.tar.bz2
drakx-net-8989c22357f5f47dece4c04226c8ac0c2f3f310a.tar.xz
drakx-net-8989c22357f5f47dece4c04226c8ac0c2f3f310a.zip
fix startup with XFCE (#31834)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/net_applet.xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/net_applet.xinit b/scripts/net_applet.xinit
index ceecfd3..520bf7e 100755
--- a/scripts/net_applet.xinit
+++ b/scripts/net_applet.xinit
@@ -1,5 +1,5 @@
#!/bin/sh
DESKTOP=$1
case $DESKTOP in
- IceWM|Fluxbox|XFce4) exec /usr/bin/net_applet;;
+ IceWM|Fluxbox|xfce4) exec /usr/bin/net_applet;;
esac