Quote:bash: /usr/games/dolphin-emu: No such file or directory
In my experience, this is probably bash using an outdated cached path. Try opening a new terminal window and start from there, or type PATH="$PATH" in the (old) terminal to make bash drop that cache.
Also, /usr/games/dolphin-emu could be a symlink to an non-existing file. (use "stat /usr/games/dolphin-emu", which also shows the destination file). I'd say this is unlikely tho if you can launch it from the desktop (and the version in the about section/window title is correct).
Quote:I noticed auto-update is missing; do I need to use git pull and rebuild for every update?To my knowledge, yes.
