fn2006 / PollyMC

DRM-free Prism Launcher fork with support for custom auth servers.
GNU General Public License v3.0
744 stars 48 forks source link

Fix extension points and Java auto-detect in Flatpak #131

Closed zocker-160 closed 1 month ago

zocker-160 commented 6 months ago

Following changes have been made:

Known issue:

I have not checked the source code yet, but for some reason, the MangoHud check is greyed out despite mangohud being in PATH and confirmed working by adding mangohud --dlsym to Wrapper command.

Screenshot_20231230_161444

Maybe someone knows how PollyMC is checking if mangohud is available or not? It is available in PATH:

$ flatpak run --command=bash org.fn2006.PollyMC 
[📦 org.fn2006.PollyMC ~]$ which mangohud
/app/utils/mangohud/bin/mangohud

UPDATE: Issue is fixed with move to 23.08. Users have to have MangoHud flatpak installed

flatpak install org.freedesktop.Platform.VulkanLayer.MangoHud//23.08

and then it will show up correctly in the settings: Screenshot_20240412_151956

zocker-160 commented 1 month ago

closing in favor of: https://github.com/unmojang/FjordLauncher/pull/5