summaryrefslogtreecommitdiff
path: root/src/shell-app-system.c
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2011-12-05 21:24:47 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2012-01-25 02:11:11 -0500
commit8d6ab32b9a8dfed2e430528f2b21f0e93ec03681 (patch)
tree2c5422d63a04482706e518c7eca31386389e1a6f /src/shell-app-system.c
parent6c1a2d531f59ecab49de6c9b33e1846e139987cf (diff)
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
Diffstat (limited to 'src/shell-app-system.c')
-rw-r--r--src/shell-app-system.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 0639ad80..f497d179 100644
--- a/src/shell-app-system.c
+++ b/src/shell-app-system.c
@@ -26,6 +26,7 @@
static const char*const vendor_prefixes[] = { "gnome-",
"fedora-",
"mozilla-",
+ "debian-",
NULL };
enum {