如何重置所有 Rhythmbox 首选项和资料库信息?

ænd*_*rük 15 settings rhythmbox

背景:我不知道如何让 Rhythmbox 只扫描包含我的音乐的文件夹。我想删除它的所有设置并重新开始。

我该怎么做才能让 Rhythmbox 认为它以前从未运行过?

Isa*_*iah 27

删除这些文件夹:

  • ~/.local/share/rhythmbox
  • ~/.cache/rhythmbox
  • ~/.gconf/apps/rhythmbox.

您可以使用文件浏览器执行此操作或从终端运行此命令:

rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r
Run Code Online (Sandbox Code Playgroud)


Dim*_*ima 18

在最近的版本中,我不得不这样做来重置 gsetting 键(没有~/.gconf/apps/rhythmbox

gsettings reset-recursively org.gnome.rhythmbox
gsettings reset-recursively org.gnome.rhythmbox.display-page-tree
gsettings reset-recursively org.gnome.rhythmbox.library
gsettings reset-recursively org.gnome.rhythmbox.player
gsettings reset-recursively org.gnome.rhythmbox.plugins
gsettings reset-recursively org.gnome.rhythmbox.plugins.iradio
gsettings reset-recursively org.gnome.rhythmbox.plugins.lyrics
gsettings reset-recursively org.gnome.rhythmbox.plugins.magnatune
gsettings reset-recursively org.gnome.rhythmbox.plugins.replaygain
gsettings reset-recursively org.gnome.rhythmbox.plugins.visualizer
gsettings reset-recursively org.gnome.rhythmbox.podcast
gsettings reset-recursively org.gnome.rhythmbox.podcast
gsettings reset-recursively org.gnome.rhythmbox.rhythmdb
gsettings reset-recursively org.gnome.rhythmbox.sharing
gsettings reset-recursively org.gnome.rhythmbox.sources
Run Code Online (Sandbox Code Playgroud)