[postcfg] update value

This commit is contained in:
Philip Müller 2019-09-02 14:18:17 -04:00
parent 703640f7c2
commit 250093d9f0
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ items:
name: "LibreOffice"
name[de]: "LibreOffice"
description: "LibreOffice is a powerful and free office suite, used by millions of people around the world. Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity."
description[de]: "LibreOffice ist ein leistungsstarkes Office-Paket. Die klare Oberfläche und mächtigen Werkzeuge lassen Sie Ihre Kreativität entfalten und Ihre Produktivität steigern.
description[de]: "LibreOffice ist ein leistungsstarkes Office-Paket. Die klare Oberfläche und mächtigen Werkzeuge lassen Sie Ihre Kreativität entfalten und Ihre Produktivität steigern."
screenshot: ":/images/LibreOffice.jpg"
- id: "freeoffice"
package: "freeoffice"

View File

@ -112,7 +112,7 @@ class ConfigController:
target_env_call(["grub-editenv", "-", "set", "menu_auto_hide=1", "boot_success=1"])
# Install Office Suite if selected (WIP)
office_package = libcalamares.globalstorage.value("packagechooser_officechooser")
office_package = libcalamares.globalstorage.value("packagechooser_packagechooser")
if not office_package:
libcalamares.utils.warning("no office suite selected, {!s}".format(office_package))
else: