0

I've just read this answer about changing Spotify preferences, but I don't understand; where can I find the file ~/.config/spotify/Users/[Spotify user name]-user/prefs to be able to edit it? Do I have to use the Terminal?

If possible, can you explain step by step how to find ~/.config/spotify/Users/[Spotify user name]/prefs?

Edit

I found it using Google Chrome:

file:///home/tim/.config/spotify/Users/tim/prefs

But I cant edit it. How do I edit a file in a folder that starts with a .? Do I need to be root user?

Tim
  • 32,861
  • 27
  • 118
  • 178

1 Answers1

1

Like kos said:

In nautilus you can use CTRL + H to show hidden files.

Or you can use terminal:

nano /home/tim/.config/spotify/Users/tim/prefs

or if you want to use gedit to edit to file:

gedit /home/tim/.config/spotify/Users/tim/prefs
heemayl
  • 91,753
Joakim Koed
  • 2,792
  • 3
  • 17
  • 29