Closed lawl closed 2 years ago
I installed github desktop version 2.9.4 using my tool bread and for some reason it didn't register github desktop's URL protocols, like when going in that url with that protocol even after selecting the application to launch it didn't work, instead i had to add that app to default applications
Steps to reproduce:
1) Download an appimage 2) let appimaged generate a desktop file 3) cause arguments to be passed to the application: e.g. download https://freetubeapp.io/ which registers
MimeType=x-scheme-handler/freetube
to handlefreetube://
urls. 4) Open a freetube URL, e.g.freetube://https://www.youtube.com/watch?v=dQw4w9WgXcQ
withxdg-open
Expected behaviour: FreeTube opens and starts playing rickroll.
Actual behavior: FreeTube opens and doesn't play anything.
The generated desktop file contains this exec line:
but it should really be
so that the arguments are passed correctly.