Skip to content

Fix gtk path #2

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

Merged
merged 2 commits into from
Mar 22, 2022
Merged

Fix gtk path #2

merged 2 commits into from
Mar 22, 2022

Conversation

FabianLars
Copy link
Member

This PR is about the Gtk-Message: Failed to load module X warnings.

  • first commit: removed the modules path segment from GTK_PATH so that it can actually find the modules folder
  • second commit: i added 2 common absolute paths of the modules folder so that gtk can fall back to modules present on the user's system since there are files we just can't bundle (and we don't know which ones are needed either since they are requested by the system, not the appimage).
    • The only concern i had here were version conflicts, but i did quite extensive testing and wasn't able to find any problems. Therefore i'm just gonna use the release candidate for a live test.

@FabianLars FabianLars merged commit 3f3a18d into master Mar 22, 2022
@FabianLars FabianLars deleted the fix-gtk-path branch May 10, 2022 14:18
TheTumultuousUnicornOfDarkness added a commit to linuxdeploy/linuxdeploy-plugin-gtk that referenced this pull request Oct 11, 2022
This environment variable must not contains '/modules' at the end. Example: https://fr.mathworks.com/help/matlab/matlab_env/remove-canberra-gtk-module-and-pk-gtk-module-messages.html

Related to tauri-apps#2
TheTumultuousUnicornOfDarkness added a commit to linuxdeploy/linuxdeploy-plugin-gtk that referenced this pull request Oct 11, 2022
This environment variable must not contains '/modules' at the end. Example: https://fr.mathworks.com/help/matlab/matlab_env/remove-canberra-gtk-module-and-pk-gtk-module-messages.html

Related to tauri-apps#2
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