Archives For November 30, 1999

The fifth bug-fix release for the lightweight Parole media play 1.0 series was released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Parole is a simple media player for Xfce desktop that is based on the GStreamer framework, and designed with simplicity, speed and resource usage in mind.

Parole 1.0.5 is a small release with translation updates and following bug-fixes:

  • Fix creation cleanup of thumbnails
  • Fix volume hotkeys in fullscreen
  • Fix compiler warnings

How to Install Parole 1.0.5 in Ubuntu:

The unofficial PPA has made the new release packages for Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from application menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then either upgrade the media player via Software Updater utility:

or run following commands to install / upgrade it:

sudo apt update

sudo apt install parole

For those who don’t want to add PPA, grab the .deb package from HERE.

Uninstall:

You can remove the PPA repository either via Software & Updates utility under Other Software tab, or by running command in terminal:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps

To remove Parole media player, either use Ubuntu Software or run command:

sudo apt remove --auto-remove parole

Xfce’s lightweight Parole media player released the third bug-fix update for the 1.0 series today. Here’s how how to install it in Ubuntu 18.04, Ubuntu 19.04, and their derivatives.

Parole 1.0.3 release highlights:

  • Drop deprecated OnlyShowIn keys in desktop actions
  • Ensure the time divider is shown/hidden correctly
  • Fix closing of Parole process with Ctrl-Q
  • Fix Gtk-CRITICAL when closing main window
  • Change text ‘…’ to ‘…’ for consistency with other Xfce apps
  • Change text ’60 seconds’ to ‘1 minute’
  • Move appdata to metainfo

How to Install Parole 1.0.3 in Ubuntu 18.04, 19.04:

The unofficial PPA has made the new release package for Ubuntu 18.04 and Ubuntu 19.04.

1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from application menu. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type user password (no asterisk feedback when typing due to security reason) when it prompts and hit Enter.

2. Then upgrade the media player via Software Updater utility:

or run following commands to install / upgrade it:

sudo apt update

sudo apt install parole

For those who don’t want to add PPA, grab the .deb package from HERE.

Uninstall:

Run following command to purge the PPA repository which also downgrade installed packages to the stock version in your Ubuntu:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/apps

The default media player of Xfce and XUbuntu, Parole 1.0.2, was released recently with many bug-fixes and translation updates.

According to the changelog, Parole 1.0.2 fixed following bugs:

  • Improved support for missing Gstreamer plugin installers
  • Fixed compiler error -Wcast-function-type with GCC 8
  • Fixed disabling vendor-enabled plugins
  • Fixed crash when disabling plugins
  • Fixed play button sensitivity items are added to playlist.
  • Fixed Appstream validation by removing em tags
  • Fixed plugin active state when reopening the Plugins dialog
  • Resolved g_type_class_add_private warnings

How to Install Parole 1.0.2 in Ubuntu 18.04:

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application launcher. When it opens, run following commands to install the media player from PPA repository.

1. Paste below command and hit run to add PPA:

sudo add-apt-repository ppa:unit193/xfce

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then either upgrade Parole via Software Updater:

or install the package via command:

sudo apt install parole

Linux Mint 19 needs to refresh package cache first via sudo apt update command.

3. As the PPA contains many other Xfce packages and libraries, you may remove the PPA afterwards by going to Software & Updates -> Other Software.

Uninstall Parole

To remove the media player, open terminal and run command:

sudo apt remove --auto-remove parole

That’s it. Enjoy!

Xfce’s Parole media player reached the 1.0 stable series earlier today! Here’s how to install it in Ubuntu 17.10 and Ubuntu 18.04.

Xfce 1.0.0 brings a new feature and following bug-fixes:

  • Added “Automatic” video output option. This uses the autoimagesink to provide the best available video sink for the environment, eliminating the dreaded ‘Could not initialise Xv output’ error.
  • Fixed 32-bit crashes when using the MPRIS2 plugin
  • Fixed crash on “Clear History” button press
  • Fixed appdata validation
  • Fixed full debug builds and resolved implicit-fallthrough build warning
  • Replaced stock icon by freedesktop.org compliant option

