Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Any way to get command line interface to my tesla to fix spotify?

This site may earn commission on affiliate links.
Tesla uses a modified version of Ubuntu for its OS, and I believe the problem is that they use Gnome as the UI, but then you install the stock, non-Gnome Spotify. You can find the Ubuntu-Gnome fix at pkgs.org, where they suggest:
  1. Install repository GPG key:# sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
  2. Add the following line to /etc/apt/sources.list:deb http://repository.spotify.com stable non-free
  3. Update the package index:# sudo apt-get update
  4. Install spotify-client-gnome-support deb package:# sudo apt-get install spotify-client-gnome-support
This works on Ubuntu, but I have yet to figure how to get command line input on my Model 3.

Any suggestions?