Commit 3819bd63 authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

set background in xdm to MIDDLE_COLOR

parent 17ac0c33
...@@ -333,6 +333,9 @@ install -m 644 themes/ALTLinux/*.png '%buildroot/usr/share/themes/ALTLinux-%Them ...@@ -333,6 +333,9 @@ install -m 644 themes/ALTLinux/*.png '%buildroot/usr/share/themes/ALTLinux-%Them
mkdir -p %buildroot/%_bindir mkdir -p %buildroot/%_bindir
install -m 644 bin/* %buildroot/%_bindir install -m 644 bin/* %buildroot/%_bindir
mkdir -p %buildroot/etc/sysconfig/
install -m 644 xinitrc %buildroot/etc/sysconfig/xinitrc.xfce
popd popd
#bootloader #bootloader
...@@ -370,6 +373,8 @@ echo $lang > lang ...@@ -370,6 +373,8 @@ echo $lang > lang
[ "`readlink %_sysconfdir/bootsplash/themes/current`" != %theme ] || [ "`readlink %_sysconfdir/bootsplash/themes/current`" != %theme ] ||
%__rm -f %_sysconfdir/bootsplash/themes/current %__rm -f %_sysconfdir/bootsplash/themes/current
%post xfce-settings
cat /etc/sysconfig/xinitrc.xfce >> /etc/sysconfig/xinitrc
%files alterator %files alterator
%config %_altdir/*.rcc %config %_altdir/*.rcc
...@@ -423,6 +428,7 @@ echo $lang > lang ...@@ -423,6 +428,7 @@ echo $lang > lang
/etc/skel/.local /etc/skel/.local
/usr/share/themes/* /usr/share/themes/*
/usr/share/xfce4/backdrops /usr/share/xfce4/backdrops
/etc/sysconfig/xinitrc.xfce
%_bindir/* %_bindir/*
......
...@@ -58,5 +58,6 @@ AC_CONFIG_FILES([ ...@@ -58,5 +58,6 @@ AC_CONFIG_FILES([
gnome-settings/metacity-theme-1.xml gnome-settings/metacity-theme-1.xml
components/ahttpd/styles/alterator.css components/ahttpd/styles/alterator.css
kde3-styles-splash/Theme.rc kde3-styles-splash/Theme.rc
xfce-settings/xinitrc
]) ])
AC_OUTPUT AC_OUTPUT
XSETROOT='xsetroot -solid #@MIDDLE_COLOR_HEX@'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment