r1461 - in /experimental/vlc/debian/bug: control presubj

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sun Sep 14 15:57:05 UTC 2008


Author: xtophe-guest
Date: Sun Sep 14 15:57:04 2008
New Revision: 1461

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1461
Log:
Fix and improve bugreport control

Modified:
    experimental/vlc/debian/bug/control
    experimental/vlc/debian/bug/presubj

Modified: experimental/vlc/debian/bug/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/bug/control?rev=1461&op=diff
==============================================================================
--- experimental/vlc/debian/bug/control (original)
+++ experimental/vlc/debian/bug/control Sun Sep 14 15:57:04 2008
@@ -1,1 +1,1 @@
-report-width: vlc vlc-nox libvlc2 libvlccore0
+report-with: vlc vlc-nox libvlc2 libvlccore0

Modified: experimental/vlc/debian/bug/presubj
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/vlc/debian/bug/presubj?rev=1461&op=diff
==============================================================================
--- experimental/vlc/debian/bug/presubj (original)
+++ experimental/vlc/debian/bug/presubj Sun Sep 14 15:57:04 2008
@@ -1,3 +1,19 @@
-Make sure you have reset your plugins cache before reporting a bug.
-Use "rm ~/.cache/vlc/plugins-*.dat" to remove your plugins cache.
+Debugging and bug reporting advices:
 
+VLC media player is highly modular. So in case a feature is not working
+at all, you need to check that the module handling it is present.
+
+
+ * Use "rm ~/.cache/vlc/plugins-*.dat" to remove your plugins cache.
+
+ * Check that modules are correctly loaded: "vlc -vvv --color --list"
+   If you have yellow warning lines at the top, that could well be the
+   problem
+
+ * If you have installed libraries from other reposotories (e.g. to use
+   patent-encumbred encoders), revert to the official Debian libraries
+   before reporting a bug.
+
+The debug log of vlc ("vlc -vvv --options") is very usefull for the
+developers, do include it in your report.
+




More information about the pkg-multimedia-commits mailing list