| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The *_native C++ ports were replaced by bundled Python + .py plugins in
de4db79, but the source dirs were left behind without any CMake wiring —
causing confusion when editing them appears to do nothing. Same story
for libs/dds_header (stale duplicate of libs/preview_dds, unrelated to
the actively-used libs/dds-header) and libs/game_gamebryo (superseded
by libs/game_bethesda/src/gamebryo).
Removes:
- libs/basic_games_native
- libs/form43_checker_native
- libs/installer_omod_native
- libs/preview_dds_native
- libs/rootbuilder_native
- libs/script_extender_checker_native
- libs/dds_header
- libs/game_gamebryo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Prepend STEAM_COMPAT_CLIENT_INSTALL_PATH as first Steam path candidate.
Steam always sets this env var when launching any app (including in
gamescope/game mode), so it reliably points to the correct Steam root
even when $HOME resolves differently inside the gamescope session.
- Canonicalize VDF-sourced library paths before dedup in
getAllLibraryFolders() so /home/ ↔ /var/home/ symlinks (Bazzite/Fedora
immutable distros) don't produce duplicate scan entries.
- Cache findSteamGames() results in a static hash. Previously,
findSteamGamePath() rebuilt the full library scan 45+ times per launch
(once per registered game plugin). Now the scan runs at most once.
Fixes game detection on Bazzite in Steam Game Mode.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
- Add native plugins: form43_checker, script_extender_checker, preview_dds,
basic_games (75 game defs via IPluginProxy pattern with Steam/GOG detection)
- Remove portable Python from Dockerfile and build-inner.sh
- Add Python settings tab with venv support (system python3 + PyQt6)
- Skip loading plugin_python.so when Python disabled (default: off)
- Update pythonrunner.cpp to use venv at ~/.local/share/fluorine/python-venv/
- Preserve real file permissions in FUSE VFS (fixes native executable +x bits)
- Add FUSE_SET_ATTR_MODE handler so chmod works through VFS
- Fix desktop shortcut Exec= to use fluorine-manager launcher, not bare binary
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|