Tubefeeder / Pipeline

Watch YouTube, LBRY, and PeerTube videos in one place. Moved to https://gitlab.com/schmiddi-on-mobile/pipeline

Home Page:https://mobile.schmidhuberj.de/pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.desktop Exec wrong

Spixmaster opened this issue · comments

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

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.