<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div style="font-family:helvetica, arial, sans-serif;">Hello,<br></div>
<div><br></div>
<div>On Tue, 23 Jan 2018, at 18:16, Mathieu Velten wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div style="font-family:helvetica, arial, sans-serif;">I removed it because it seems to provide the same feature, I don't have a kde4 to test if this kind of freedesktop entry file works there.<br></div>
</div>
</blockquote><div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div style="font-family:helvetica, arial, sans-serif;">I really don't see where it is an equivalent.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div style="font-family:helvetica, arial, sans-serif;">Solid is based on devices insertion and detection. Your new desktop way seems to be based on mimetypes.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div style="font-family:helvetica, arial, sans-serif;">So, to remove it, you need to show where it is equivalent in the KDE docs.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"><br></div>
<blockquote type="cite"><div dir="ltr"><div>For the mimes I removed the disc corresponding ones so only the good VLC entry get returned for those mime types.<br></div>
</div>
</blockquote><div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div style="font-family:helvetica, arial, sans-serif;">Why not.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"><br></div>
<blockquote type="cite"><div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div defang_data-gmailquote="yes"><div dir="ltr">Le mar. 23 janv. 2018 à 17:52, Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> a écrit :<br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;"><div style="font-family:helvetica, arial, sans-serif;">Sorry, but the removal of the SOLID support and the removal from .mimetypes mandates a bit more explanation.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> <br></div>
<div style="font-family:helvetica, arial, sans-serif;"> On Tue, 23 Jan 2018, at 17:48, Mathieu Velten wrote:<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > ---<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > <a href="http://configure.ac">configure.ac</a> | 32 --------------------------------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/Makefile.am | 16 ++++------------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/solid/vlc-openbd.desktop | 9 ---------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/solid/vlc-opencda.desktop | 10 ----------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/solid/vlc-opendvd.desktop | 10 ----------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/solid/vlc-openvcd.desktop | 10 ----------<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/<a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a> | 9 +++++++++<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/<a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a> | 9 +++++++++<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/<a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a> | 9 +++++++++<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/<a href="http://vlc-openvcd.desktop.in">vlc-openvcd.desktop.in</a> | 9 +++++++++<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > share/vlc.desktop.mimetypes | 4 ----<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > 11 files changed, 40 insertions(+), 87 deletions(-)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > delete mode 100644 share/solid/vlc-openbd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > delete mode 100644 share/solid/vlc-opencda.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > delete mode 100644 share/solid/vlc-opendvd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > delete mode 100644 share/solid/vlc-openvcd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > create mode 100644 share/<a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > create mode 100644 share/<a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > create mode 100644 share/<a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > create mode 100644 share/<a href="http://vlc-openvcd.desktop.in">vlc-openvcd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/<a href="http://configure.ac">configure.ac</a> b/<a href="http://configure.ac">configure.ac</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 11e8460..c28f635 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/<a href="http://configure.ac">configure.ac</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/<a href="http://configure.ac">configure.ac</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -3710,14 +3710,6 @@ AC_SUBST(QT_VERSION)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > AM_CONDITIONAL(ENABLE_QT, [test "$enable_qt" != "no"])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > AM_CONDITIONAL([HAVE_QT5_X11], [test "${have_qt5_x11}" = "yes"])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl detect kde4-config patch (used for kde solids).<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AC_ARG_VAR([KDE4_CONFIG], [kde4-config utility])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AS_IF([test "x$KDE4_CONFIG" = "x"], [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - KDE4_CONFIG="kde4-config"<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl Simple test for skins2 dependency<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -4157,30 +4149,6 @@ AS_IF([test "${ac_cv_c_bigendian}" = "yes"], [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > ])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > AC_SUBST(DEFS_BIGENDIAN)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl Where to install KDE solid .desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AC_ARG_WITH(kde-solid,<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - AS_HELP_STRING([--with-kde-solid=PATH],<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - [KDE Solid actions directory (auto)]),, [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -if test "${SYS}" != "mingw32" -a "${SYS}" != "darwin" ; then<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - with_kde_solid="yes"<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -fi<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -soliddatadir=""<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AS_IF([test "${with_kde_solid}" != "no"], [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - AS_IF([test "${with_kde_solid}" = "yes"], [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - kde4datadir="`${KDE4_CONFIG} --install data`"<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - AS_IF([test "x$kde4datadir" = "x"], [kde4datadir='${datadir}/kde4/<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > apps'])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - soliddatadir="${kde4datadir}/solid/actions"<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - ], [<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - soliddatadir="${with_kde_solid}"<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - ])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AC_SUBST(soliddatadir)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -AM_CONDITIONAL(KDE_SOLID, [test "x${soliddatadir}" != "x"])<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl Check wether we have the PROCESS_MITIGATION_IMAGE_LOAD_POLICY<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > dnl It should only be available when building for win10, but some SDKs<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > define it unconditionnaly<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/Makefile.am b/share/Makefile.am<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index bf81792..b81e2eb 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/Makefile.am<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/Makefile.am<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -5,7 +5,7 @@ EXTRA_DIST =<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > desktopdir = $(datadir)/applications<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > if !HAVE_WIN32<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > if !HAVE_DARWIN<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -desktop_DATA = vlc.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +desktop_DATA = vlc.desktop vlc-openbd.desktop vlc-opendvd.desktop vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > openvcd.desktop vlc-opencda.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > appdatadir = $(datarootdir)/metainfo<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > appdata_DATA = $(appdata_in_files:.<a href="http://xml.in">xml.in</a>=.xml)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > appdata_in_files = <a href="http://vlc.appdata.xml.in">vlc.appdata.xml.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -13,9 +13,10 @@ endif<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > endif<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > EXTRA_DIST += <a href="http://vlc.desktop.in">vlc.desktop.in</a> vlc.desktop.mimetypes<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +EXTRA_DIST += <a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a> <a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a> vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > <a href="http://openvcd.desktop.in">openvcd.desktop.in</a> <a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > CLEANFILES += $(desktop_DATA) $(appdata_DATA)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -vlc.desktop: <a href="http://vlc.desktop.in">vlc.desktop.in</a> $(top_builddir)/config.status<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +%.desktop: %.<a href="http://desktop.in">desktop.in</a> $(top_builddir)/config.status<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > $(AM_V_GEN)mimetypes="$$(sed 's/\s*#.*$$//g' $(srcdir)/<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > vlc.desktop.mimetypes | egrep -v '^$$' | tr "\n" ';')"; \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > sed \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -e 's,\@bindir\@,$(bindir),g' \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -52,8 +53,7 @@ endif<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > EXTRA_DIST += \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > $(skins2_default_vlt_FILES) \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > $(DIST_icons) \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - $(DIST_http_lua) \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - $(DIST_solid)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > + $(DIST_http_lua)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > nobase_vlcdata_DATA =<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > nobase_dist_vlcdata_DATA =<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -61,9 +61,6 @@ if BUILD_SKINS<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > nobase_vlcdata_DATA += skins2/default.vlt<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > nobase_dist_vlcdata_DATA += $(DIST_skins2)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > endif<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -if KDE_SOLID<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -soliddata_DATA = $(DIST_solid)<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -endif<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > DIST_icons = \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > vlc512x512.png<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -299,8 +296,3 @@ EXTRA_DIST += \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > lua/sd/icecast.lua \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > lua/sd/icast.lua \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > lua/sd/jamendo.lua<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -DIST_solid = \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - solid/vlc-openbd.desktop \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - solid/vlc-opencda.desktop \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - solid/vlc-opendvd.desktop \<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > - solid/vlc-openvcd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/solid/vlc-openbd.desktop b/share/solid/vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > openbd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > deleted file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 8522d8c..0000000<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/solid/vlc-openbd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -1,9 +0,0 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > OpticalDisc.availableContent & 'VideoBluRay' ]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Type=Service<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Actions=open;<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Action open]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Name=Open with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Exec=vlc bluray://%d<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/solid/vlc-opencda.desktop b/share/solid/vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > opencda.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > deleted file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 866e85f..0000000<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/solid/vlc-opencda.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -1,10 +0,0 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > OpticalDisc.availableContent & 'Audio' ]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Type=Service<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Actions=open;<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Action open]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Name=Open with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Exec=vlc cdda://%d<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/solid/vlc-opendvd.desktop b/share/solid/vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > opendvd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > deleted file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index eae868e..0000000<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/solid/vlc-opendvd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -1,10 +0,0 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > OpticalDisc.availableContent & 'VideoDvd' ]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Type=Service<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Actions=open;<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Action open]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Name=Open with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Exec=vlc dvd://%d<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/solid/vlc-openvcd.desktop b/share/solid/vlc-<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > openvcd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > deleted file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index b612107..0000000<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/solid/vlc-openvcd.desktop<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -1,10 +0,0 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > OpticalDisc.availableContent & 'VideoCd|SuperVideoCd' ]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Type=Service<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Actions=open;<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -[Desktop Action open]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Name=Open with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Exec=vlc vcd://%d<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/<a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a> b/share/<a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > new file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 0000000..d105324<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/<a href="http://vlc-openbd.desktop.in">vlc-openbd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -0,0 +1,9 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Version=1.0<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Name=Open Blu-ray with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +NoDisplay=true<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Exec=@bindir@/vlc --started-from-file bluray://%f @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Terminal=false<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Type=Application<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +MimeType=x-content/video-bluray<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/<a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a> b/share/<a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > new file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 0000000..79bd0c5<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/<a href="http://vlc-opencda.desktop.in">vlc-opencda.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -0,0 +1,9 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Version=1.0<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Name=Open Audio CD with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +NoDisplay=true<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Exec=@bindir@/vlc --started-from-file cdda://%f @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Terminal=false<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Type=Application<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +MimeType=x-content/audio-cdda<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/<a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a> b/share/<a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > new file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 0000000..af03b9d<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/<a href="http://vlc-opendvd.desktop.in">vlc-opendvd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -0,0 +1,9 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Version=1.0<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Name=Open DVD with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +NoDisplay=true<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Exec=@bindir@/vlc --started-from-file dvd://%f @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Terminal=false<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Type=Application<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +MimeType=x-content/video-dvd<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/<a href="http://vlc-openvcd.desktop.in">vlc-openvcd.desktop.in</a> b/share/<a href="http://vlc-openvcd.desktop.in">vlc-openvcd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > new file mode 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 0000000..718f980<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- /dev/null<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/<a href="http://vlc-openvcd.desktop.in">vlc-openvcd.desktop.in</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -0,0 +1,9 @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +[Desktop Entry]<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Version=1.0<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Name=Open VCD with VLC media player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +NoDisplay=true<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Exec=@bindir@/vlc --started-from-file vcd://%f @@<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Icon=vlc<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Terminal=false<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +Type=Application<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +MimeType=x-content/video-vcd;x-content/video-svcd<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > diff --git a/share/vlc.desktop.mimetypes b/share/vlc.desktop.mimetypes<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > index 0d866f7..d521c6c 100644<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --- a/share/vlc.desktop.mimetypes<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > +++ b/share/vlc.desktop.mimetypes<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > @@ -119,10 +119,6 @@ x-scheme-handler/icyx # Icecast<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > # Linux desktop environment hooks for ISOs etc.<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > application/x-cd-image<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -x-content/video-vcd<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -x-content/video-svcd<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -x-content/video-dvd<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > -x-content/audio-cdda<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > x-content/audio-player<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > # Playlists / text/xml list with URLs<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > --<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > 2.14.3<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> ><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > _______________________________________________<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > vlc-devel mailing list<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > To unsubscribe or modify your subscription options:<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> > <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div>
<div style="font-family:helvetica, arial, sans-serif;"> <br></div>
<div style="font-family:helvetica, arial, sans-serif;"> <br></div>
<div style="font-family:helvetica, arial, sans-serif;"> --<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> Jean-Baptiste Kempf - President<br></div>
<div style="font-family:helvetica, arial, sans-serif;"> +33 672 704 734<br></div>
</blockquote></div>
</blockquote><div style="font-family:helvetica, arial, sans-serif;"><br></div>
<div id="sig60240713"><div class="signature">--<br></div>
<div class="signature">Jean-Baptiste Kempf - President<br></div>
<div class="signature">+33 672 704 734<br></div>
<div class="signature"> <br></div>
<div class="signature"><br></div>
</div>
<div style="font-family:helvetica, arial, sans-serif;"><br></div>
</body>
</html>