diff options
-rw-r--r-- | font-viewer/mate-font-viewer.desktop.in.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/font-viewer/mate-font-viewer.desktop.in.in b/font-viewer/mate-font-viewer.desktop.in.in index e94a4586..37081fab 100644 --- a/font-viewer/mate-font-viewer.desktop.in.in +++ b/font-viewer/mate-font-viewer.desktop.in.in @@ -1,11 +1,16 @@ [Desktop Entry] _Name=Font Viewer -_Comment=Preview fonts +_Comment=View fonts on your system Icon=preferences-desktop-font Exec=mate-font-viewer %u Terminal=false Type=Application StartupNotify=true -NoDisplay=true +Categories=GTK;Utility; MimeType=application/x-font-ttf;application/x-font-pcf;application/x-font-type1;application/x-font-otf; Keywords=mate-control-center;MATE;font;viewer;preview;desktop;preferences; +X-MATE-Bugzilla-Bugzilla=MATE +X-MATE-Bugzilla-Product=gnome-font-viewer +X-MATE-Bugzilla-Component=general +X-MATE-Bugzilla-OtherBinaries=gnome-thumbnail-font +X-MATE-Bugzilla-Version=@VERSION@ |