Yaru is the new Ubuntu theme that will be used as default in next Ubuntu releases.
Yaru, originally named “Communitheme“, is based on the GNOME Adwaita theme. The new theme contains GTK3 theme, Gnome shell theme, and icon theme. And Ubuntu 18.10 will ship with the new theme.
For Ubuntu 18.04 users who want to try the new Ubuntu theme, do:
search for and install communitheme in Ubuntu Software.
or launch terminal (Ctrl+Alt+T) and run command:
snap install communitheme
Once installed, reboot and choose login with the ‘Communitheme’ session and enjoy.
In addition for those who don’t prefer Snap package, the new Ubuntu theme has a PPA repository.
The first point release of Ubuntu 18.04 LTS was finally released.
Except for Ubuntu 18.04.1 Desktop, Server, and Cloud, Ubuntu Budgie 18.04.1 LTS, Kubuntu 18.04.1 LTS, Ubuntu MATE 18.04.1 LTS, Lubuntu 18.04.1 LTS, Ubuntu Kylin 18.04.1 LTS, and Xubuntu 18.04.1 LTS are also now available.
Ubuntu 18.04.1 come with updated Kernel and hardware support, many sever and cloud related fixes, installation and upgrade bug-fixes, and desktop fixes that include:
Make audio work on Lenovo machines with dual audio codecs
Upgrade Gnome Shell, GDM, and some other core apps to 3.28.2
Fix login fails (blank purple screen and mouse pointer only)
Ubuntu Software improvements for Snap packages.
New thunderbolt panel in System Settings (under Devices)
Sigil epub ebook editor 0.9.10 was released earlier today with new features and various bug-fixes.
According to the changelog.txt, Sigil 0.9.10 adds following new features:
allow plugins to supply their own icon (plugin.png 48×48) for use on the Quick Launch Toolbar icons
extend plugin interface to include the status of the epub inside Sigil (modified or saved)
extend plugin interface to include the path to the saved epub file or the null string if never saved
extend Insert->Special Characters to include both a Greek letter panel and a mathematical symbol panel
add support for calibre:series and calibre:series_index to Metadata Editor for epub2
add support for calibre:title_sort to Metadata Editor for epub2
add support for clicking internal links in Preview to load the proper destination tab
add support for loading Qt’s base translation files if present. Allows buttons on native qt dialogs to be translated (Windows users may need to manually copy newer qtbase_xx.qm files to Sigil’s translation directory if they didn’t exist in Qt5.6.2)
allow user to add custom css rules to Preview/Book View by creating a file called “custom_preview_style.css” in the Sigil preferences folder (not responsible for custom css and ebook css fighting with each other)
There are also various bugs fixed in the release, see changelog file for details in Sigil github page.
How to Install Sigil 0.9.10 in Ubuntu:
The new release can be easily installed in Ubuntu 16.04, Ubuntu 18.04, Linux Mint 19/18 via PPA (unofficial) repository.
1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for “Terminal” from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:ubuntuhandbook1/sigil
Type your user password (no asterisks feedback due to security reason) when it prompts and hit Enter.
2. Then you can upgrade Sigil editor from an existing release via Software Updater:
Or install /upgrade Sigil via commands:
sudo apt update
sudo apt install sigil
Uninstall:
To remove the PPA repository, launch ‘Software & Updates’ utility and navigate to ‘Other Software’ tab.
To remove Sigil epub editor, either use system package manager or run command in terminal:
This quick tutorial shows you how to install the latest Battle for Wesnoth 1.14.3 in Ubuntu 18.04, and/or Ubuntu 16.04.
Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat.
While all current Ubuntu releases offer Wesnoth 1.12 in the main repositories, the latest version has reached 1.14.3.
Install Battle for Wesnoth 1.14 via PPA:
There’s an unofficial PPA that contains the game packages for Ubuntu 16.04, Ubuntu 18.04 so far.
1. Open terminal either via Ctrl+Alt+T or by searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:vincent-c/wesnoth
Type your password (no asterisks feedback) when it prompts and hit Enter.
2. Then run 2 commands one by one to check updates and install the game:
Microsoft PowerShell Core now can be easily installed in Ubuntu 18.04, Ubuntu 16.04 via Snap package.
PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language.
“The goal of PowerShell Core is to be the ubiquitous language for managing your assets in the hybrid cloud. That’s why we’ve worked to make it available on many operating systems, architectures, and flavors of Linux, macOS, and Windows as possible.
Today, we’re happy to announce an addition to our support matrix: PowerShell Core is now available as a Snap package.“
How to Install PowerShell in Ubuntu via Snap:
Snap packages are containerized applications that can be installed on many Linux distributions. Snap bundles its dependencies in a single package and updates itself automatically once new version is published.
To install PowerShell snap, open Ubuntu Software, search for and install PowerShell Core:
or open terminal (Ctrl+Alt+T) and install it by running command:
snap install powershell --classic
NOTE for Ubuntu 16.04 users first time installing a snap package, install snapd before getting started:
Ubuntu 17.10 Artful Aardvark reached end of life on July 19 2018. It was announced last night:
“This is a follow-up to the End of Life warning sent earlier this month to confirm that as of today (July 19, 2018), Ubuntu 17.10 is no longer supported. No more package updates will be accepted to 17.10, and it will be archived to old-releases.ubuntu.com in the coming weeks.
The original End of Life warning follows, with upgrade instructions:
Ubuntu announced its 17.10 (Artful Aardvark) release almost 9 months ago, on October 19, 2017. As a non-LTS release, 17.10 has a 9-month support cycle and, as such, the support period is now nearing its
end and Ubuntu 17.10 will reach end of life on Thursday, July 19th.
At that time, Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 17.10.“
Users of Ubuntu 17.10 are recommended to upgrade to Ubuntu 18.04 LTS. Before following the official documentation, you need to first make backups, uninstall proprietary drivers, purge third-party PPAs.
And it’s always a good choice to do a fresh install of Ubuntu 18.04 LTS.
And numerous bug-fixes, UI and performance improvements.
How to Install MusicBrainz Picard 2.0 in Ubuntu:
The official PPA has built the music tagger for Ubuntu 17.10, Ubuntu 18.04, and Ubuntu 18.10.
1. Launch terminal either via Ctrl+Alt+T keyboard shortcut or searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA: