forked from pool/desktop-file-utils
Accepting request 917380 from home:awissu:branches:X11:common:Factory
- suse-update-mime-defaults: add Pantheon desktop environment OBS-URL: https://build.opensuse.org/request/show/917380 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=79
This commit is contained in:
parent
6894623cf3
commit
50ff588e4a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 21:33:46 UTC 2021 - Alexei Podvalsky <avvissu@yandex.by>
|
||||
|
||||
- suse-update-mime-defaults: add Pantheon desktop environment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 16 18:38:50 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user