diff options
Diffstat (limited to 'data/photocrop.desktop')
-rw-r--r-- | data/photocrop.desktop | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/photocrop.desktop b/data/photocrop.desktop new file mode 100644 index 0000000..e1ad08e --- /dev/null +++ b/data/photocrop.desktop @@ -0,0 +1,15 @@ +#!/usr/bin/env xdg-open + +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Categories=Graphics; + +Name=Photo Crop + +Exec=python3 /usr/bin/photocrop.py +#Exec=gnome-terminal -e "bash -c 'python3 /usr/bin/photocrop.py;$SHELL'" +Terminal=false +Icon=/usr/share/photocrop/clip.png + +Name[pl_PL]=Przycinanie Zdjęć |