如何重置VLC的默认界面?

use*_*975 5 vlc

我正在玩从 gnome-look.org 下载的 VLC 皮肤。现在,我想,我的 VLC 变砖了。它在终端上显示此错误消息:

[0x1b15f08] skins2 interface error: no skins found : exiting.

我也不想重装。

~$ vlc

VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)  
[0xd6df08] skins2 interface error: no XML found in theme /home/amol/Download/AlienWareVLCInvader.zip  
[0x7ff4e801d8f8] xml xml reader error: XML parser error (line 1) : Document is empty  
[0xd6df08] skins2 interface error: no skins found : exiting
Run Code Online (Sandbox Code Playgroud)

请帮忙...

and*_*.46 7

你所追求的命令是:

vlc --reset-config --reset-plugins-cache
Run Code Online (Sandbox Code Playgroud)

从终端窗口运行它,这会将 vlc 重置为其安装默认值...


K7A*_*AAY 5

我可以建议你去Ubuntu软件中心(或者Synaptic Package Manager,如果你愿意的话),搜索VLC,然后完全卸载它?然后重新安装。这将花费不到五分钟的时间,并且比编辑 VLC 配置文件更容易。

如果您不卸载/重新安装 VLC,请打开终端仿真窗口,执行以下操作

rm ~/.config/vlc/vlcrc
Run Code Online (Sandbox Code Playgroud)

并关闭窗口。

然后,重新打开 VLC。