Package: src:vlc
Version: 2.2.4-3
Severity: normal
Tags: patch

Hi,

currently the Debian packaging installs the actions for Solid KDE
subsystem under /usr/share/kde4/apps/solid/actions, which is the
location of the KDE 4 version.  With the migration of the environment
to a Qt5-based Plasma and Solid, the location for the Qt5-based Solid
action is /usr/share/solid/actions: this means that currently in a
Plasma 5 environment the vlc actions are not used (e.g. no "Open DVD
with VLC" when inserting a DVD).

The easy fix is to change the location specified at configure, so the
actions are installed in the better location.

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -90,7 +90,7 @@ confflags += \
 	--enable-x264 \
 	--enable-x265 \
 	--enable-zvbi \
-	--with-kde-solid=/usr/share/kde4/apps/solid/actions/ \
+	--with-kde-solid=/usr/share/solid/actions/ \
 	$(NULL)
 # Reasons for disabling features:
 # decklink -> not in Debian
--- a/debian/vlc.install
+++ b/debian/vlc.install
@@ -33,5 +33,5 @@ usr/lib/vlc/plugins/video_output/libxcb_
 usr/lib/vlc/plugins/video_splitter
 usr/lib/vlc/plugins/visualization
 usr/share/applications
-usr/share/kde4
+usr/share/solid
 EOF

Reply via email to