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:
Bastien Nocera 2018-10-04 17:54:01 +02:00
parent 873c26ff12
commit 361955dbf9

View File

@ -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({