Pipeline icon indicating copy to clipboard operation
Pipeline copied to clipboard

.desktop Exec wrong

Open Spixmaster opened this issue 1 year ago • 1 comments

In the file data/de.schmidhuberj.tubefeeder.desktop, the entry Exec=/app/bin/tubefeeder is wrong. It should be Exec=/usr/bin/tubefeeder

Spixmaster avatar Jul 02 '23 14:07 Spixmaster

The exec path you mentioned is still an artifact from the pre-meson days. Furthermore, /usr/bin is also not quite correct as this may depend on the distribution (e.g. Flatpak has /app/bin as previously), instead the file should be configured by meson.

I currently don't have time to fix this though. But thanks anyway for letting me know.

Schmiddiii avatar Jul 03 '23 13:07 Schmiddiii