diff options
author | Przemyslaw <prymula76@outlook.com> | 2024-04-02 16:54:04 +0200 |
---|---|---|
committer | Przemyslaw <prymula76@outlook.com> | 2024-04-02 16:54:04 +0200 |
commit | 6be61aef6ad0ffb370deb4df5ad48487b56e3678 (patch) | |
tree | e117d8199d4de50de11d7baa50753c5385abc071 /data |
Diffstat (limited to 'data')
-rw-r--r-- | data/IMG_6854.JPG | bin | 0 -> 359172 bytes | |||
-rw-r--r-- | data/clip.png | bin | 0 -> 55258 bytes | |||
-rw-r--r-- | data/photocrop.desktop | 15 |
3 files changed, 15 insertions, 0 deletions
diff --git a/data/IMG_6854.JPG b/data/IMG_6854.JPG Binary files differnew file mode 100644 index 0000000..d630aed --- /dev/null +++ b/data/IMG_6854.JPG diff --git a/data/clip.png b/data/clip.png Binary files differnew file mode 100644 index 0000000..43743fd --- /dev/null +++ b/data/clip.png 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ęć |