Dioptas icon indicating copy to clipboard operation
Dioptas copied to clipboard

Created shortcut do not work on macos (at least)

Open t20100 opened this issue 1 year ago • 3 comments

Running dioptas makeshortcut on macos creates a shortcut on the desktop that is not working. This is because this call /path/to/env/bin/python /path/to/env/bin/dioptas.py but there is no dioptas.py available. I expect it to be the same at least on linux.

t20100 avatar Feb 12 '24 09:02 t20100

The make shortcut option has been created by @newville. If I am not mistaken, he has also now created an extra library, to do this.

CPrescher avatar Feb 12 '24 09:02 CPrescher

@CPrescher I'll investigate....

newville avatar Feb 14 '24 07:02 newville

Thank you. I guess the main issue is that "dioptas.py" in the main directory was renamed into "run.py" due to some problems I had with pyinstaller (if I remember correctly MacOSX cannot distinguish files from folder with the same name)

CPrescher avatar Feb 15 '24 08:02 CPrescher