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:
Jasper St. Pierre 2011-12-05 21:24:47 -05:00
parent 6c1a2d531f
commit 8d6ab32b9a

View File

@ -26,6 +26,7 @@
static const char*const vendor_prefixes[] = { "gnome-",
"fedora-",
"mozilla-",
"debian-",
NULL };
enum {