[gnome-shell] shell-app-system: Add Debian to the vendor prefixes



commit 8d6ab32b9a8dfed2e430528f2b21f0e93ec03681
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Dec 5 21:24:47 2011 -0500

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/shell-app-system.c b/src/shell-app-system.c
index 0639ad8..f497d17 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 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]