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-",
|
static const char*const vendor_prefixes[] = { "gnome-",
|
||||||
"fedora-",
|
"fedora-",
|
||||||
"mozilla-",
|
"mozilla-",
|
||||||
|
"debian-",
|
||||||
NULL };
|
NULL };
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user