From 84cfdcd24460d731d11b7927ac9f7298e7b469eb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 13 Jan 2009 20:07:57 +0000 Subject: [PATCH] update default apps list a little more: remove evince, totem, file-roller, which you don't launch on their own, only with a document svn path=/trunk/; revision=144 --- js/ui/appDisplay.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 02c59f169..d8e666632 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -12,16 +12,16 @@ const GenericDisplay = imports.ui.genericDisplay; // but have taken over metacity // This list is taken from GNOME Online popular applications // http://online.gnome.org/applications -// but with nautilus removed +// but with nautilus removed (since it should already be running) +// and evince, totem, and gnome-file-roller removed (since they're +// usually started by opening documents, not by opening the app +// directly) const DEFAULT_APPLICATIONS = [ 'mozilla-firefox.desktop', 'gnome-terminal.desktop', 'evolution.desktop', - 'evince.desktop', 'gedit.desktop', 'mozilla-thunderbird.desktop', - 'totem.desktop', - 'gnome-file-roller.desktop', 'rhythmbox.desktop', 'epiphany.desktop', 'xchat.desktop',