Show Spotify Playback Info in Top-bar in Ubuntu 24.04

Last updated: July 2, 2024 — Leave a comment

Spotify users? Here’s an extension that can display the current track information in Ubuntu top-bar.

It’s spotify-tray, a free open-source tool available as GNOME Shell Extension, that can show title, artist, and/or album of current playing song or podcast in top-panel.

The extension is very simple and customizable. You can control:

  • Where (left, center, or right) to display the playback info in top-bar.
  • What to display, including track, artist, album, custom text, emoji (via built-in selector).
  • Display in static mode, or horizontally scrolling marquee.


It uses Spotify’s exposed dbus interface to fetch metadata rather than the web API, and works with Spotify app installed as Snap, Flatpak, and Deb packages.

So far, the extension supports GNOME version from 3.36 to 46. Meaning it works on Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and other recent Linux, such as Debian 11/12, Fedora Workstation, Arch, RHEL 9 with GNOME Desktop.

Step 1: Install the Spotify-Tray Extension

For Ubuntu 22.04, and Ubuntu 24.04, first search for and install “Extension Manager” from either Ubuntu Software or App Center.

Install Extension Manager in Ubuntu Software/App Center

Then, you may use “Extension Manager” to search & install spotify tray extension under Browse tab. For Ubuntu 22.04, switch filter if it does not show you the correct search result.

For Ubuntu 20.04 and other Linux with GNOME, just go to the link page below:

Then use the ON/OFF toggle to install.

NOTE: You need to install browser extension (if prompted in the page) and refresh. Ubuntu user also need to press Ctrl+Alt+T to open terminal and run command to install the agent package:

sudo apt install chrome-gnome-shell

Step 2: Fix for GNOME 46 (Ubuntu 24.04)

At the moment of writing, the extension has an issue if you installed it on GNOME 46.

It’s disabled by default with a cross mark in Extension Manager (or GNOME Extensions app) page. By opening its preferences dialog will show you “Something’s gone wrong” with following technical details:

GLib.FileError: Failed to open file “/home/ji/.local/share/gnome-shell/extensions/[email protected]/prefs.xml”: No such file or directory

Stack trace:
getPreferencesWidget@file:///home/ji/.local/share/gnome-shell/extensions/[email protected]/prefs.js:78:17
fillPreferencesWindow@resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js:36:29
_loadPrefs@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:41:18
async*_init@resource:///org/gnome/Shell/Extensions/js/extensionPrefsDialog.js:26:14

To fix the issue, simply create the prefs.xml file manually under the extension folder, and paste the file content from the Github project page.

  • First, go to the project file page github.com/esenliyim/sp-tray/blob/master/prefs.xml, press Ctrl+A to select all and copy the file content.
  • Launch “Text Editor” and create an empty file, then paste the content into this file.
  • Finally, press Ctrl+Shift+S in text editor to open “Save As” dialog. Then do:
    • Set filename prefs.xml
    • Save to “.local/share/gnome-shell/extensions/extensions/[email protected]/” directory.

Press Ctrl+H to show/hide .local folder if you don’t see it. Finally, log out and back in to apply changes.

Step 3: Configure the Extension

If everything goes well, you can now launch “Extension Manager” or “Gnome Extensions” (both available in Ubuntu Software or App Center), and click the gear icon to launch the preferences dialog for the extension.

Finally, configure what to display on top-bar, position, display mode, and more.

When done, launch Spotify and play something to verify. Enjoy!

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via [email protected] Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

No Comments

Be the first to start the conversation.

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*