How to Install Parole 1.0.0 in Ubuntu 18.04, 17.10:

Ubuntu 18.04 includes the new release package in its main repository archive, just search for and install ‘parole’ in Ubuntu Software.

For Ubuntu 17.10, you can install or upgrade to the new release via an unofficial PPA. No updates for Ubuntu 16.04, since Parole now requires GTK+ >=3.20.

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from app launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type in your password (no visual feedback when typing due to security reason) when it prompts and hit Enter.

2. Then upgrade the media player via Software Updater utility:

or run following commands to install / upgrade it:

sudo apt-get update

sudo apt-get install parole

For those who don’t want to add PPA, grab the .deb package from HERE.

Uninstall:

Run following command to purge the PPA repository which also downgrade installed packages to the stock version in your Ubuntu:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/apps

Parole, a modern simple media player for XFCE, has reached the 0.9.2 release. Here’s how to install it in Ubuntu 16.10, Ubuntu 17.04 via PPA.

Parole 0.9.2 requires GTK >= 3.20. Ubuntu 16.04 won’t be able to update to this release with the default GTK+3 libraries.

Parole 0.9.2 features:

  • Update homepage to docs.xfce.org
  • Switch Xfce URLs to HTTPS
  • Keyboard shortcuts helper available in the Help menu
  • New B/N keybindings for previous and next track
  • Fixed null pointer dereference
  • Fixed adding directories to queue via commandline
  • Fixed shuffle functionality also repeating
  • Fixed display order of audio and subtitle tracks
  • Fixed “Clear Recent” clearing global history
  • Fixed Ctrl-Q keybinding when in fullscreen
  • Fixed string escaping in audiobox widget
  • Complete the Parole Plugins documentation and improved documentation quality
  • translation updates and code quality improvements.

How to Install Parole 0.9.2 in Ubuntu:

For Ubuntu 16.10 and Ubuntu 17.04, do following steps to add PPA and install or upgrade Parole to version 0.9.2:

1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from app launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type in your password (no visual feedback when typing due to security reason) when it prompts and hit Enter.

2. Then upgrade the media player via Software Updater utility:

or run following commands to install / upgrade it:

sudo apt-get update

sudo apt-get install parole

For Ubuntu 16.04 users who’ve updated GTK version (no recommended for beginners), grab the .deb package for Ubuntu 16.10 from HERE.

Uninstall:

Run following command to purge the PPA repository which also downgrade installed packages to the stock version in your Ubuntu:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/apps

Parole, a modern simple media player for the Xfce desktop, has now reached the 0.9.0 release with a fresh set of features and fixes.

What’s new in Parole 0.9.0:

  • New “mini mode”, activated from the right-click menu.
  • New play and replay icons in the player content area. Clicking on these will play or replay your media (finally)!
  • Most deprecated API calls have been dropped or replaced. We’re not dropping GtkStatusIcon yet, the notification area lives on in Xfce!
  • Double buffering with the X11/XV video outputs has been reenabled. Ubuntu has been carrying this patch for a while now.
  • The window title and content title are now set to the playing filename if no ID3 tags are found.
  • Plugins can now be loaded by name instead of full path (plugin-name.so).
  • The desktop file and related AppStream have been updated to the now-standard “reverse-DNS” convention (org.xfce.Parole)
  • Translation updates.

How to Install Parole 0.9 in Ubuntu / Linux Mint:

Besides building from the Parole source tarball, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, users can install the 0.9.0 release from PPA repository (unofficial):

1. Open terminal (Ctrl+Alt+T) and run command to add PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

2. Then upgrade the software via Software Updater (Update Manager) if a previous release is installed:

For those who don’t want to add PPA, grab the DEB package directly from THIS PAGE.

Uninstall:

For any reason you can easily restore Parole media player to the original version available in Ubuntu Software App, by running command in terminal:

sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/apps