{"id":24060758,"url":"https://github.com/hydrian/pathos-flatpak","last_synced_at":"2026-05-15T04:05:45.737Z","repository":{"id":271171552,"uuid":"912590517","full_name":"hydrian/pathos-flatpak","owner":"hydrian","description":"Flatpak packaging for Pathos: Nehack Codex","archived":false,"fork":false,"pushed_at":"2026-04-10T00:01:39.000Z","size":411579,"stargazers_count":4,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"stable","last_synced_at":"2026-04-10T02:12:23.492Z","etag":null,"topics":["flatpak","linux","nethack","pathos"],"latest_commit_sha":null,"homepage":"https://pathos.azurewebsites.net/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hydrian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-06T01:32:36.000Z","updated_at":"2026-04-10T00:01:42.000Z","dependencies_parsed_at":"2025-01-06T03:19:37.070Z","dependency_job_id":"17734e2a-abd0-4c05-811b-549ff32d289d","html_url":"https://github.com/hydrian/pathos-flatpak","commit_stats":null,"previous_names":["hydrian/pathos-flatpak"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hydrian/pathos-flatpak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpathos-flatpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpathos-flatpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpathos-flatpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpathos-flatpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hydrian","download_url":"https://codeload.github.com/hydrian/pathos-flatpak/tar.gz/refs/heads/stable","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hydrian%2Fpathos-flatpak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33053162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flatpak","linux","nethack","pathos"],"created_at":"2025-01-09T07:14:55.736Z","updated_at":"2026-05-15T04:05:45.730Z","avatar_url":"https://github.com/hydrian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathos: Netack Codex Flatpak Installation for Linux\n\n## Prerequestites\n\n* 64-bit x86_64 CPU\n* Flatpak enabled [Linux distribution](https://flatpak.org/setup/)\n* flatpak-builder installed\n* git installed\n* About 1.5GB free space in your $HOME directory\n\n## Building\n\nThis is a temporary step. Once the development team gets Pathos on Flathub, this step will become unnecessary. The following instructions builds and installs the flatpak image of Pathos.\n\n\u003e [!IMPORTANT]\n\u003e Recently, the default branch changed from `main` to `stable`. If you have an older git checkout, you may need to update the remotes or just delete and reclone the git repository.\n\n```bash\ncd ~/git\ngit clone https://github.com/hydrian/pathos-flatpak.git\ncd ~/git/pathos-flatpak\n./flatpak-build.sh\n```\n\n\u003c!-- ## Installation\n\nInstall flatpak application\n\n```\nflatpack install net.azurewebsites.pathos\n``` --\u003e\n\n## Running the Application\n\nThe first time you run the the flatpak it will have to setup a wine environment. This may take a while depending on your hardware.  \n\nYou should have a 'Pathos' entry in your applciation menu.\n\nIf you have issues, try running it from the command line. This may help diagnose some issues.\n\n```bash\nflatpak run net.azurewebsites.pathos.pathos\n```\n\n\u003e [!IMPORTANT]\n\u003e The flatpak id has changed. This change was required to get this package published  to Flathub.\n\u003e You can remove the old flatpak ID net.azurewebsites.pathos.flatpak\n\n## Upgrades\n\nOccationally, Pathos changes dependances or requires upgrades to the wine environment. This often requires wine to be reinstalled. To just reinstall wine, run the following command: `flatpak run net.azurewebsites.pathos.pathos wine-reinstall`\n\nThis will rebuild the wine environment. This should not effect any savegames. \n\n## Caveats\n\n### No Modding support\n\nDo to the lack of Microsoft Visual Studio or Build Tools on Wine or native Linux, this cannot be supported.\n\n### Full-Screen is Wrong Sized\n\nDo to Wine a issue, full-screen mode won't be supported as a default. Maxized window is recommended. If you want full-screen mode, take a look at [Work Arounds](#work-arounds)\n\n### No i386 Support\n\nThe flatpak package only supports x86_64 even though the native Windows installer supports both i386 and x86_64. If there is enough demand, I may create an i386 build if there is enough demnd. Also, PR's are accepted for this feature.\n\n## Work Arounds\n\n* Full-screen mode can be supported with custom configuration. See [#3](https://github.com/hydrian/pathos-flatpak/issues/3#issuecomment-2578002145)\n\n## Troubleshooting\n\n### Failed to Build image\n\nYou get this error:\n\n```text\nExporting net.azurewebsites.pathos to repo\nFB: Running: flatpak build-export --arch=x86_64 '--exclude=/lib/debug/*' --include=/lib/debug/app '--exclude=/share/runtime/locale/*/*' '/home/hydrian@TYGERCLAN.LAN/git/pathos-flatpak/.flatpak/repo' .flatpak/build main\nerror: opening repo: opendir(objects): No such file or directory\nExport failed: Child process exited with code 1\nFB: Unmounting read-only fs: fusermount -uz /home/hydrian@TYGERCLAN.LAN/git/pathos-flatpak/.flatpak/state/rofiles/rofiles-ImiZGI\nFailed to build image\n```\n\nYou have a messed up repo directory. Delete the build directory and rerun the `flatpak-build.sh` script.\n\n```bash\nrm -Rf ~/git/pathos-flatpak/.flatpak/repo ~/git/pathos-flatpak/.flatpak-builder \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrian%2Fpathos-flatpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhydrian%2Fpathos-flatpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhydrian%2Fpathos-flatpak/lists"}