Let emountd be started at the startup

This commit is contained in:
Sanel Zukan 2009-02-19 17:36:49 +00:00
parent 79c811045a
commit 6cd077a9e4
5 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# ede-startup configuration sample
[Startup]
start_order = edewm,ede-desktop,eworkpanel,xscreensaver
start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver
splash_theme = scape
[edewm]
@ -18,6 +18,11 @@
icon = eworkpanel.png
description = panel
[emountd]
exec = emountd
icon = emountd.png
description = mount notifier
[xscreensaver]
exec = xscreensaver -nosplash
icon = xscreensaver.png

View File

@ -10,5 +10,6 @@
SubDir TOP evoke splash-themes scape ;
DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ;
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/scape : $(DATA) ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -10,5 +10,6 @@
SubDir TOP evoke splash-themes standard ;
DATA = background.png edewm.png ede-desktop.png eworkpanel.png xscreensaver.png ;
DATA = background.png edewm.png ede-desktop.png emountd.png eworkpanel.png xscreensaver.png ;
InstallData $(datarootdir)/splash-themes/standard : $(DATA) ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB