Archives For News

Free open-source software updates and Linux news

Yarock, a Qt music player designed to provide an easy and pretty music collection browser based on cover art, reached 1.3.0 release on Christmas Eve.

Yarock 1.3.0 release highlights:

  • New favorite stream editor with extended option
  • Improve favorites streams management
  • Improve stream search (TuneIn, Dirble)
  • Add bitrate info for radio stream view (TuneIn, Dirble)
  • Add option to enable/disable playing history
  • Better icon color consistency for light or dark system theme
  • Save/restore bottom bar state (expanded/collapsed)
  • Fix favorite stream loss
  • Fix playcount update if history not enabled
  • Fix auto rating calculation
  • Fix cover size management for album edition
  • Fix phonon engine crash condition on stopping player (with gstreamer backend)
  • Fix mpv engine player crash
  • Improve playing item visibility
  • Restore previous playing cover for radio stream
  • Minor code update for deprecated Qt5
  • Minor ui changes & improvments

Yarock Track View

How to Install Yarock 1.3.0 in Ubuntu:

And unofficial PPA contains the new release for Ubuntu 17.04, Ubuntu 17.10, Ubuntu 18.04. Due to requirement of Qt >=5.6, Support for Ubuntu 16.04 ends up with Yarock 1.2.0.

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

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. After adding the PPA, upgrade the player from an existing release with Software Updater.

Or run commands one by one in terminal to install it:

sudo apt-get update

sudo apt-get install yarock

Uninstall:

To remove the PPA, launch “Software & Updates” utility and navigate to “Other Software” tab.

To remove Yarock music player, either use synaptic package manager or run command:

sudo apt-get remove --autoremove yarock

Thanks for reading and Merry Christmas!

Sigil

Sigil epub ebook editor reached the 0.9.9 release a few days ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and higher via PPA.

Sigil 0.9.9 release highlights:

  • Ability to limit/disable clipboard history saving.
  • A new Spellcheck Dictionary Preferences setting that allows the user to include words with numbers in them.
  • Two new Quick Launch Icons for plugins added to the main menu.
  • Preview Window Title bar will now show height and width of the Preview Window
  • Convert br tags in header text to linebreaks for toc/ncx/nav generation routines
  • And various bug-fixes. See the announcement for details.

How to Install Sigil 0.9.9 in Ubuntu:

Besides building the new release from source tarball, an unofficial PPA is available that contains the packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and Ubuntu 18.04.

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

sudo add-apt-repository ppa:ubuntuhandbook1/sigil

Type in your password (no visual feedback due to security reason) 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

In Addition, for Linux libxml2 bug see HERE. Sorry that I can’t build it with DBUILD_PATCHED_LIBXML2=1 option since it requires cloning source from github.com but Launchpad builders do not have internet access.

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:

sudo apt-get remove --autoremove sigil sigil-data

Snow on Gnome Desktop with Gsnow Extension

Last updated: December 23, 2017

gnome shell

Since the command line tool xsnow does not work any longer, Gnome 3 users can use an extension called ‘gsnow’ to make desktop snow.

Never installed a Gnome extension? You may first read this how to install tutorial.

After installed required libraries, you can either install ‘gsnow’ from extensions.gnome.org/extension/1156/gsnow/,

or search for and install it via Ubuntu Software:

To start or stop snowing on desktop:

Once installed the extension, start or stop snowing by clicking on the little snowflake icon on top-right system tray.

Turn On/Off gsnow extension:

Search for and install ‘Gnome Tweaks’ in Ubuntu Software. The tool offers a tab for managing installed Gnome extensions.

SMPlayer 17.12 Released with Some New Actions (PPA)

Last updated: December 22, 2017

SMplayer

SMPlayer media player reached the 17.12.0 release earlier today with enhancements. Here’s how to install it in all current Ubuntu releases via PPA.

SMPlayer 17.12.0 release highlights:

  • Two new actions to take screenshots with or without subtitles (only work when using mpv). Assigned by default to Ctrl+Shift+S and Ctrl+Alt+S.
  • New action which displays the filename in the OSD for 2 seconds. Assigned by default to Shift+O.
  • New option osd_bar_pos for smplayer.ini. It specifies the position of the OSD bar (0 = top, 100 = bottom).
  • The support for DVD menus has been removed. It never worked well and also mpv already removed support for it a long time ago.
  • The option to open an informative page after an upgrade has been removed.

SMPlayer with Mac skin

