diff --git a/recipe.json b/recipe.json index 52f31c33..7d4a32c7 100644 --- a/recipe.json +++ b/recipe.json @@ -213,7 +213,7 @@ { "id": "office", "title": "Office", - "subtitle": "The LibreOffice suite.", + "subtitle": "Open Source Office suites and applications.", "default": false, "applications" : [ { @@ -221,6 +221,18 @@ "icon" : "org.libreoffice.LibreOffice", "flatpak": true, "snap" : true + }, + { + "name" : "OnlyOffice", + "icon" : "org.onlyoffice.desktopeditors", + "flatpak" : true, + "snap" : true + }, + { + "name" : "Geary", + "icon" : "org.gnome.Geary", + "flatpak" : true, + "snap" : false } ] }, @@ -362,6 +374,16 @@ "type" : "command", "commands" : ["!nextBoot flatpak install -y org.libreoffice.LibreOffice || snap install libreoffice"] }, + { + "if" : "OnlyOffice", + "type" : "command", + "commands" : ["!nextBoot flatpak install -y org.onlyoffice.desktopeditors || snap install onlyoffice-desktopeditors"] + }, + { + "if" : "Geary", + "type" : "command", + "commands" : ["!nextBoot flatpak install -y org.gnome.Geary"] + }, { "if" : "Bottles", "type" : "command", diff --git a/vanilla_first_setup/assets/bundle-app-icons/org.gnome.Geary.png b/vanilla_first_setup/assets/bundle-app-icons/org.gnome.Geary.png new file mode 100644 index 00000000..f094ea00 Binary files /dev/null and b/vanilla_first_setup/assets/bundle-app-icons/org.gnome.Geary.png differ diff --git a/vanilla_first_setup/assets/bundle-app-icons/org.onlyoffice.desktopeditors.png b/vanilla_first_setup/assets/bundle-app-icons/org.onlyoffice.desktopeditors.png new file mode 100644 index 00000000..79846b0d Binary files /dev/null and b/vanilla_first_setup/assets/bundle-app-icons/org.onlyoffice.desktopeditors.png differ