Skip to content

Update to v2.0.19 #103

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

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open

Update to v2.0.19 #103

wants to merge 76 commits into from

Conversation

ransome1
Copy link
Collaborator

@ransome1 ransome1 commented Mar 6, 2025

No description provided.

@flathubbot
Copy link
Contributor

🚧 Test build failed.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build succeeded. To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/180839/com.github.ransome1.sleek.flatpakref

@ransome1
Copy link
Collaborator Author

flatpak install --user https://dl.flathub.org/build-repo/180839/com.github.ransome1.sleek.flatpakref

@barthalion I manage to pack the Debian build of the app into the Flatpak. Build and install work properly, however it diesnt start. Can you take a quick glance at the test build? Maybe you see the issue right away.

@barthalion
Copy link
Member

[📦 com.github.ransome1.sleek ~]$ cat /app/bin/sleek 
#!/bin/sh
echo '#!/bin/sh' > sleek-entrypoint.sh
echo 'exec env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/opt/sleek/sleek "$@"' >> sleek-entrypoint.sh

Your launch script contains echo command to create a script instead of proper commands.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build failed.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build failed.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build failed.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build failed.

@flathubbot
Copy link
Contributor

🚧 Test build enqueued.

@flathubbot
Copy link
Contributor

🚧 Started test build.

@flathubbot
Copy link
Contributor

🚧 Test build succeeded. To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/182807/com.github.ransome1.sleek.flatpakref

@ransome1
Copy link
Collaborator Author

ransome1 commented May 5, 2025

🚧 Test build succeeded. To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/182807/com.github.ransome1.sleek.flatpakref

@barthalion I think I have fixed it. However I cannot run it, because I run into strange AppArmor issues. Can you please take another look at the script?

It now looks like this

cat << 'EOF' > sleek-entrypoint.sh
#!/bin/sh
exec env TMPDIR=$XDG_CACHE_HOME zypak-wrapper /app/opt/sleek/sleek "$@"
EOF

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.

3 participants