diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
commit | cca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch) | |
tree | 146f39ded1c938019e1ed42d30923c2ac9e86789 /org.inkscape.Inkscape.desktop.template | |
parent | Initial commit. (diff) | |
download | inkscape-12fc8abae6d434cac7670a59ed3a67301cc2eb10.tar.xz inkscape-12fc8abae6d434cac7670a59ed3a67301cc2eb10.zip |
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'org.inkscape.Inkscape.desktop.template')
-rw-r--r-- | org.inkscape.Inkscape.desktop.template | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/org.inkscape.Inkscape.desktop.template b/org.inkscape.Inkscape.desktop.template new file mode 100644 index 0000000..d2fef4e --- /dev/null +++ b/org.inkscape.Inkscape.desktop.template @@ -0,0 +1,27 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +[Desktop Entry] +Version=1.0 +Name=Inkscape +GenericName=Vector Graphics Editor +X-GNOME-FullName=Inkscape Vector Graphics Editor +Comment=Create and edit Scalable Vector Graphics images +Keywords=image;editor;vector;drawing; +Type=Application +Categories=Graphics;VectorGraphics;GTK; +MimeType=${INKSCAPE_MIMETYPE} +Exec=inkscape %F +TryExec=inkscape +Terminal=false +StartupNotify=true +Icon=${INKSCAPE_ICONPATH} +X-Ayatana-Desktop-Shortcuts=Drawing +Actions=new-window; + +[X-Drawing Shortcut Group] +Name=New Drawing +Exec=inkscape +TargetEnvironment=Unity + +[Desktop Action new-window] +Name=Open a New Window +Exec=inkscape |