/usr/share/bug/vlc-plugin-skins2/presubj is in vlc-plugin-skins2 3.0.1-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 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.
* Make sure that the plugins cache in /usr/lib/*/vlc/plugins/plugins.dat is
up-to-date. Run "/usr/lib/$MA/vlc/vlc-cache-gen -f /usr/lib/$MA/vlc/plugins"
as root to regenerate the cache where $MA the arch triplet (e.g.
x86_64-linux-gnu on amd64).
* If you have set custom plugin paths (e.g. with VLC_PLUGIN_PATH), remove
caches in these paths.
* 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 repositories (e.g. to use
allegedly patent-encumbred encoders), revert to the official Debian
libraries before reporting a bug.
The debug log of vlc ("vlc -vvv <your usual options>") is very useful for
the developers, do include it in your report.
When reporting a crash, please install the corresponding -dbgsym packages
and produe a backtrace with gdb. See
https://wiki.debian.org/HowToGetABacktrace for details.
|