laser does not start when i try opening it on mint
idk what your talking about im very new to linux- Marco - wrote: 3b2gu
make sure you've set the executable permissions (chmod +x or graphically), also try executing from the terminal it might show something that could help us. Also for stable did you follow any guide? Is it plain wine or are you using a front end like lutris or bottles for example?
cd ~/s/
Then to give it executable permissions run the command chmod +x osu.AppImage
in the same terminal. Then you can try and run osu from the terminal with ./osu.AppImage
thxTykork wrote: 4t5g6l
Did you the osu AppImage? As Marco mentioned you probably have to give the osuAppImage the right permissions before you can run it. First open a terminal and navigate to the same location as the Appimage that you ed, most likely in ~/s. To do this, run the commandcd ~/s/
Then to give it executable permissions run the commandchmod +x osu.AppImage
in the same terminal. Then you can try and run osu from the terminal with./osu.AppImage