appFavorites: Add evince to rename list
Evince 3.30 changed the desktop filename. Without this patch, evince will disappear from the dock.
This commit is contained in:
parent
873c26ff12
commit
361955dbf9
@ -44,6 +44,7 @@ const RENAMED_DESKTOP_IDS = {
|
||||
'nautilus.desktop': 'org.gnome.Nautilus.desktop',
|
||||
'polari.desktop': 'org.gnome.Polari.desktop',
|
||||
'totem.desktop': 'org.gnome.Totem.desktop',
|
||||
'evince.desktop': 'org.gnome.Evince.desktop',
|
||||
};
|
||||
|
||||
var AppFavorites = new Lang.Class({
|
||||
|
Loading…
Reference in New Issue
Block a user