This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 1. Reset Firefox overrides | |
| flatpak override --user --reset org.mozilla.firefox | |
| # 2. Grant Firefox permission to talk to the Flatpak Portal | |
| flatpak override --user --talk-name=org.freedesktop.Flatpak org.mozilla.firefox | |
| # 3. Create the necessary internal directory structure if it doesn't exist | |
| mkdir -p ~/.var/app/org.mozilla.firefox/data/bin | |
| mkdir -p ~/.var/app/org.mozilla.firefox/.mozilla/native-messaging-hosts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| forked this because with SE 1.207 the good old spaceengineerslauncher broke, and it is eol. | |
| all credits go to opekope2 https://gist.github.com/opekope2/e02db7e526dadff0813a6ea2aebf820b | |
| 1. Download Pulsar https://github.com/SpaceGT/Pulsar/releases | |
| 2. Extract to Steam\steamapps\common\SpaceEngineers\Bin64\pulsar | |
| 3. Download this file (`SpaceEngineersLauncher.py`) into the `Bin64` folder of the game | |
| 3. Give it execute permissions (`chmod a+x SpaceEngineersLoader.py`) | |
| 4. check your bin64_path, this one is for flatpak steam, adjust accordingly. |