-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to rename desktop file #71
Comments
https://github.com/wjt/flatpak-builder-issue-71 has the files above for ease of testing. |
My working theory is that f-b 1.2 is not compatible with flatpak 1.10, but I wonder whether it should be. The context is that periodically people wonder whether we should stop baking |
I tried building and running 1.2.2 on the host (rather than as a flatpak) and it works fine. The plot thickens |
I hope we didn't hit yet another dependency on host flatpak, see #13 (comment). It's possible that there is some dependency between flatpak in sandbox and flatpak in host. |
I now have matching Flatpak versions between host and this Flatpak, and get a slightly different failure at exactly the same spot:
|
Is this still relevant? 1.2.2 is pretty old by now and renames were worked on by @hfiguiere recently which is in I cannot reproduce the bug from the manifest and desktop file in the first post. |
I can!
|
I have the same issue on ubuntu
|
I tried building an app using
org.flatpak.Builder
1.2.2 on an Endless OS system with Flatpak 1.10.7 (matching Debian Bullseye). It fails when renaming the desktop file in an unexpected way.Given the following manifest:
and the following
test.desktop
:Then with
flatpak-builder
1.0.12 (from Debian Bullseye) the build succeeds, but withorg.flatpak.Builder
1.2.2 it fails as follows:The text was updated successfully, but these errors were encountered: