Conversation
Co-authored-by: jamesmarkchan <6020424+jamesmarkchan@users.noreply.github.com>
|
@copilot please try and resolve the build error that was encountered: |
Co-authored-by: jamesmarkchan <6020424+jamesmarkchan@users.noreply.github.com>
Fixed in commit The Flatpak bundle itself built successfully — the failure was only in the cleanup step. |
|
@copilot the uploaded flatpack from your workflow indicated this error when it was installed: Is this something we should improve in the flatpack or is there something i need to do differently to install? I have installed flatpak 1.14.6 on Ubuntu 24.04.4 LTS |
…hed from Flathub Co-authored-by: jamesmarkchan <6020424+jamesmarkchan@users.noreply.github.com>
... This is expected Flatpak behavior — a Fixed in commit After the next CI run, the new bundle should install without that error on any system that has Flathub configured. For Ubuntu where Flathub may not be pre-configured, you can add it first with: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo |
|
@copilot look at feedback from @JasmineRRod above and advise. |
Co-authored-by: jamesmarkchan <6020424+jamesmarkchan@users.noreply.github.com>
The error @JasmineRRod hit is caused by using the wrong install command. flatpak install --user ./jdiskmark-0.7.0.flatpakFixed in commit |
|
@copilot is this expected behavior?
|
…ALL.md Co-authored-by: jamesmarkchan <6020424+jamesmarkchan@users.noreply.github.com>
Yes, that 403 is caused by the Fixed in commit
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.freedesktop.Platform//24.08
flatpak install --user ./jdiskmark-0.7.0.flatpak |
…rectory and additional builder arguments.



pkg/flatpak/directory with Flatpak manifest (net.jdiskmark.JDiskMark.yml)net.jdiskmark.JDiskMark.metainfo.xml)net.jdiskmark.JDiskMark.desktop)jdiskmark.sh)create-flatpakant target tobuild.xml.github/workflows/flatpak-build.yml)<delete>withrm -rffor cleanup offlatpak-build/andflatpak-repo/directories (flatpak-builder creates special files likevar/run/adduserthat Ant cannot delete)--runtime-repofromflatpak build-bundle(thedl.flathub.orgCDN returns HTTP 403 when Flatpak tries to auto-fetch the runtime); users must installorg.freedesktop.Platform//24.08from Flathub explicitly before installing the bundleINSTALL.mdto the CI artifact (alongside the.flatpakbundle) documenting the correct three-step install process: add Flathub remote, install the required runtime (org.freedesktop.Platform//24.08), then runflatpak install --user ./jdiskmark-<version>.flatpak— and noting thatflatpak install --frommust not be used with.flatpakbundlesOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.