diff options
author | raveit65 <[email protected]> | 2017-01-08 17:23:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-02-17 12:28:22 +0100 |
commit | b48fe1c747315f98fb2d0783f51a6363fb659cde (patch) | |
tree | 8c2e9b1569986b3a99414f2ad4a1d54c0fd91326 | |
parent | 8ac1f9414dd84603a5dc972088993677572333ce (diff) | |
download | mate-control-center-b48fe1c747315f98fb2d0783f51a6363fb659cde.tar.bz2 mate-control-center-b48fe1c747315f98fb2d0783f51a6363fb659cde.tar.xz |
Font-viewer: adjust desktop file
-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@ |