Skip to content

fix(flatpak): correct RuntimeRepo URL (dl.flathub.org/.flatpakrepo)#139

Merged
nvdweem merged 1 commit into
mainfrom
worktree-linux-auto-update
Jul 14, 2026
Merged

fix(flatpak): correct RuntimeRepo URL (dl.flathub.org/.flatpakrepo)#139
nvdweem merged 1 commit into
mainfrom
worktree-linux-auto-update

Conversation

@nvdweem

@nvdweem nvdweem commented Jul 14, 2026

Copy link
Copy Markdown
Owner

The .flatpakref RuntimeRepo pointed at https://flathub.org/repo/flathub.flatpakref which 404s (wrong host + wrong file type), so flatpak install from the ref failed. Fixed to the canonical https://dl.flathub.org/repo/flathub.flatpakrepo.

This pull request was made by an AI without any human intervention

🤖 Generated with Claude Code

https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf

RuntimeRepo must point to a .flatpakrepo (a remote definition), not a
.flatpakref (a single app), and Flathub serves it from dl.flathub.org. The old
value https://flathub.org/repo/flathub.flatpakref 404s, so installing from the
.flatpakref failed with 'Can't load dependent file ... 404'. Use the canonical
https://dl.flathub.org/repo/flathub.flatpakrepo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf
@nvdweem
nvdweem merged commit b207d7e into main Jul 14, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant