mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Let emountd be started at the startup
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# ede-startup configuration sample
|
# ede-startup configuration sample
|
||||||
[Startup]
|
[Startup]
|
||||||
start_order = edewm,ede-desktop,eworkpanel,xscreensaver
|
start_order = edewm,ede-desktop,eworkpanel,emountd,xscreensaver
|
||||||
splash_theme = scape
|
splash_theme = scape
|
||||||
|
|
||||||
[edewm]
|
[edewm]
|
||||||
@ -18,6 +18,11 @@
|
|||||||
icon = eworkpanel.png
|
icon = eworkpanel.png
|
||||||
description = panel
|
description = panel
|
||||||
|
|
||||||
|
[emountd]
|
||||||
|
exec = emountd
|
||||||
|
icon = emountd.png
|
||||||
|
description = mount notifier
|
||||||
|
|
||||||
[xscreensaver]
|
[xscreensaver]
|
||||||
exec = xscreensaver -nosplash
|
exec = xscreensaver -nosplash
|
||||||
icon = xscreensaver.png
|
icon = xscreensaver.png
|
||||||
|
@ -10,5 +10,6 @@
|
|||||||
|
|
||||||
SubDir TOP evoke splash-themes scape ;
|
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) ;
|
InstallData $(datarootdir)/splash-themes/scape : $(DATA) ;
|
||||||
|
BIN
evoke/splash-themes/scape/emountd.png
Normal file
BIN
evoke/splash-themes/scape/emountd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
@ -10,5 +10,6 @@
|
|||||||
|
|
||||||
SubDir TOP evoke splash-themes standard ;
|
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) ;
|
InstallData $(datarootdir)/splash-themes/standard : $(DATA) ;
|
||||||
|
BIN
evoke/splash-themes/standard/emountd.png
Normal file
BIN
evoke/splash-themes/standard/emountd.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user