jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
156 stars 24 forks source link

2020.10.0 ignores --root path for .desktop file #53

Closed lgbaldoni closed 3 years ago

lgbaldoni commented 3 years ago

As per subject, python3 setup.py install --root= fails like this:

running install_scripts
Installing photini script to /home/abuild/rpmbuild/BUILDROOT/Photini-2020.10.0-0.x86_64/usr/bin
running install_menu
Installing desktop file /usr/share/applications/photini.desktop
error: [Errno 13] Permission denied: '/usr/share/applications/photini.desktop'
jim-easterbrook commented 3 years ago

Ah, I hadn't considered the --root option. Expect a new release later today.

jim-easterbrook commented 3 years ago

New release 2020.10.1 should fix this.

lgbaldoni commented 3 years ago

wfm