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

extensions/desktop: preload bindtextdomain from snap first if it exists #3738

Merged
merged 1 commit into from
May 19, 2022

Conversation

mmtrt
Copy link
Contributor

@mmtrt mmtrt commented May 7, 2022

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run make lint?
  • Have you successfully run pytest tests/unit?

This fixes error caused by desktop-launch loading amd64 bindtextdomain.so first from gnome-platform then i386 from snap.

ERROR: ld.so: object '/snap/test/x1/gnome-platform/$LIB/bindtextdomain.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

fixes: ERROR: ld.so: object '/snap/test/x1/gnome-platform/$LIB/bindtextdomain.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
@codecov-commenter
Copy link

Codecov Report

Merging #3738 (1ad71aa) into main (9a1bf8f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3738   +/-   ##
=======================================
  Coverage   86.52%   86.52%           
=======================================
  Files          58       58           
  Lines        3207     3207           
=======================================
  Hits         2775     2775           
  Misses        432      432           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@Thermionix
Copy link

I'm attempting to solve wine segfaulting on my fusion360 snap and am still receiving the following after updating snapcraft to the edge channel.

ERROR: ld.so: object '/snap/fusion360/x1/gnome-platform/$LIB/bindtextdomain.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.

$ snapcraft -V
snapcraft 7.0.7.post8+git727f3920
$ snap run --shell fusion360
$ ls $SNAP/gnome-platform/lib/x86_64-linux-gnu/
bindtextdomain.so

@mmtrt
Copy link
Contributor Author

mmtrt commented Jun 24, 2022

mmtrt added a commit to mmtrt/snapcraft that referenced this pull request Dec 20, 2023
mmtrt added a commit to mmtrt/snapcraft that referenced this pull request Jan 23, 2024
mmtrt added a commit to mmtrt/snapcraft that referenced this pull request Jan 23, 2024
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.

None yet

4 participants