Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-branding-MicroOS for openSUSE:Factory checked in at 2021-10-12 21:48:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-branding-MicroOS (Old) and /work/SRC/openSUSE:Factory/.gnome-branding-MicroOS.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-branding-MicroOS" Tue Oct 12 21:48:40 2021 rev:3 rq:924661 version:20210427 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-branding-MicroOS/gnome-branding-MicroOS.changes 2021-05-01 00:46:15.311570550 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-branding-MicroOS.new.2443/gnome-branding-MicroOS.changes 2021-10-12 21:50:00.567928078 +0200 @@ -1,0 +2,5 @@ +Mon Oct 11 13:53:03 UTC 2021 - Richard Brown <rbr...@suse.com> + +- Use "Text Editor" instead of the less-supported "gEdit" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mod-firstboot ++++++ --- /var/tmp/diff_new_pack.PWou3u/_old 2021-10-12 21:50:01.131928885 +0200 +++ /var/tmp/diff_new_pack.PWou3u/_new 2021-10-12 21:50:01.131928885 +0200 @@ -31,11 +31,11 @@ fi echo "80" -echo "# Installing gEdit" -/usr/bin/flatpak install --user --noninteractive flathub org.gnome.gedit +echo "# Installing Text Editor" +/usr/bin/flatpak install --user --noninteractive flathub org.gnome.TextEditor if [ "$?" != 0 ] ; then zenity --error \ - --text="Installing gEdit Failed" + --text="Installing Text Editor Failed" exit 1 fi