Jak mogę zresetować wszystkie preferencje Rhythmbox i informacje o bibliotece?


15

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?

Odpowiedzi:


27

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

16

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

2

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.

Korzystając z naszej strony potwierdzasz, że przeczytałeś(-aś) i rozumiesz nasze zasady używania plików cookie i zasady ochrony prywatności.
Licensed under cc by-sa 3.0 with attribution required.