diff --git a/desktop-file-utils.changes b/desktop-file-utils.changes index 0b4551c..6e1e099 100644 --- a/desktop-file-utils.changes +++ b/desktop-file-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 7 21:33:46 UTC 2021 - Alexei Podvalsky + +- suse-update-mime-defaults: add Pantheon desktop environment + ------------------------------------------------------------------- Thu Jul 16 18:38:50 UTC 2020 - andy great diff --git a/suse-update-mime-defaults b/suse-update-mime-defaults index ed97ff0..3289edd 100644 --- a/suse-update-mime-defaults +++ b/suse-update-mime-defaults @@ -37,7 +37,7 @@ if [ ! -d $r/var/cache/gio-2.0 ]; then mkdir -m 755 -p $r/var/cache/gio-2.0 fi -for desktop in gnome xfce lxde; do +for desktop in gnome xfce lxde pantheon; do awk -vdesktop=${desktop} ' # print a warning to stderr function warn(msg, cmd) { @@ -121,6 +121,8 @@ BEGIN { categories_list = "XFCE,GTK" } else if (desktop == "lxde") { categories_list = "GTK" + } else if (desktop == "pantheon") { + categories_list = "GTK" } split(categories_list, categories, /,/) root = ENVIRON["r"]