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!
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.
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:
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.
first install wine-platform
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
Once installed, launch the software from application menu. For the first time, it sets up wine environments and installs the racing simulator automatically.
Rambox, open source messaging and emailing app combines common web applications into one, now can be easily installed via Snap package in Ubuntu 16.04, Ubuntu 18.04, and higher.
Rambox is a workspace browser that allows you to manage as many applications as you want, all in one place. It is perfect for people who care about productivity and work with many applications, both business and personal.
Both Rambox community and professional versions are available as Snap, containerized software package runs in most Linux desktop. The snap bundles all required libraries, and auto-update itself.
To install Rambox snap in Ubuntu 18.04 and higher, open Ubuntu Software, search for and install rambox package.
To install the software in Ubuntu 16.04, run command in terminal (Ctrl+Alt+T):
sudo snap install rambox
replace rambox with ramboxpro for the professional edition.
You may install snapd first if the previous command does not work:
VLC media player released version 3.0.5 a few days ago with performance improvements and numerous fixes. Here’s how to install it in all current Ubuntu releases.
Faster and more complete support for the AV1 codec
Compatibility with macOS 10.14 “Mojave”, with native dark mode, and notarization
Improvements for Blu-ray playback, RTP and UDP streams
Improvements for MP4, MKV, CAF and AV1 media
Improvements for HDR support, tone-mapping and native Windows HDR support
Fixes for Chromecast, Direct3D11, Youtube and subtitles rendering
How to Install VLC 3.0.5 in Ubuntu:
Linux Snap package:
The official VLC snap package (containerized software package) has been updated to v3.0.5. For Ubuntu 18.04 and higher, simply install it from Ubuntu Software.
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and run command to install the snap package:
sudo apt install snapd && sudo snap install vlc
VLC package for Ubuntu:
Ubuntu comes with VLC package (see previous picture), and offers software updates through updates repository.
NOTE VLC 3.0.5 is not available at the moment of writing. As usual, the new release package will be published in a few days.
For Ubuntu 18.04 and higher, simply install VLC .deb package from Ubuntu Software, and VLC 3.0.5 package will be available via Software Updater once published.
Audacious audio player released version 3.10.1 today with some important bugs fixed. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, and Ubuntu 18.10.