LibreOffice-BreezeDark
LibreOffice-BreezeDark copied to clipboard
Installation On LibreOffice Writer 5 Centos7
Is this valid for LOW 5? I love the theme but unfortunately I am unable to get installed on CentOS7. Can someone post working code?
@jmacdoug007 Can you do "ls -l ~/.config/libreoffice/" and paste the formatted details here ?
[orca@orcacomputers conf.d]$ ls -l ~/.config/libreoffice/ total 0 drwx------. 3 orca orca 31 Dec 1 20:37 4 [orca@orcacomputers conf.d]$
@jmacdoug007
fair enough.
Did you install this icons ? https://github.com/DarkknightAK/breeze-icon-theme/tree/master/LibreOffice_Breeze
I don't know.
@jmacdoug007
close all your Libreoffice programs,
make an empty directory and cd into that.
Paste the below commands one after the other into your terminal.
git clone https://gitlab.com/RaitaroH/LibreOffice-BreezeDark.git
sudo cp LibreOffice-BreezeDark/images_breeze_dark.zip /usr/lib/libreoffice/share/config
mv ~/.config/libreoffice/4/user/config/standard.soc ~/.config/libreoffice/4/user/config/standard.soc.back
cp LibreOffice-BreezeDark/standard.soc ~/.config/libreoffice/4/user/config/standard.soc
cp ~/.config/libreoffice/4/user/registrymodifications.xcu ~/.config/libreoffice/4/user/registrymodifications.xcu.back
cat LibreOffice-BreezeDark/standard.soc >> ~/.config/libreoffice/4/user/registrymodifications.xcu
you do it first on your Centos machine and post the solution then I will repeat