{"id":17801024,"url":"https://github.com/refi64/chrome-flatpak-wrapper-generator","last_synced_at":"2025-08-13T03:12:53.214Z","repository":{"id":69429102,"uuid":"147567662","full_name":"refi64/chrome-flatpak-wrapper-generator","owner":"refi64","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-15T22:24:01.000Z","size":2,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T01:42:19.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/refi64.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}},"created_at":"2018-09-05T19:14:43.000Z","updated_at":"2022-06-13T13:32:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"27546a0c-0e52-45a4-8a28-7ac811128329","html_url":"https://github.com/refi64/chrome-flatpak-wrapper-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/refi64/chrome-flatpak-wrapper-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fchrome-flatpak-wrapper-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fchrome-flatpak-wrapper-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fchrome-flatpak-wrapper-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fchrome-flatpak-wrapper-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refi64","download_url":"https://codeload.github.com/refi64/chrome-flatpak-wrapper-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fchrome-flatpak-wrapper-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270173140,"owners_count":24539528,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"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":[],"created_at":"2024-10-27T12:33:11.372Z","updated_at":"2025-08-13T03:12:53.133Z","avatar_url":"https://github.com/refi64.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chrome-flatpak\n\nAutogenerate a not-really-but-sort-of-Flatpak for Chrome. The catch? It's actually run on the host,\nvia `flatpak-spawn --host`; therefore:\n\n- You need libXScrnSaver installed. If you're on Silverblue, you can layer it easily via\n  `rpm-ostree install libXScrnSaver` followed by a reboot.\n- You need to close Chrome if you don't want systemd to be waiting a minute and a half to shut down\n  your system (relevant issue [here](https://github.com/flatpak/flatpak-xdg-utils/issues/12)).\n\n## Usage\n\nGenerate the repo:\n\n```bash\n$ ./generate-releases\n```\n\nThis will create a repository with all 3 Chrome release channels (stable, beta, and unstable).\nIf you don't want all of them, pass the ones you want to `generate-releases`:\n\n```bash\n$ ./generate-releases stable\n$ ./generate-releases stable unstable\n$ ./generate-releases stable beta\n```\n\nNow add the remote (you only need to do this once):\n\n```bash\n$ flatpak remote-add --no-gpg-verify chrome-local repo\n```\n\nYou can now install the desired Chrome release:\n\n```bash\n# Stable\n$ flatpak install chrome-local com.google.Chrome\n# Beta\n$ flatpak install chrome-local com.google.Chrome.beta\n# Unstable/dev\n$ flatpak install chrome-local com.google.Chrome.unstable\n```\n\nAfter this, whenever you want to update the repository, you should run:\n\n```bash\n$ ./generate-releases\n$ flatpak update -y com.google.Chrome # or whichever one you installed\n```\n\n*Side note: updates may also appear inside GNOME Software after running generate-releases. I've\nnever tried and am therefore not sure.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fchrome-flatpak-wrapper-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefi64%2Fchrome-flatpak-wrapper-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fchrome-flatpak-wrapper-generator/lists"}