Archives For November 30, 1999

Lollypop Gnome music playing application

Lollypop is a new Gnome music playing application written in Python and Gtk3. It’s a free and open-source project hosted on github.

The music player features:

  • mp3/4, ogg and flac.
  • Genre/Cover browsing
  • Genre/Artist/Cover browsing
  • Search
  • Main playlist (called queue in other apps)
  • Party mode
  • Replay gain
  • Cover art downloader
  • Context artist view

The screenshots:

How to Install Lollypop Music Player in Ubuntu:

The developer has built the latest packages into his PPA, available for Ubuntu 14.04 (tested in Ubuntu 14.04 but it doesn’t work), Ubuntu 14.10, Ubuntu 15.04 and derivatives.

1. To add the PPA, open terminal from the Dash or by pressing Ctrl+Alt+T on keyboard. When it opens, run the command below:

sudo add-apt-repository ppa:gnumdk/lollypop

Type in your user password when it asks and hit Enter to continue.

2. After added the PPA, run command to reload system package cache:

sudo apt-get update

3. Finally install the player from Synaptic Package Manager, or by running below command:

sudo apt-get install lollypop

4. [Fixed in Ubuntu 15.10 and higher] Due to an Ubuntu related bug, you have to disable the overlay scrollbars for better experience.

To do this for this single application, run command to edit the .desktop file:

gksudo gedit /usr/share/applications/lollypop.desktop

Add a parameter so that the ‘Exec’ line will be:

Exec=env LIBOVERLAY_SCROLLBAR=0 lollypop

Save the file and done.

(Optional) To remove the player as well as the PPA repository, run below command in a terminal window:

sudo add-apt-repository -r ppa:gnumdk/lollypop && sudo apt-get remove lollypop