Archives For November 30, 1999

Rhythmbox music player

Alternative toolbar plugin released a new bug-fix version today with the latest Rhythmbox music player 3.4.3 compatibility.

Alternative toolbar is a third-party plugin for Rhythmbox. It replaces the default header bar with Gnome-style client-side decoration. And the standard toolbar replaced by a compact toolbar.

The plugin is installed in Ubuntu 18.04 and higher out-of-the-box. However, it does not work well in the most recent Rhythmbox 3.4.3 release.

For Ubuntu 18.04 and Ubuntu 18.10 users upgraded to Rhythmbox 3.4.3, you may do following steps to update the Alternative Toolbar plugin:

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type user password (no asterisks feedback) when it asks and hit Enter to continue.

2. Then launch Software Updater, and update Rhythmbox as well as the plugin:

Uninstall:

You can remove the PPA by launching Software & Updates and navigate to Other Software tab. Or simply run command in terminal:

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

The latest Mesa graphics driver 18.2.8 is finally available to install in Ubuntu 18.04 and Ubuntu 18.10 via Ubuntu-X PPA.

Mesa 18.2.8 was released two weeks ago with following changes:

  • Add the new Vega M, Vega 10, and Vega 20 PCI IDs
  • Meson build system foxes.
  • Gallium “Nine” Direct3D 9 state tracker fixes.
  • VirGL driver fixes.
  • A RADV hang fix for the Windows Yakuza game under DXVK with Steam Play

For users sticking to the open source RadeonSI / RADV / Intel / Nouveau drivers, and want to enjoy some Linux games, you may follow below steps to install Mesa 18.2.8 in Ubuntu 18.04 and/or Ubuntu 18.10:

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 asterisks 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 repositories.

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

To check system information and hardware details in Ubuntu command console, without confused with various Linux commands, there’s a full featured CLI system information available.

There’s already a great graphical tool Hardinfo available in Ubuntu Software. For the command line tool, inxi is available to check:

  • Audio/sound card(s), driver, sound server.
  • System battery info
  • CPU output
  • Hard Disk info
  • Graphics card, driver, display server, resolution, renderer, OpenGL version.
  • General info, including processes, uptime, memory, IRC client or shell type, inxi version.
  • Memory (RAM) data (Require root)
  • Network card, driver.
  • system info, partition info, sensors output, USB data, and more.

To install inxi in Ubuntu, simply run command:

sudo apt-get install inxi

Then run man inxi to get a list of command options, or run inxi -F to get a brief output:

For more about the tool, go to inxi web page.

Rhythmbox 3.4.3 Released with Numerous Bug Fixes

Last updated: January 8, 2019

The default Rhythmbox music player released version 3.4.3 a few days ago. Here’s how to install it in Ubuntu 18.04.

Rhythmbox 3.4.3 release highlights:

  • Improved Android plugin to work better with Samsung and Android 9 devices
  • Replaced status bar with floating bar as used by Nautilus
  • Fixed crash when store request processing fails
  • Fixed crashes when editing auto playlist sorted by Location / Bitrate
  • Fixed crashes when insert a cd
  • Fixed issue that can not transfer songs to phone over MTP
  • And many other changes.

How to Install Rhythmbox 3.4.3 in Ubuntu:

For Ubuntu 18.04, Ubuntu 18.10 and derivatives, you can install Rhythmbox 3.4.3 from the unofficial PPA.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type user password (no asterisks feedback) when it asks and hit Enter to continue.

2. Then launch Software Updater, upgrade the music player packages:

How to Restore:

You can purge the PPA which also downgrade Rhythmbox to the stock version via command:

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

This quick tutorial is going to show you how to get the previous ‘2×2’, ‘3×3’ style rectangular grid workspaces in Ubuntu 18.04 LTS.

The default Ubuntu 18.04 Gnome shell lists all workspaces in a column, and navigates via Ctrl + Alt + Up/Down keyboard shortcuts. To arranges workspaces in a configurable grid, there’s an extension called Workspace Grid.

1. Install the extension by searching for and installing Workspace Grid in Ubuntu Software:

2. Then launch its settings either via the install page, or using Gnome Tweaks -> Extension.

There set the number of rows and columns of workspaces, other settings, and enjoy!

How to Install Nautilus Actions in Ubuntu 18.04

Last updated: February 12, 2019

Nautilus actions is a file manager extension allows to add arbitrary program to be launched through the context menu of selected files.

Ubuntu does no longer ship the Nautilus actions package in universe repositories since it’s been deprecated and renamed to FileManager actions.

For those still need the tool, it has made into PPA repository for Ubuntu 18.04.

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

sudo add-apt-repository ppa:daniel-marynicz/filemanager-actions

Type user password (no asterisks feedback) when it prompts and hit Enter.

2. Then run commands to install the extension:

sudo apt update

sudo apt install filemanager-actions-nautilus-extension

For Linux Mint Cinnamon or MATE desktop, you can install Nemo or Caja extension via command:

