Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
bd99a8ba
Commit
bd99a8ba
authored
5 years ago
by
Konstantin Pavlov
Browse files
Options
Downloads
Patches
Plain Diff
snap: set QML import path for the Qt UI
parent
bd4c3daa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/package/snap/vlc-snap-wrapper.sh
+3
-0
3 additions, 0 deletions
extras/package/snap/vlc-snap-wrapper.sh
with
3 additions
and
0 deletions
extras/package/snap/vlc-snap-wrapper.sh
+
3
−
0
View file @
bd99a8ba
...
...
@@ -31,4 +31,7 @@ export KDE_FORK_SLAVES=1
## Neon PATCH! make KIO look for slaves in a dynamic location depending on $SNAP
export
KF5_LIBEXEC_DIR
=
$SNAP
/usr/lib/
$ARCH
/libexec/kf5
# set QML2 import path for Qt UI
export
QML2_IMPORT_PATH
=
"
$QML2_IMPORT_PATH
:
$SNAP
/usr/lib/x86_64-linux-gnu/qt5/qml/"
exec
$SNAP
/usr/bin/vlc
--config
=
$SNAP_USER_COMMON
/vlcrc
"
$@
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment