Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions snap/local/launcher
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ export XLOCALEDIR="${SNAP}/usr/share/X11/locale"
export GTK_PATH="$SNAP/usr/lib/$ARCH/gtk-4.0"
export GIO_MODULE_DIR="$SNAP/usr/lib/$ARCH/gio/modules"
unset GIO_EXTRA_MODULES
export GST_PLUGIN_SYSTEM_PATH="${SNAP}/usr/lib/${ARCH}/gstreamer-1.0"
export GST_PLUGIN_SCANNER="${SNAP}/usr/lib/${ARCH}/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner"
export GST_REGISTRY="${SNAP_USER_COMMON}/.cache/gstreamer-1.0-registry.bin"
export TERMINFO_DIRS="${SNAP}/share/terminfo${TERMINFO_DIRS:+:$TERMINFO_DIRS}"

# Gdk-pixbuf loaders
Expand Down
3 changes: 3 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ parts:
- libglib2.0-0t64
- libgtk-4-1
- libgtk-4-media-gstreamer
- gstreamer1.0-plugins-base
- gstreamer1.0-plugins-good
- gstreamer1.0-pulseaudio
- ibus-gtk4
- libpciaccess0
- libtinfo6
Expand Down
Loading