arrowmaster

Results 41 comments of arrowmaster

This needs more attention as the jammy ppa is incompatible with Debian Bookworm because the .dpkg packages are now compressed with zstd and the focal packages are built for a...

> Please try to launch GNS3 in a terminal with: `QT_STYLE_OVERRIDE="" gns3` or `QT_STYLE_OVERRIDE= gns3` I just tested this with GNS 2.2.22 on Debian Bullseye with Breeze Dark theme in...

msmtp-mta might be a better option as it is currently maintained, but it has a daemon. I have not done any testing and do not know if it can still...

I cannot test as I'm not using PBS in docker anymore. PBS now supports the new notification system and allows an external mail server to be configured directly in the...

This looks related to https://github.com/AppImage/AppImageKit/issues/124 where an incorrectly set `XDG_DATA_DIRS` causes `xdg-open` to fail. I tested on an appimage built by tauri and `XDG_DATA_DIRS` is set to `/tmp/.mount_gale.auwH2Kd/usr/share/:/tmp/.mount_gale.auwH2Kd/usr/share:/usr/share:/home/deck/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share`, where everything...

The proposed fix did not work for me. I discovered that SteamLaunch was now arg 6 when running on my SteamDeck. The other proposed fix I saw that used [[...

> > `exec $cmd "$0" $@` > > This should probably be `exec $cmd "$0" "$@"` (with the quotes), so that it won't fail if there is an argument containing...

I just confirmed my modifications to `start_game_bepinex.sh` still works through Steam. I installed bepinex through r2modman then modified the script inside the profile. In Steam, Valheim is launched with `"/home/deck/.config/r2modmanPlus-local/Valheim/linux_wrapper.sh"...

> This seems to be broken again. The suggested `start_game_bepinex.sh` does not work since `libdoorstop` has changed location and name, and even fixing it, BepInEx does not start. You should...

> For context, I am not interested in Valheim modding, but I have been having issues building a mod for another game and just used Valheim as a reference point....