i get this error:
/tmp/.mount_Intellqaatnb/AppRun: line 5: /home/johoski/Downloads/usr/bin/bin/idea.sh: No such file or directory
even if int the apprun its like this:
#!/bin/bash SELF=$(readlink - f "$0") HERE=${SELF%/*} EXEC="${HERE}usr/bin/bin/idea.sh" exec "${EXEC}"