Skip to content

Commit

Permalink
Revert "Snap: fix breakage on new distros with NVIDIA graphics"
Browse files Browse the repository at this point in the history
This shouldn't be necessary any longer, because snapd fixed the issue
a few years back, see canonical/snapd#11023

This reverts commit 6c55969.
  • Loading branch information
vslavik committed Oct 31, 2024
1 parent d08a835 commit 3e2c8e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,11 @@ apps:
command: bin/poedit
desktop: share/applications/net.poedit.Poedit.desktop
extensions: [gnome-3-38]
environment:
# Workaround Snap bug https://bugs.launchpad.net/snapd/+bug/1916745
LD_PRELOAD: $SNAP_DESKTOP_RUNTIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libGLdispatch.so.0:$SNAP_DESKTOP_RUNTIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libEGL.so.1

poedit-uri-handler:
command: bin/poedit
desktop: share/applications/net.poedit.PoeditURI.desktop
extensions: [gnome-3-38]
environment:
# Workaround Snap bug https://bugs.launchpad.net/snapd/+bug/1916745
LD_PRELOAD: $SNAP_DESKTOP_RUNTIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libGLdispatch.so.0:$SNAP_DESKTOP_RUNTIME/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/libEGL.so.1

plugs:
# File access
Expand Down

0 comments on commit 3e2c8e6

Please sign in to comment.