Archives For November 30, 1999

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!

This quick tutorial is going to show you how to install the classic style Gnome application menu in Ubuntu 18.04, and higher.

There’s a Gnome Shell extension called Gno-Menu. It is a traditional styled full featured Gnome-Shell apps-menu, that aims to offer all the essentials in a simple uncluttered intuitive interface.

Simply open Ubuntu Software, search for and install Gno-Menu.

Then you’ll see the new application menu in top-left corner. Click to expand the app menu, and click the gear button (see the top pic.) can bring up the settings dialog.

Gnu Emacs text editor 26.2 was released yesterday with a wide variety of new features. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and derivatives.

New features in Gnu Emacs 26.2 include:

  • Emacs modules can now be built outside of the Emacs tree source.
  • Compliant with the latest 11.0 of the Unicode Standard.
  • In Dired, the ‘Z’ command on a directory name compresses all of its files.
  • New toggle ‘ibuffer-do-toggle-lock’, bound to ‘L’.
  • The value for ‘imenu-auto-rescan-maxout’ increased to 600000.
  • Supports 24-bit colors on capable text terminals.
  • VC support for Mercurial was improved
  • And many other changes, see the changelog.

How to Install Emacs 26.2 in Ubuntu:

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

sudo add-apt-repository ppa:kelleyk/emacs

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

2. Then install Emacs26 either via Synaptic package manager, or by running following commands one by one in terminal:

sudo apt update

sudo apt install emacs26

For text-only interface, replace emacs26 with emacs26-nox in the last command. And Ubuntu 18.04 and higher can skip apt update command.

Once installed, open emacs from your system application launcher and enjoy!

How to Remove:

To remove Emacs26, open terminal and run commands:

sudo apt remove --autoremove emacs26 emacs26-nox

The PPA can be removed by going to Software & Updates -> Other Software tab.

For those sticking to the open-source RadeonSI / RADV / Intel / Nouveau drivers, the latest Mesa 19.0.2 graphics libraries is now available to install in Ubuntu 18.04 via PPA.

Mesa 19.0 was released a months ago with many features including Intel’s Vulkan driver transform feedback, soft FP64/INT64, RadeonSI FreeSync/Adaptive-Sync, AMD Zen thread optimizations, and more. Then Mesa 19.0.2 was released ago a few days with a handful of fixes.

Canonical’s Timo Aaltonen has made Mesa 19.0.2 package into “Ubuntu-X” team PPA for Ubuntu 18.04.

To get better open-source graphics driver performance, you may install Mesa 19.0.2 via following steps:

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or from software launcher. When it opens, run command:

sudo add-apt-repository ppa:ubuntu-x-swat/updates

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

2. After adding the PPA, do system update via command:

sudo apt-get dist-upgrade

apt-get update is not required any more in Ubuntu 18.04 since adding PPA automatically refreshes system package cache.

3. Finally check your driver version via command:

glxinfo | grep "OpenGL version"

Uninstall:

To restore changes and downgrade to the default drives shipped in Ubuntu 18.04, run command:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:ubuntu-x-swat/updates

CopyQ, advanced clipboard manager with editing & scripting feature, released version 3.8.0 with new script functions and performance improvements.

CopyQ 3.8.0 release highlights:

  • Custom settings from scripts now saved in “copyq-scripts.ini”.
  • New script functions onStart and onExit
  • New script functions pointerPosition and setPointerPosition
  • New script callback onClipboardUnchanged
  • Detect encoding for other text formats.
  • Clipboard dialog opens much faster and retrieves clipboard data only when
    needed.
  • Faster app start, smaller memory footprint.
  • FakeVim improvements and many bug-fixes.

How to Install Copyq 3.8.0 in Ubuntu:

The official PPA repository has made the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and Linux Mint 18.x, 19.x.

1. To add the PPA, open terminal (Ctrl+Alt+T) from application launcher and run command:

sudo add-apt-repository ppa:hluk/copyq

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

2. After added the PPA repository, install CopyQ either via Synaptic package manager or by running commands in terminal:

sudo apt-get update

sudo apt-get install copyq

Once installed, start the clipboard manager from application launcher and you’ll see the icon in system tray area.

Uninstall:

To remove the software, either use Synaptic package manager or run command:

sudo apt-get remove --autoremove copyq

To remove PPA repositories, launch Software & Updates and navigate to Other Software tab.

For Ubuntu users with Razer peripherals, here’s how to install the Linux driver and configure Razer peripherals in Ubuntu 16.04, Ubuntu 18.04, and higher.

OpenRazer is an open source driver and user-space daemon that allows you to manage your Razer peripherals on GNU/Linux. See the list of supported devices.

With Polychromatic GUI front-end, you can configure your Razer peripherals with a graphical tool and system tray applet.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command:

sudo add-apt-repository ppa:openrazer/stable

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

2. Also add Polychromatic PPA by running command:

sudo add-apt-repository ppa:polychromatic/stable

3. Finally refresh your system package cache and install the drivers and GUI tool via commands:

sudo apt update

sudo apt install openrazer-meta polychromatic

Once installed, open polychromatic from your system application launcher and enjoy!

Uninstall:

To remove the drivers as well as the configuration tool, run command:

sudo apt remove --auto-remove openrazer-meta polychromatic

And open Software & Updates, navigate to Other Software tab to remove the PPAs.

DeaDBeeF music player 1.8.0 was released a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and derivatives.

