Tło: Nie mogę wymyślić, jak zrobić, aby Rhythmbox skanował TYLKO folder z moją muzyką. Chcę usunąć wszystkie jego ustawienia i zacząć od nowa.
Co muszę zrobić, aby Rhythmbox myślał, że nigdy wcześniej nie był uruchamiany?
Usuń te foldery:
~/.local/share/rhythmbox
~/.cache/rhythmbox
~/.gconf/apps/rhythmbox
.Możesz to zrobić za pomocą przeglądarki plików lub uruchomić polecenie z terminala:
rm ~/.local/share/rhythmbox/ ~/.cache/rhythmbox/ ~/.gconf/apps/rhythmbox/ -r
W ostatnich wersjach musiałem to zrobić, aby zresetować klucze ustawiania (nie było ~/.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
Wszystkie twoje preferencje są przechowywane w ~/.gconf/apps/rhythmbox/
pliku.
Musisz usunąć ten katalog, w Nautilus, naciśnij Ctrl+, Haby wyświetlić ukryte pliki, a następnie usuń go.
Ostrzeżenie : wykonaj kopię zapasową tego katalogu przed jego usunięciem.