How to Install SMPlayer 17.12.0 in Ubuntu:

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and derivatives, the latest SMPlayer packages are available in the PPA repository.

1. Search for and launch “terminal” from application launcher. When it opens, run command:

sudo add-apt-repository ppa:rvm/smplayer

Input your password (no visual feedback while typing) when it asks and hit Enter.

Smplayer PPA

2. Then upgrade SMPlayer using Software Updater (or Update Manager):

upgrade smplayer

or run commands in terminal to install (or upgrade) the media player:

sudo apt-get update

sudo apt-get install smplayer smtube smplayer-themes

Uninstall:

To remove SMPlayer, run command in terminal:

sudo apt-get remove --autoremove smplayer smtube smplayer-*

And remove the PPA via “Software & Updates” utility under Other Software tab.

Spotify

Installing Spotify desktop client in Ubuntu now is quite easy via the Snap universal binary package.

A snap is an universal Linux application with all its dependencies bundled. It runs in sandbox and is isolated from other system software.

Spotify has an official apt repository contains traditional .deb packages for Ubuntu.

Now the snap of Spotify client is available, and you can simply search for and install it in Ubuntu Software:

For those who don’t want to login with Ubuntu One account, open terminal (Ctrl+Alt+T) and install the snap via command:

snap install spotify

The snap co-exists with traditional Spotify .deb package. You can either launch it from application launcher or run command:

/snap/bin/spotify

For any snap issue, you may refer to forum.snapcraft.io.

Uninstall:

To remove Spotify snap package, either use Ubuntu Software or run command in terminal:

sudo snap remove spotify

Virtualbox

Oracle Virtualbox reached 5.2.4, the second maintenance release for the 5.2 series with various high resolution display improvements, Gnome shell login issue fixed, and various audio fixes.

Virtualbox 5.2.4 release highlights:

  • Adjusting desktop file for X11 window managers
  • arious high resolution display adjustments
  • Audio: fixed SB16 volume handling
  • various audio fixes
  • fixed a problem where OHCI emulation might sporadically drop data transfers
  • fixed screen corruption when the Linux host screen changes and a virtual machine window is maximized
  • Fixed a hang at the GNOME Shell login screen with 3D enabled

How to Install Virtualbox 5.2.4 in Ubuntu:

1. If you’re still running with VirtualBox 5.1.x, open terminal via Ctrl+Alt+T or from application launcher. Remove old Virtualbox via command:

sudo apt-get remove virtualbox virtualbox-5.1

2. Download & install the latest Virtualbox package from the link below:

Download VirtualBox for Linux

3. If you’ve added the Oracle VBox repository, you can directly install the 5.2 release from Synaptic Package Manager or via apt command, after removing the old version.

To add the repository, do:

Open terminal (Ctrl+Alt+T) and run command to add the repository:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian xenial contrib" >> /etc/apt/sources.list.d/virtualbox.list'

Depends your Ubuntu edition, replace xenial (for Ubuntu 16.04) with trusty (for 14.04, Mint 17.x, eOS 0.3), or artful (for Ubuntu 17.10).

Virtualbox Official Linux repository

Setup the keyring so to trust the updates from the repository:

wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -

wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -

Finally install virtualbox 5.2 via commands:

sudo apt-get update

sudo apt-get install virtualbox-5.2

With the repository added, you can simply install the future 5.2 series updates via Software Updater.

MKVToolNix 19.0.0 “Brave Captain” was released a few days ago. The source code repository, bug tracker and wiki have been moved to GitLab.

MKVToolNix 19.0.0 release highlights:

  • mkvmerge will now consider the first key frame within 1ms of the requested value to be eligible for splitting.
  • the GUI will now save and restore the widths of columns in tree and list views.
  • when closing or reloading a modified file, the GUI will now focus the first element that’s been modified before asking the user for confirmation regarding discarding unsaved changes.
  • See the news page for more details.

How to Install MKVToolNix 19.0.0 in Ubuntu:

