Skip to content

Commit

Permalink
fix(extensions): resources path for QtWebEngineProcess on kde-neon-6 (#…
Browse files Browse the repository at this point in the history
…5250)

This line was added in #4823 in
d801346

However, the `export` was missing in the original commit. This error was
picked up by shellcheck in #5225. I'm moving it into a separate PR for
trackability.

Signed-off-by: Callahan Kovacs <[email protected]>
  • Loading branch information
mr-cal authored Feb 11, 2025
1 parent 94819a7 commit 9d05037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/desktop/kde-neon-6/launcher-specific
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ append_dir QML2_IMPORT_PATH "$SNAP_DESKTOP_RUNTIME/lib/$ARCH"
# Fix locating the QtWebEngineProcess executable
export QTWEBENGINEPROCESS_PATH="$SNAP_DESKTOP_RUNTIME/usr/lib/qt6/libexec/QtWebEngineProcess"
# And QtWebEngine's path to resources
QTWEBENGINE_RESOURCES_PATH="$SNAP_DESKTOP_RUNTIME/usr/share/qt6/resources"
export QTWEBENGINE_RESOURCES_PATH="$SNAP_DESKTOP_RUNTIME/usr/share/qt6/resources"

# Removes Qt warning: Could not find a location
# of the system Compose files
Expand Down

0 comments on commit 9d05037

Please sign in to comment.