diff --git a/mod-firstboot b/mod-firstboot index 08a2a63..427a195 100644 --- a/mod-firstboot +++ b/mod-firstboot @@ -31,13 +31,22 @@ if [ "$?" != 0 ] ; then fi qdbus-qt5 $dbusRef Set "" value 4 +qdbus-qt5 $dbusRef setLabelText "Installing Ark" +/usr/bin/flatpak install --user --noninteractive flathub org.kde.ark +if [ "$?" != 0 ] ; then + kdialog --error \ + "Installing Ark Failed" + exit 1 +fi +qdbus-qt5 $dbusRef Set "" value 5 + qdbus-qt5 $dbusRef setLabelText "Setting Default Browser" kwriteconfig5 --file ~/.config/kdeglobals --group General --key BrowserApplication org.mozilla.firefox.desktop -qdbus-qt5 $dbusRef Set "" value 5 +qdbus-qt5 $dbusRef Set "" value 6 qdbus-qt5 $dbusRef setLabelText "Cleaning up" rm ~/.config/autostart/mod-firstboot.desktop -qdbus-qt5 $dbusRef Set "" value 6 +qdbus-qt5 $dbusRef Set "" value 7 if [ "$?" != 0 ] ; then kdialog --error \ diff --git a/plasma-branding-MicroOS.changes b/plasma-branding-MicroOS.changes index f659673..3d3d78b 100644 --- a/plasma-branding-MicroOS.changes +++ b/plasma-branding-MicroOS.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 19 15:18:45 UTC 2023 - Shawn Dunn + +- Add Ark to default flatpak installation script (boo#1211555) +- 20230519 + ------------------------------------------------------------------- Thu Apr 20 10:48:13 UTC 2023 - Richard Brown diff --git a/plasma-branding-MicroOS.spec b/plasma-branding-MicroOS.spec index 652d016..0b997dc 100644 --- a/plasma-branding-MicroOS.spec +++ b/plasma-branding-MicroOS.spec @@ -35,7 +35,7 @@ Requires: libqt5-qdbus Requires: sound-theme-freedesktop Requires: transactional-update Conflicts: gnome-branding-MicroOS -Version: 20230420 +Version: 20230519 Release: 0 %description