Antecedentes: no puedo entender cómo hacer que Rhythmbox escanee SOLAMENTE la carpeta con mi música. Quiero eliminar todas sus configuraciones y comenzar de nuevo.
¿Qué tengo que hacer para que Rhythmbox piense que nunca antes se había ejecutado?
Eliminar estas carpetas:
~/.local/share/rhythmbox
~/.cache/rhythmbox
~/.gconf/apps/rhythmbox
.Puede usar su navegador de archivos para hacer esto o ejecutar este comando desde la terminal:
rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r
En versiones recientes, tuve que hacer esto para restablecer las teclas de configuración (no había ~/.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
Todas sus preferencias se almacenan en un ~/.gconf/apps/rhythmbox/
archivo.
Debe eliminar este directorio, en Nautilus, presione Ctrl+ Hpara mostrar los archivos ocultos y luego bórrelo.
Advertencia : haga una copia de seguridad de este directorio antes de eliminarlo.