Skip to content
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

feat: Remove version from linux binary name #2374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taratatach
Copy link
Member

Since the release of Ubuntu 24.04, AppArmor profiles are required for
user applications to run (maybe only when started automatically).
As the profile contains the fullpath to the binary that needs to be
allowed to run, we need Desktop to have a stable binary name to allow
our users to add a profile and not change it every time they update
the app.

Therefore, we're removing the version from the AppImage binary name.

Please make sure the following boxes are checked:

  • PR is not too big
  • it improves UX & DX in some way
  • it includes unit tests matching the implementation changes
  • it includes scenarios matching a new behaviour or has been manually tested
  • it includes relevant documentation

  Since the release of Ubuntu 24.04, AppArmor profiles are required for
  user applications to run (maybe only when started automatically).
  As the profile contains the fullpath to the binary that needs to be
  allowed to run, we need Desktop to have a stable binary name to allow
  our users to add a profile and not change it every time they update
  the app.

  Therefore, we're removing the version from the AppImage binary name.
@taratatach taratatach self-assigned this Jan 17, 2025
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