Skip to content
Snippets Groups Projects
Commit c2bb7592 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Jean-Baptiste Kempf
Browse files

snap: look for VLC configuration in non-versioned directory.


snap sets $HOME to per-revision directory, e.g.
/home/thresh/snap/$revision/, which means the configuration will not be
inherited between updates.

(cherry picked from commit 33b2413d)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ccd1c7a7
No related branches found
Tags 3.0.3-1
No related merge requests found
......@@ -31,4 +31,4 @@ 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
exec $SNAP/usr/bin/vlc "$@"
exec $SNAP/usr/bin/vlc --config=$SNAP_USER_COMMON/vlcrc "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment