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

Add external exec wrapper #232

Merged
merged 1 commit into from
May 31, 2024
Merged

Conversation

EmerickH
Copy link
Contributor

Prevents external apps launched from Chataigne to use the AppImage libraries
Fix for #231

Wrapper from https://invent.kde.org/brauch/appimage-exec-wrapper/, maybe we do need to add license/credit somewhere (I did in the AppRun)

  • Added exec_wrapper.so, which replaces default system exec() functions in order to put the correct environment variables for the apps to use the system libraries instead of the AppImage ones
  • Changed the AppRun binary to the script version (same functionality) in order to add custom environment variables for the exec_wrapper to work
  • Do the same modification for the ARM AppImages

Prevents external apps launched from Chataigne to use the AppImage libraries
@benkuper
Copy link
Owner

Will this continue working in existing systems if they update their version of Chataigne ?

@benkuper benkuper merged commit 9f4be4f into benkuper:master May 31, 2024
1 check passed
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.

2 participants