summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-12 10:15:46 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-12 10:15:46 +0000
commit319adb793a874c3245597f6a0c864e59783f9702 (patch)
tree8c663419fbbcec9be51503f2dc45bb306bf58af7
parent86b559f1c199980cc7ee2423261edfdc51953909 (diff)
don't display menu entries for mupdf, fontforge and sandbox
-rw-r--r--skel/.local/share/applications/fontforge.desktop33
-rw-r--r--skel/.local/share/applications/mupdf.desktop16
-rw-r--r--skel/.local/share/applications/sandbox.desktop11
3 files changed, 60 insertions, 0 deletions
diff --git a/skel/.local/share/applications/fontforge.desktop b/skel/.local/share/applications/fontforge.desktop
new file mode 100644
index 0000000..4091b99
--- /dev/null
+++ b/skel/.local/share/applications/fontforge.desktop
@@ -0,0 +1,33 @@
+[Desktop Entry]
+Name=FontForge
+Name[ru]=FontForge
+Name[fr]=FontForge
+Name[zh_TW]=字型鍛造廠
+Name[uk]=FontForge
+Name[de]=FontForge
+Name[eo]=FontForge
+Name[es]=FontForge
+Name[it]=FontForge
+Name[pt]=FontForge
+GenericName=Font Editor
+Comment=An outline font editor
+Comment[ru]=Редактор шрифтов
+Comment[fr]=Un constructeur des polices
+Comment[zh_TW]=FontForge 描邊字型編輯器
+Comment[pl_PL]=Edytor fontów
+Comment[uk]=Редактор шрифтів
+Comment[de]=Ein Font-Editor
+Comment[eo]=Tipar dosiero-redaktilo
+Comment[es]=Un editor de fuentes
+Comment[it]=Un profilo editor di font
+Comment[pt]=Um editor de fontes
+Exec=fontforge %U
+TryExec=fontforge
+Icon=fontforge
+StartupWMClass=fontforge
+Terminal=false
+Type=Application
+Categories=Graphics;
+MimeType=application/vnd.font-fontforge-sfd;application/x-font-ttf;application/x-font-otf;application/x-font-type1;application/x-font-bdf;application/x-font-pcf;application/x-font-tex;
+Keywords=font;fonts;editor;TTF;OTF;typeface;
+NoDisplay=true
diff --git a/skel/.local/share/applications/mupdf.desktop b/skel/.local/share/applications/mupdf.desktop
new file mode 100644
index 0000000..2f0527b
--- /dev/null
+++ b/skel/.local/share/applications/mupdf.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=MuPDF
+GenericName=PDF file viewer
+Exec=mupdf %f
+TryExec=mupdf
+Icon=mupdf
+Terminal=false
+Type=Application
+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff;
+Categories=Viewer;Graphics;
+Actions=View;
+
+[Desktop Action View]
+Name=View with mupdf
+Exec=mupdf %f
+NoDisplay=true
diff --git a/skel/.local/share/applications/sandbox.desktop b/skel/.local/share/applications/sandbox.desktop
new file mode 100644
index 0000000..a6cd115
--- /dev/null
+++ b/skel/.local/share/applications/sandbox.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=sandbox
+Type=Application
+Comment=launch a sandboxed shell ... useful for debugging ebuilds
+Exec=sandbox
+TryExec=sandbox
+Icon=sandbox
+Categories=Development;
+Terminal=true
+NoDisplay=true