Como posso redefinir todas as preferências e informações da biblioteca do Rhythmbox?

14

Antecedentes: não consigo descobrir como fazer o Rhythmbox digitalizar APENAS a pasta com a minha música. Desejo excluir todas as configurações e começar de novo.

O que eu tenho que fazer para fazer o Rhythmbox pensar que nunca foi executado antes?

    
por ændrük 17.10.2010 / 19:22

3 respostas

25

Remova estas pastas:

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

Você pode usar o seu navegador de arquivos para fazer isso ou executar este comando a partir do terminal:

rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r
    
por Isaiah 17.10.2010 / 19:29
13

Em versões recentes, tive que fazer isso para redefinir as teclas de configuração (não havia ~/.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
    
por Dima 24.03.2013 / 18:44
2

Todas as suas preferências são armazenadas no arquivo ~/.gconf/apps/rhythmbox/ .

Você precisa excluir este diretório, no Nautilus, pressionar Ctrl + H para mostrar os arquivos ocultos, e depois apagá-lo.

Aviso : faça backup desse diretório antes de excluí-lo.

    
por hhlp 17.10.2010 / 19:29