Christian
Christian
The strange thing is it looks like the repo is now up-to-date ``` # git status On branch master Your branch is up to date with 'origin/master'. nothing to commit,...
Is this not being addressed? Updating a shallow clone is a pretty useful feature.
So is this REPO not being actively maintained anymore?
This would be really useful for servers especially in case where you need to start play over in longer map packs.
As of spring-boot 2.7.5 I am still seeing this issue using a native query: ``` 2022-11-02 11:25:40.354 INFO 15850 --- [nio-9740-exec-1] j.r.q.QueryParameterSetter$ErrorHandling : Silently ignoring java.lang.IllegalArgumentException: Could not locate named...
Seeing the same issue. Mostly in non-steam games.
I haven't checked in latest, but back in October this was my experience as well using an AppImage that launches the flatpak of GZDoom.
Re-tested with latest and this is still an issue.
Mine is an app image launcher that configures and launches the flatpak for gzdoom. I can see if I can configure the launcher itself to use the env var.
This worked for me using the same target dir and starting dir as the app image I was already using. ```shell #!/usr/bin/env bash export SteamDeck=0 ./ --no-sandbox ```