Add slideshow.conf.
@ -291,7 +291,9 @@ install -m 644 xfce-settings/backgrounds/slinux*.jpg %buildroot/usr/share/xfce4/
|
||||
|
||||
#slideshow
|
||||
mkdir -p %buildroot/usr/share/install2/slideshow
|
||||
install slideshow/* %buildroot/usr/share/install2/slideshow/
|
||||
mkdir -p %buildroot/etc/alterator
|
||||
install slideshow/slides/* %buildroot/usr/share/install2/slideshow/
|
||||
install slideshow/slideshow.conf %buildroot/etc/alterator/
|
||||
|
||||
#indexhtml
|
||||
%define _altdocsdir %_defaultdocdir/alt-docs
|
||||
@ -378,6 +380,7 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
/usr/share/xfce4/backdrops
|
||||
|
||||
%files slideshow
|
||||
/etc/alterator/slideshow.conf
|
||||
/usr/share/install2/slideshow
|
||||
|
||||
%define indexhtmldir %_defaultdocdir/indexhtml
|
||||
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
2
slideshow/slideshow.conf
Normal file
@ -0,0 +1,2 @@
|
||||
step=60
|
||||
once=true
|