sudo apt install filemanager-actions-nemo-extension filemanager-actions-caja-extension

Once installed, search for and launch FileManager Actions to launch the tool.

Uninstall:

To remove filemanager actions, run command in terminal:

sudo apt remove --autoremove filemanager-actions

To remove the PPA, go to Software & Updates -> Other Software.

MKVToolNix 30.0.0 Released with W64 Support

Last updated: January 4, 2019

MKVToolNix 30.0.0 was released today with new features, enhancements, and bug-fixes.

MKVToolNix 30.0.0 release highlights:

  • mkvextract now writes W64 files for .w64 file or file size > 4 GB
  • Add button to show the 10 most recently used output directories.
  • Predefined split sizes and durations can now be customized in the preferences.
  • Add option to append chapters from an existing file to the current open editor tab.
  • Add new context menu action to copy selected entry to another open editor tab.
  • And more other changes, see the release note for details.

How to Install MKVToolNix 30.0.0 in Ubuntu:

The latest MKVToolNix packages will be soon made into its official apt repository for Ubuntu 16.04, Ubuntu 18.04, Linux Mint 19/18, and higher

Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, do following steps:

1. Run command to add the repository:

sudo sh -c 'echo "deb https://mkvtoolnix.download/ubuntu/ $(lsb_release -sc) main" >> /etc/apt/sources.list.d/bunkus.org.list'

Replace $(lsb_release -sc) with bionic for Linux Mint 19, or xenial for Linux Mint 18.x. And input your password (no asterisks while typing) when it prompts and hit Enter.

2. Then install the key:

wget -q -O - https://mkvtoolnix.download/gpg-pub-moritzbunkus.txt | sudo apt-key add -

3. Finally either upgrade the software via Software Updater (Update Manager):

or run command to install the software packages:

sudo apt-get update

sudo apt-get install mkvtoolnix mkvtoolnix-gui

Uninstall:

To remove the apt repository, launch Software & Updates utility and navigate to Other Software tab.

To remove MKVToolNix, use Synaptic Package Manager or run following command:

sudo apt-get remove --autoremove mkvtoolnix mkvtoolnix-gui

OpenToonz, open source 2D animation software, now can be installed in Ubuntu 16.04, Ubuntu 18.04, and higher easily via Snap package.

OpenToonz is based on Toonz Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., and customized by Studio Ghibli over many years of production.

This snap is maintained by the Snapcrafters community, and is not necessarily endorsed or officially maintained by the upstream developers.

How to Install OpenToonz in Ubuntu:

Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run following commands one by one.

1. For Ubuntu 16.04, you need to make sure snapd is installed by running command:

sudo apt install snapd snapd-xdg-open

2. While the snap is not available in Ubuntu Software at the moment, install it via Linux command instead:

sudo snap install opentoonz

add --classic flag if need to access directories outside of user home.

Once installed launch it from application menu.

Uninstall:

To remove the 2D animation software, run command in terminal:

sudo snap remove opentoonz

Free accounting software GnuCash 3.4 was released a few days ago with tons of bug-fixes and improvements. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10.

According to the release note, GnuCash 3.4 redesigned gnc-uri-utils, cleaned up more report code, improved toolbar buttons, text options widget, and fixed a large number of bugs.

How to Install GnuCash 3.4 in Ubuntu 18.04:

While GnuCash flatpak package is still at version 3.2, you can install the latest 3.4 release via an unofficial PPA for Ubuntu 18.04 and Ubuntu 18.10.

1. Open terminal via Ctrl+Alt+T keyboard shortcut key. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:sicklylife/gnucash

Type user password (no asterisks feedback) for sudo prompts and hit Enter.

2. Then either upgrade GnuCash via Software Updater, or install it via command:

sudo apt install gnucash

Uninstall:

To remove GnuCash 3.4, run command in terminal:

sudo apt remove --autoremove gnucash

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

Live For Speed, a online racing simulator, now can be installed in Ubuntu 16.04, Ubuntu 18.04, and higher easily via Snap package.

Live for Speed is a serious racing simulator. No arcade modes, no steering aids – YOU have to do the driving.

The forces affecting the car’s motion are simulated individually at each wheel. We recommend the use of a steering wheel, because although you can use the keyboard and/or mouse, a wheel and pedals provide a lot more accuracy. The force feedback sent to the steering wheel is calculated directly from the forces, with no canned effects. This allows you to feel what is happening at the contact patch between your tyres and the road, helping you to get closer to the limit without exceeding it too much!

Thanks to Taqi Raza, you can now install LFS in Ubuntu via Snap package, which is built against Wine platform.

To install the simulator in Ubuntu 18.04 and higher, simply search for liveforspeed in Ubuntu Software.

  1. first install wine-platform
  2. and then install live for speed.

For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run following commands one by one to install snapd, wine-platform, and liveforspeed

sudo apt install snapd

sudo snap install wine-platform

sudo snap install liveforspeed

Once installed, launch the software from application menu. For the first time, it sets up wine environments and installs the racing simulator automatically.