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
This commit is contained in:
parent
849ddbd3f6
commit
84cfdcd244
@ -12,16 +12,16 @@ const GenericDisplay = imports.ui.genericDisplay;
|
|||||||
// but have taken over metacity
|
// but have taken over metacity
|
||||||
// This list is taken from GNOME Online popular applications
|
// This list is taken from GNOME Online popular applications
|
||||||
// http://online.gnome.org/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 = [
|
const DEFAULT_APPLICATIONS = [
|
||||||
'mozilla-firefox.desktop',
|
'mozilla-firefox.desktop',
|
||||||
'gnome-terminal.desktop',
|
'gnome-terminal.desktop',
|
||||||
'evolution.desktop',
|
'evolution.desktop',
|
||||||
'evince.desktop',
|
|
||||||
'gedit.desktop',
|
'gedit.desktop',
|
||||||
'mozilla-thunderbird.desktop',
|
'mozilla-thunderbird.desktop',
|
||||||
'totem.desktop',
|
|
||||||
'gnome-file-roller.desktop',
|
|
||||||
'rhythmbox.desktop',
|
'rhythmbox.desktop',
|
||||||
'epiphany.desktop',
|
'epiphany.desktop',
|
||||||
'xchat.desktop',
|
'xchat.desktop',
|
||||||
|
Loading…
Reference in New Issue
Block a user