mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue