laser does not start when i try opening it on mint
latestchromb wrote: 496c5m
any more information? how are you trying to run it? what version?
huh i just ed it from the page here and tried double clicking and stuff and even tried using stable with wine but that did not workchromb wrote: 496c5m
very helpful...
many such cases!
(PLEASE GIVE MORE INFORMATION, WE ARE NOT MIND-READERS)
idk what your talking about im very new to linux- Marco - wrote: 5n1a1t
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: 4q6g68
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