theofficialgman

Results 633 comments of theofficialgman

nativefier is unmaintained and no longer used by any pi-apps applications. see https://github.com/Botspot/pi-apps/pull/2333#issuecomment-1874169234 for more info

multiple issues with this app request ``` game_folder="$HOME/MTG-Forge" snapshot_server="https://downloads.cardforge.org/dailysnapshots" VERSION=$(curl "$snapshot_server/version.txt") ``` this downloads the latest snapshot at install time but the users install will be outdated once the next...

``` game_folder="$HOME/MTG-Forge" ``` please avoid installing programs into the users home directory. if it is desired that the user have write permissions into the program folder, then place it in...

> Fixed - I've set game_folder to "$HOME/.local/usr/share/mtg-forge" User should have write access to folder for modding purposes, for example - [forge/wiki/Create-Enemies](https://github.com/Card-Forge/forge/wiki/Create-Enemies) > > > and change the .desktop files...

> In the meantime I made this repo - [forge-snapshot-archive](https://github.com/Archargelod/forge-snapshot-archive), with a simple workflow, that downloads snapshots daily and publishes them as releases. And I rewrote install/update scripts to use...

@Archargelod upstream has been publishing to their github releases for a few stable releases now. I think those can be used. also, installing java-17 has been greatly simplified with new...

I don't think a deb install of freecad makes sense. the primary reason being that it will end up depending on specific versions of system libraries making it incompatible with...

linking open issues for reference that currently prevent an aarch64 flatpak from being made: https://invent.kde.org/packaging/flatpak-kde-runtime/-/merge_requests/55 https://invent.kde.org/packaging/flatpak-kde-runtime/-/issues/19

alternativly, FreeCAD is rapidly porting to bring compatibility with QT6. QT6 does not have the limitations of QT5 regarding needing to compile support for OpenGL OR OpenGLES at compile time....

are you guys allergic to building debs the proper way or something? especially when a deb already exists for freecad 0.20.2 (bookworm) just build from the dsc ``` mkdir freecad...