From 8d6ab32b9a8dfed2e430528f2b21f0e93ec03681 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 5 Dec 2011 21:24:47 -0500 Subject: [PATCH] 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 --- src/shell-app-system.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell-app-system.c b/src/shell-app-system.c index 0639ad804..f497d179e 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 {