The tool has an official Linux repository offers the latest packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10 so far.

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 xenial for Linux Mint 18.x. And input your password (no visual feedback 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 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

GnuCash

The nineteenth maintenance release of GnuCash 2.6 stable series was announced 2 days ago. Here’s how to install it in all current Ubuntu releases.

Bugs fixed in GnuCash 2.6.19:

  • Disabling OFX, AqBanking or python-bindings support cripples the dist build target
  • FTBFS with libdbi 0.9.0-5 on Debian: DBI error
  • Set Invoice/Bill items date correctly from imported CSV
  • A better way to handle MySQL’s 0000-00-00 invalid date indicator.
  • Fix python build and test errors on Mac.
  • Add translator hint comments to C and glade files.
  • Improve type of bank accounts in SKR03
  • Stop testing GObject’s handling of invalid parameters

How to Install GnuCash 2.6.19 via Snap in Ubuntu:

For Ubuntu 16.04 and higher, GnuCash now is available as Snap package (run in sandbox).

Simply search for and install it from Ubuntu Software (need login with Ubuntu One account).

Or open terminal (Ctrl+Alt+T) and run command to install the snap:

snap install gnucash-jz

The snapped package co-exists with traditional application. To remove it, run command:

sudo snap remove gnucash-jz

How to Install GnuCash 2.6.19 via PPA in Ubuntu:

For those who prefer traditional packages, you can install GnuCash 2.6.19 from the unofficial PPA, since the getdeb repository has not been updated for a period of time.

1. Open terminal via Ctrl+Alt+T and run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/gnucash

Input your password (no visual feedback) when it prompts. Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and Ubuntu 18.04 are supported.

2. Then upgrade the software from an existing release via Software Updater:

upgrade GnuCash

or simply run commands one by one in terminal:

sudo apt-get update

sudo apt-get install gnucash

Uninstall:

To remove the financial-accounting software, open terminal and run command:

sudo apt-get remove --autoremove gnucash

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.

MuPDF 1.12.0 Released! How to Install it in Ubuntu

Last updated: December 15, 2017

MuPDF Ubuntu 16.04

MuPDF, a lightweight PDF, XPS, and E-book viewer, reached 1.12.0 release recently. Here’s how to install it in Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

MuPDF 1.12.0 release highlights:

  • LCMS2 library for color management.
  • CMYK rendering with overprint simulation.
  • Spot color rendering.
  • Reworked structured text API.
  • Faster text searching.
  • New semantic XHTML output format.
  • New layout preserving HTML output format.
  • Improved non-AA rendering with new scan converter.
  • Improved support for LARGEFILE and TIFF
  • Add PCLm, and PSD output.
  • New “mutool trace” tool.
  • New “mutool sign” tool (work in progress).
  • And lots of bug fixes, See NEWS for details.

How to Install MuPDF 1.12.0 in Ubuntu / Linux Mint:

Besides building the tool from source, there’s an unofficial PPA with the packages for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

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

2. Then install mupdf and mupdf-tools packages either via Synaptic Package Manager or by running following commands in terminal:

sudo apt-get update

sudo apt-get install mupdf mupdf-tools

If you have a previous release installed, simply launch Software Updater to upgrade the tool after checking for updates.

To use the PDF/XPS viewer, right-click on your file and select open with MuPDF. You can also set MuPDF as default in the Properties window.

Uninstall:

To restore MuPDF to the stock version available in your Ubuntu’s main archive, run command in terminal to purge the PPA:

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

The first update for IntelliJ IDEA 2017.3 series was release a day ago with few bug fixes.

IntelliJ IDEA 2017.3.1 fixed:

  • Groovy: Intellisence does not work in Groovy code
  • JavaScript.Frameworks: Freezes when switching git branches

How to Install IntelliJ IDEA 2017.3.1 in Ubuntu:

There are a few ways to run the latest release of the Java IDE in Ubuntu desktop. And here are 3 of them:

method 1: Download official Linux package (NON-INSTALL), extract and run the executable to launch the IDE:

Download IntelliJ IDEA for Linux

method 2: Install the Snap package (runs in sandbox) for Ubuntu 16.04 and higher:

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

sudo snap install intellij-idea-community --classic

Replace intellij-idea-community with intellij-idea-ultimate for ultimate edition. And type your password (no visual feedback) when it asks.

method 3: Install the traditional .deb package via PPA to get the official Linux package and install the application shortcut automatically.

To do so, open terminal (Ctrl+Alt+T) and run following commands one by one to add the PPA and install the .deb packages:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install intellij-idea-community

Also replace intellij-idea-community in the code with intellij-idea-ultimate for ultimate edition.

Uninstall:

For the snap packages, you can either remove them from Ubuntu Software, or by running command in terminal:

sudo snap remove intellij-idea-community intellij-idea-ultimate

For the PPA packages, remove them either via Synaptic package manager, or by running command in terminal:

sudo apt-get remove --autoremove intellij-idea-community intellij-idea-ultimate

And you can remove the PPA via “Software & Updates” utility under Other Software tab.