I've trying to install TLauncher for play minecraft, the steps says to put the .jar archive in as executable, but I'm very new in Linux systems. I tried to go in properties, but not found what I looking for. I hope someone helps me. Thanks
Asked
Active
Viewed 1,051 times
2 Answers
1
In Nautilus (Files) right click file > Properties > Permissions > Check "Allow executing file as program".
Or with command line chmod +x path/to/filename.jar
Sebastian
- 142
0
Hello I had the same problem here's the solution i founded and worked for me in ubuntu 23.04
So I couldn't also see execute as program when I go to properties using GUI but here's the catch when you are doing chmod +x and the file location you may not entering the .jar file instead the folder so here's what you should do
- Download tlauncher
- Extract
- Goto that extracted folder
- Right click and click open in terminal
- In terminal write
sudo chmod +x TLau
and just enter tab it will automatically fill the rest
Enjoy
imposter
- 477