Search found 510 matches

by MrFlibble
Sat Mar 07, 2026 10:45 pm
Forum: Discussion
Topic: Detect and run modern installations
Replies: 50
Views: 964

Re: Detect and run modern installations

--help seems to work fine with appimage $ ./Oolite_test_1.92.1.7800-260303-6443c4c-x86_64.AppImage --help 2>/dev/null | sed -n 's/^Version //p' 1.92.1.7800-260303-6443c4c Yep, that works. So it is at least not necessary to extract the image for version information. Now I need a better way to test f...
by MrFlibble
Sat Mar 07, 2026 4:22 pm
Forum: Discussion
Topic: Detect and run modern installations
Replies: 50
Views: 964

Re: Detect and run modern installations

--help seems to work fine with appimage

Code: Select all

$ ./Oolite_test_1.92.1.7800-260303-6443c4c-x86_64.AppImage --help 2>/dev/null | sed -n 's/^Version //p'
1.92.1.7800-260303-6443c4c
by MrFlibble
Sat Feb 21, 2026 1:34 am
Forum: Oolite-Linux
Topic: Full Screen Mode locked at 1024x768
Replies: 24
Views: 482

Re: Full Screen Mode locked at 1024x768

On my Slackware 15.0, under X server (and NVidia driver 570.172.08), I did some FPS testing, using my own 1.93 build. This is on a NVidia GeForce GTX 970, 3 displays, 2 of them at 60 Hz, one at 144 Hz. My regular 1600x900 window run on the "main" display @60 Hz (although the driver doesn'...
by MrFlibble
Fri Feb 20, 2026 2:32 pm
Forum: Oolite-Linux
Topic: Full Screen Mode locked at 1024x768
Replies: 24
Views: 482

Re: Full Screen Mode locked at 1024x768

[...] Oh...err... At 3840x2160 resolution, I get an FPS of <10, with a vanilla Oolite installation.[...] Besides the other suggestions/comments, nowadays I'd guess there is also the question of what underlying server you're running under? Is it X Window System, or Wayland? AnduinOS uses Wayland by ...
by MrFlibble
Tue Feb 17, 2026 9:54 am
Forum: Oolite-Linux
Topic: Full Screen Mode locked at 1024x768
Replies: 24
Views: 482

Re: Full Screen Mode locked at 1024x768

Don't often post here, but I just installed Ooltie from the FlatHub on a brand new install of AnduinOS, and I've hit a snag. I can't get Oolite to play iusing the full graphical width of my screen. It plays in full screen mode, but when I go to the options, it says the Full Screen Mode is 1024x768,...
by MrFlibble
Sat Jan 31, 2026 3:29 am
Forum: Oolite-Linux
Topic: Exclude png.h and pngconf.h by default on Linux?
Replies: 42
Views: 3066

Re: Exclude png.h and pngconf.h by default on Linux?

phkb wrote: Sat Jan 31, 2026 3:10 am
Here's a version I did for Windows:
Nice! Did you notice the next script on my post, which unzips, fixes, and re-zips all the OXZs in a directory?
by MrFlibble
Sat Jan 24, 2026 5:19 pm
Forum: Discussion
Topic: .oolite-save - Associating filetype with Oolite
Replies: 4
Views: 263

Re: .oolite-save - Associating filetype with Oolite

Would it be possible/practical to have an option to compress the save files?

Mine are mostly 2M+. I'm in the habit of saving as new files regularly, especially when troubleshooting.

zstd squishes them to ~10%
by MrFlibble
Sun Jan 11, 2026 12:17 pm
Forum: Discussion
Topic: Screenshots
Replies: 7102
Views: 2849539

Re: Screenshots

Tsoj... I can't see any of these. All I can see is "Content is not viewable in your region". Imgur simply blocked the UK rather than attempt to comply with the Online Safety Act. As of Sep 30th 2025, any embedded imgur piccies will not be visible in the UK, including all those already in ...
by MrFlibble
Wed Dec 24, 2025 3:02 pm
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

I think we should keep in mind that while we want to make things as easy as possible for existing users to keep existing folder layouts, with multiple build types like MSIX, NSIS, flatpak, appimage, source and with new players who may existing layouts confusing or inconvenient, we probably need to ...
by MrFlibble
Tue Dec 23, 2025 9:03 pm
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

At the moment the appimage just runs the oolte executable directly. It could be changed to do something else internally like run a script that launches oolite. To avoid confusion I'll mention here that an AppImage has its own internal filesystem which uses squashfs. You can see the folder structure...
by MrFlibble
Tue Dec 23, 2025 11:38 am
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

Please see if this appimage works with symlinks if you have time: https://github.com/mcarans/oolite/actions/runs/20450167242/artifacts/4949452794. It uses ARGV0. I'm investigating various appimage related tools that might cover some of the suggestions you've made. That works, as long as the symlink...
by MrFlibble
Tue Dec 23, 2025 1:58 am
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

"ARGV0 provides information how the AppImage was called. When you call an AppImage through a symlink for instance, you can get the path to this symlink through ARGV0, while APPIMAGE would contain the absolute path to the file behind that symlink." That sounds like it could solve the probl...
by MrFlibble
Mon Dec 22, 2025 10:42 pm
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

I didn't have an AddOns folder in ~Downloads. I understand that it looks for one in the appimage's $pwd. It does not look in what was the legacy executable's normal $pwd, which in effect is a legacy location for a lot of users who formerly used the self-installer to $HOME. Does it work if you put t...
by MrFlibble
Mon Dec 22, 2025 3:29 pm
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

So that all makes sense. I tried: cd ~/GNUstep/Applications/Oolite ln -s ~/Downloads/Oolite_test_1.91.0.7728-25~19-7857806-x86_64.AppImage oolite-appimage Running ./oolite-appimage finds the old unmanaged OXP's, because $pwd is ~/GNUstep/Applications/Oolite However, executed from another directory ...
by MrFlibble
Sun Dec 21, 2025 11:15 pm
Forum: Testing and Bug reports
Topic: New Linux AppImage and source builds to test
Replies: 51
Views: 1771

Re: New Linux AppImage and source builds to test

So that all makes sense. I tried: cd ~/GNUstep/Applications/Oolite ln -s ~/Downloads/Oolite_test_1.91.0.7728-25~19-7857806-x86_64.AppImage oolite-appimage Running ./oolite-appimage finds the old unmanaged OXP's, because $pwd is ~/GNUstep/Applications/Oolite However, executed from another directory (...