Accepting request 1087961 from home:sfalken:branches:devel:microos

- Add Ark to default flatpak installation script (boo#1211555)
- 20230519

OBS-URL: https://build.opensuse.org/request/show/1087961
OBS-URL: https://build.opensuse.org/package/show/devel:microos/plasma-branding-MicroOS?expand=0&rev=16
This commit is contained in:
Shawn Dunn 2023-05-19 17:08:23 +00:00 committed by Git OBS Bridge
parent 68464cf969
commit b886d6aa08
3 changed files with 18 additions and 3 deletions

View File

@ -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 \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 19 15:18:45 UTC 2023 - Shawn Dunn <sfalken@opensuse.org>
- Add Ark to default flatpak installation script (boo#1211555)
- 20230519
-------------------------------------------------------------------
Thu Apr 20 10:48:13 UTC 2023 - Richard Brown <rbrown@suse.com>

View File

@ -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