[xfce-settings] Use Oxygen icon theme in LibreOffice

This commit is contained in:
Andrey Cherepanov 2016-10-21 13:06:05 +03:00
parent 44e96e7879
commit f2c1be1dd4
3 changed files with 6 additions and 0 deletions

View File

@ -385,6 +385,7 @@ cp -r xfce-settings/etcskel/.gconf %buildroot/etc/skel/
cp -r xfce-settings/etcskel/.vimrc %buildroot/etc/skel/
install -m 644 xfce-settings/etcskel/.wm-select %buildroot/etc/skel/
install -Dm 644 xfce-settings/etcskel/registrymodifications.xcu %buildroot/etc/skel/.config/libreoffice/4/user/registrymodifications.xcu
mkdir -p %buildroot/usr/share/backgrounds/xfce/
cp -P xfce-settings/backgrounds/*.{jpg,png} %buildroot/usr/share/backgrounds/xfce/
@ -522,6 +523,7 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
/etc/skel/.gconf
/etc/skel/.vimrc
/usr/share/backgrounds/xfce/*
/etc/skel/.config/libreoffice/4/user/registrymodifications.xcu
%files slideshow
/etc/alterator/slideshow.conf

BIN
lo-oxygen.tar Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<oor:items xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<item oor:path="/org.openoffice.Office.Common/Misc"><prop oor:name="SymbolStyle" oor:op="fuse"><value>oxygen</value></prop></item>
</oor:items>