From 6be61aef6ad0ffb370deb4df5ad48487b56e3678 Mon Sep 17 00:00:00 2001 From: Przemyslaw Date: Tue, 2 Apr 2024 16:54:04 +0200 Subject: Init --- data/IMG_6854.JPG | Bin 0 -> 359172 bytes data/clip.png | Bin 0 -> 55258 bytes data/photocrop.desktop | 15 +++++++++++++++ 3 files changed, 15 insertions(+) create mode 100644 data/IMG_6854.JPG create mode 100644 data/clip.png create mode 100644 data/photocrop.desktop (limited to 'data') diff --git a/data/IMG_6854.JPG b/data/IMG_6854.JPG new file mode 100644 index 0000000..d630aed Binary files /dev/null and b/data/IMG_6854.JPG differ diff --git a/data/clip.png b/data/clip.png new file mode 100644 index 0000000..43743fd Binary files /dev/null and b/data/clip.png differ 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ęć -- cgit v1.2.3