From 984097c0f1efb3fa62637206be691aa982ddea9e Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 14 Jul 2026 20:43:12 +0200 Subject: [PATCH] fix(flatpak): correct RuntimeRepo URL in the .flatpakref files 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) Claude-Session: https://claude.ai/code/session_01CjZYH14th2uGJAMPRRpbsf --- .../linux/flatpak/com.getpcpanel.PCPanel.snapshot.flatpakref | 2 +- .../linux/flatpak/com.getpcpanel.PCPanel.stable.flatpakref | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/linux/flatpak/com.getpcpanel.PCPanel.snapshot.flatpakref b/packaging/linux/flatpak/com.getpcpanel.PCPanel.snapshot.flatpakref index 0349350c..21e080ab 100644 --- a/packaging/linux/flatpak/com.getpcpanel.PCPanel.snapshot.flatpakref +++ b/packaging/linux/flatpak/com.getpcpanel.PCPanel.snapshot.flatpakref @@ -6,4 +6,4 @@ Url=https://nvdweem.github.io/PCPanel/repo Homepage=https://github.com/nvdweem/PCPanel Comment=Community controller software for PCPanel USB audio devices (rolling snapshot channel) IsRuntime=false -RuntimeRepo=https://flathub.org/repo/flathub.flatpakref +RuntimeRepo=https://dl.flathub.org/repo/flathub.flatpakrepo diff --git a/packaging/linux/flatpak/com.getpcpanel.PCPanel.stable.flatpakref b/packaging/linux/flatpak/com.getpcpanel.PCPanel.stable.flatpakref index ce199428..b0e5209a 100644 --- a/packaging/linux/flatpak/com.getpcpanel.PCPanel.stable.flatpakref +++ b/packaging/linux/flatpak/com.getpcpanel.PCPanel.stable.flatpakref @@ -6,4 +6,4 @@ Url=https://nvdweem.github.io/PCPanel/repo Homepage=https://github.com/nvdweem/PCPanel Comment=Community controller software for PCPanel USB audio devices (stable channel) IsRuntime=false -RuntimeRepo=https://flathub.org/repo/flathub.flatpakref +RuntimeRepo=https://dl.flathub.org/repo/flathub.flatpakrepo