Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cd in launcher breaks relative paths in parameters #3
Comments
dholbach
referenced this issue
in dplanella/qt5conf
Jun 30, 2016
Open
cd in launcher breaks relative paths in parameters #5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
popey commentedJun 24, 2016
https://github.com/ubuntu/snappy-playpen/issues/109
This launcher, and dpm's fork at https://github.com/dplanella/qt5conf suffer from the same problem.
In my mpv snap, I want to be able to "cd foo" then "mpv bar.mp4" but can't because the qt5-launch has a "cd $SNAP" which means mpv can't find the "bar.mp4". It works if I provide a full path, but that's not a great user experience.
Perhaps change the exec to:-
exec $SNAP/$@