It’s been almost 3 years since the last 0.7.2 release. DeaDBeeF is considered mature enough and stops using version 0. DeaDBeeF 1.8.0 features:

  • add Opus support
  • add ReplayGain Scanner
  • add proper tracks+cue support
  • add/improve MP4 tag reading and writing
  • load embedded album art from MP4 files
  • add File Copy and File Move converter presets
  • add GBS, SGC support to Game_Music_Emu
  • improve detecting GTK theme colors for custom widgets
  • add Copy & Paste in playlist
  • add localization support for plugin UI
  • add Drag’n’drop support from deadbeef to other applications
  • add --volume command line option
  • and a large list of other improvements and bug-fixes (See the previous link).

How to Install DeaDBeeF 1.8.0 in Ubuntu:

Besides using the official portable package, the new release is available to install in all current Ubuntu releases via PPA repository.

1. Open terminal either from app launcher or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:spvkgn/deadbeef

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

2. Then refresh system package cache and install deadbeef via following 2 commands:

sudo apt update

sudo apt install deadbeef

If you wouldl like to install GTK2 interface, replace deadbeef with deadbeef-gtk2 in the code.

Uninstall:

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

sudo apt remove --auto-remove deadbeef

And remove the PPA via Software & Updates -> Other Software.

GIMP image editor 2.10.10 was released on Sunday with new features, optimizations, and stability fixes.

GIMP 2.10.10 release highlights:

  • Line art detection in the Bucket Fill tool for comic artists
  • Various usability improvements in transformation tools
  • Sample Merged option added to the Heal tool and fixed in the Clone tool
  • Parametric brushes now have 32-bit per channel precision
  • Easier brush and pattern creation workflow
  • On-canvas layer selection
  • Faster saving/exporting and layer groups rendering
  • Initial DDS support
  • Many improvements in GEGL, the image processing engine

How to Install the latest GIMP in Ubuntu:

GIMP 2.10.10 packages will be available in both PPA repository and Snap store (CHECK the links before getting started) in a few days.

Install GIMP via Snap in Ubuntu:

For Ubuntu 18.04 and higher, simply install the snap package from Ubuntu Software (See picture above).

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run following 2 commands one by one:

sudo apt-get install snapd

sudo snap install gimp

The snap co-exists with native Ubuntu package, you’ll have two GIMP icons in app launcher if both were installed.

Install GIMP via PPA in Ubuntu:

For Ubuntu 18.04 and Ubuntu 18.10, you can upgrade the native Ubuntu package using PPA repository.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application launcher. When it opens, run command:

sudo add-apt-repository ppa:otto-kesselgulasch/gimp

Type user password (no asterisk feedback) for sudo prompt and hit Enter to continue.

2. After that, launch Software Updater (Update Mananger) and upgrade GIMP after checking for updates:

Uninstall:

To remove the GIMP snap packge, either use Ubuntu Softwrae or open terminal and run command

sudo snap remove gimp

To purge the PPA repository as well as downgrade GIMP to its stock version, run command:

sudo apt install ppa-purge && sudo ppa-purge ppa:otto-kesselgulasch/gimp

MicroSoft and Canonical (the company behind Ubuntu) finally announced the official Snap package of Visual Studio Code IDE.

Which means you can install VS Code easily from Ubuntu Software and keep it always up-to-date automatically, though the old Snap package maintained by an independent developer was available for nearly two years.

4th April 2019, London, UK – As of today, Microsoft Visual Studio Code is available for Linux as a snap, providing seamless auto-updates for its users. Visual Studio Code, a free, lightweight code editor, has redefined editors for building modern web and cloud applications, with built-in support for debugging, task running, and version control for a variety of languages and frameworks.

Snaps are containerised software packages designed to work across cloud, desktop, and IoT devices. They work natively on most popular Linux distributions and feature automatic updates and rollback functionality, enhanced security, and greater flexibility for developers working within Linux environments.

Install VS Code via Snap in Ubuntu 18.04 / Higher:

Simply open Ubuntu Software, search for and install visual studio code:

Install VS Code via Snap in Ubuntu 16.04:

For Ubuntu 16.04, the snap packages are not integrated in Ubuntu Software.

Open terminal (Ctrl+Alt+T) and run command to install snapd first:

sudo apt-get install snapd

Then install the VS Code IDE via command:

sudo snap install code --classic

Uninstall:

Depends on your system edition, remove VS Code either via Software Center or run command in terminal:

sudo snap remove code

Hugin panorama stitcher 2019.0.0 was released today. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.

Changes in Hugin 2019.0.0 include:

  • Added raw import: It converts the RAW images to TIFF using a raw converter.
  • Fixes for align_image_stack with EXR images.
  • Added option for range compression.
  • New hotkeys for mask editor (change zoom level with 0, 1 and 2).
  • Expression parser can now read also all image variables.
  • line_find: Ignore lines with low distance to each other to get better coverage.
  • pano_modify: Added new switch --projection-parameter to set projection parameters.
  • Store program settings according to XDG base dir specification (Linux only, needs wxWidgets >= 3.1.1).

How to Install Hugin 2019 in Ubuntu:

For all current Ubuntu releases, do following steps to install the panorama stitcher via an unofficial PPA.

1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. 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 run commands to check updates and install Hugin 2019:

sudo apt update

sudo apt install hugin

or upgrade it via Software Updater if a previous release was installed.

Uninstall:

To remove Hugin panorama stitcher, run command in terminal:

sudo apt-get remove --autoremove hugin hugin-tools

To remove PPA, launch Software & Updates and navigate to ‘Other Software’ tab.