mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00:00
KASM-5954 Fixup arm64 libreoffice
This commit is contained in:
parent
1e0b015538
commit
c658d57ae1
1 changed files with 5 additions and 1 deletions
|
|
@ -9,5 +9,9 @@ if [ "$ARCH" == "amd64" ] ; then
|
|||
cp ${INST_DIR}/kasmos/resources/onlyoffice/*.desktop /usr/share/applications/
|
||||
else
|
||||
apt update
|
||||
apt install -y libreoffice-plasma
|
||||
apt install -y libreoffice
|
||||
# Replace built in launcher app shortcuts to launch libreoffice apps
|
||||
sed -i "s/^Exec=.*/Exec=libreoffice --writer/g" /usr/share/applications/docs-editor.desktop
|
||||
sed -i "s/^Exec=.*/Exec=libreoffice --calc/g" /usr/share/applications/sheets-editor.desktop
|
||||
sed -i "s/^Exec=.*/Exec=libreoffice --impress/g" /usr/share/applications/present-editor.desktop
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue