#Installing Olympus on linux for steam deck
66 messages · Page 1 of 1 (latest)
Like It says i need to use a command prompt for it but like, how does the terminal even work for Linux, I have no idea how to run it and stuff
what tutorial are you using
Wdym
go to the directory with install.sh
rightclick some empty space, then click 'open terminal here'
then type sh install.sh
By directory do you mean like in the file explorer?
Ok so huh
the empty space below any files
right click
then in the menu that shows up
hit 'open terminal here'
or a similar popup
then in the terminal
type sh install.sh
It works I think?
That looks functioning
Make sure you're updated to the latest version and then go add your celeste install, and install everest
It works if I directly run the code
As in the olympus file
I don't know if it installed properly cause the icon isn't right
Yeah, that's not the .desktop file
What about in the app menu thing?
I think you get it through the lower left button
Yeah it's there
Yeah, then that's fine
You can put it on your desktop
Alright, now for the fun part
Oh it just automatically launches in normal celeste
Ok yeah that works really well lmao
You mean steam launches Celeste with Everest installed? Yeah, the files are modified so it's a lot more work to launch in vanilla than everest while everest is installed
What's weird?
The steam deck is just a linux computer, so there's no reason it really shouldn't
Yeah but I mean with gaming mode
Honestly most of the struggle with this was not knowing how to right click with steam deck LMAO
This is the only post in this #953393160464269402 channel where someone got Everest to run successfully on Steam Deck (but it’s also the most recent so that gives me hope)
I was going to purchase Celeste for Steam Deck just for the mods (already played the main game a ton on Switch over the years) but I’m a little nervous to mess with the desktop mode of Steam Deck. Any other success stories? I’m a steam newbie in general
The Slay the Spire Downfall mod has a page right on the Steam store so that seems a lot simpler lol
This is not the only time someone has gotten Everest working on a steam deck. It's happened many times. Most of the time there's no issues
steam deck is basically just linux, and celeste works well on linux, so usually people don't have problems
you should be able to just apply the normal celeste/everest installation instructions without too much modification
Okay thanks @restive kettle and @timid bramble
It was the only instance I could find in the search of it being installed correctly. Good to know it’s not as complicated as I though. Thanks!
Hello, I just realized this was opened again lmao
I'm running into an error with running olympus on my steam deck. I get this error:
/home/deck/Downloads/linux.main/dist/olympus: line 33: ./love: Permission denied
I'm not sure what permissions this is talking about. This was when i ran Olympus in Konsole. When i run the desktop application, I get a permission error as well. Am I missing something here?
never mind i fixed it. I had to trace back the scripts and change the permissions on them. All is good
Getting a permissions error with the linux install.sh
basically the abridged version of the error is as follows: (i cut a lot down because i cant send images here)
Olympus exists at /opt/olympus
Do you want to continue? y/N: y
Creating /user/share/applications/Olympus.desktop
cp: cannot create regular file '/usr/share/applications/Olympus.desktop': Read-only file system
chmod: cannot access '/usr/share/applications/Olympus.desktop': No such file or directory
Creating /usr/bin/olympus
ln: failed to create symbolic link '/usr/bin/olympus': No such file or directory
...
it seems to be an issue with the Steam Deck's read-only filesystem, is there a way to install Olympus without being system-wide?