pkg2appimage icon indicating copy to clipboard operation
pkg2appimage copied to clipboard

Cannot open files from working directory

Open darealshinji opened this issue 7 years ago • 1 comments

For example running ./mediainfo-gui.AppImage Videos/video.mkv will not open video.mkv in mediainfo-gui, it must be a full path: ./mediainfo-gui.AppImage $HOME/Videos/video.mkv Reason is the chdir(2) into the mounted AppImage directory in /tmp. I don't even know if there's a real solution to this, but I wanted to let you know about it.

darealshinji avatar Jun 21 '17 14:06 darealshinji

Currently you need to specify absolute paths or use $(readlink -f relative/path).

probonopd avatar Jun 21 '17 18:06 probonopd