Open Advantaged opened 5 years ago
I am sure this will be useful for the people who are running linux. Thank you.
I am sure this will be useful for the people who are running linux. Thank you.
sadly, I don't remember anymore how to inject files in Windows, sorry.
But... I would inject both files. Under Windows should be possible to edit it... not directly but renamed copies should be possible to open with same LibreOffice-Writer.
I don't know if LO under Win "highlight" "parentheses" and "tabs" like under Linux but... all "Browsers" do it for sure. A remedy for that can be the LO-Latex-Extension.
Enjoy
Use recursive copy command to give the copied file the same rights as the already present:
sudo cp -R LibreOffice-BreezeDark/images_breeze_dark.zip /usr/lib/libreoffice/share/config
andcp -R LibreOffice-BreezeDark/standard.soc ~/.config/libreoffice/4/user/config/standard.soc
Pick the right file to inject the Color-Palette:
cat LibreOffice-BreezeDark/registrymodifications.xcu >> ~/.config/libreoffice/4/user/registrymodifications.xcu
Trying to inject "standard.soc" inside of "registrymodifications.xcu" will not work.
Or just backup and replace with:
mv ~/.config/libreoffice/4/user/registrymodifications.xcu ~/.config/libreoffice/4/user/registrymodifications.xcu.back
cp -R LibreOffice-BreezeDark/registrymodifications.xcu ~/.config/libreoffice/4/user/registrymodifications.xcu