I'm trying to figure out how to use my application with a link in ubuntu. I've compiled the code and it contains relative paths to certain files. When I create a link to the executable in a different directory, I can't use these paths. Is there a way (in my code or in the creation of the link) to make it work with the relative paths?
Thanks