shell-app-system: Add Debian to the vendor prefixes
It seems that Debian has their own prefixes in something like debian-xterm.desktop. To properly do application matching in these cases, we need to strip the debian- prefix. https://bugzilla.gnome.org/show_bug.cgi?id=665647
This commit is contained in:
parent
6c1a2d531f
commit
8d6ab32b9a
@ -26,6 +26,7 @@
|
||||
static const char*const vendor_prefixes[] = { "gnome-",
|
||||
"fedora-",
|
||||
"mozilla-",
|
||||
"debian-",
|
||||
NULL };
|
||||
|
||||
enum {
|
||||
|
Loading…
Reference in New Issue
Block a user