Archives For November 30, 1999

How to Install Kodi Media Center 18.5 in Ubuntu

Last updated: November 17, 2019

Though it’s not officially announced at the moment, Kodi (formerly XBMC) 18.5 was released earlier today, available to install via PPA in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Kodi 18.5 is a bug-fix release contains following changes:

  • Support shoutcast over https
  • Add dual support for Artist Slideshow 2.x and 3.x
  • Fix screensaver not going black when video is paused.
  • Fix that Kodi 18.4 does not skip commericals
  • Make archive files work via UPnP
  • Fix scrollbar in skin settings.
  • Fix loading external subtitles in custom folder.
  • Fix that user-provided joystick configuration not applied.
  • Fix “queue item” and “play next” for STRM files with Plugin URL
  • Fix screen rendering issue in mac OS.
  • Fix crash issue when changing the artwork of multipart video files.
  • Fix the filename of the default studios icon.
  • Clear resume bookmarks also when marking as unwatched
  • Stop PVR services on logoff to avoid PVR reminder pop-up on login screen.
  • Add addon settings support for property condition (basic conditions only)
  • Fix wrong sort order list for music playlists node
  • Fix watched videos not being hidden

How to Install Kodi 18.5 in Ubuntu:

The Kodi stable PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

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

sudo add-apt-repository ppa:team-xbmc/ppa

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

2. Then either upgrading Kodi from an existing version via Software Updater:

upgrade Kodi

or refresh system package cache and install Kodi 18.5 via commands:

sudo apt update

sudo apt install kodi

Uninstall:

To remove the Kodi PPA repository, simply open Software & Updates -> Other Software.

To remove Kodi, run command:

sudo apt remove --autoremove kodi kodi-data kodi-bin

The fifth bug-fix release for the lightweight Parole media play 1.0 series was released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Parole is a simple media player for Xfce desktop that is based on the GStreamer framework, and designed with simplicity, speed and resource usage in mind.

Parole 1.0.5 is a small release with translation updates and following bug-fixes:

  • Fix creation cleanup of thumbnails
  • Fix volume hotkeys in fullscreen
  • Fix compiler warnings

How to Install Parole 1.0.5 in Ubuntu:

The unofficial PPA has made the new release packages for Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

1. Open terminal either via Ctrl+Alt+T or by searching for “Terminal” from application menu. 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 either upgrade the media player via Software Updater utility:

upgrade parole media player

or run following commands to install / upgrade it:

sudo apt update

sudo apt install parole

For those who don’t want to add PPA, grab the .deb package from HERE.

Uninstall:

You can remove the PPA repository either via Software & Updates utility under Other Software tab, or by running command in terminal:

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

To remove Parole media player, either use Ubuntu Software or run command:

sudo apt remove --auto-remove parole

Brave web browser 1.0 stable was finally released. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 19.04, and Ubuntu 19.10.

Brave is an open-source Chromium based web browser features faster page loading speed, and blocks ads and trackers by default.

Brave 1.0 was announced 2 days go. And here’s how to install it via the official apt repository.

1.) Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, run command to make sure curl is installed:

sudo apt install apt-transport-https curl

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

2.) Download and add the repository key via command:

curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key add -

3.) Add the official brave apt repository (64-bit support only):

sudo sh -c 'echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com $(lsb_release -sc) main" >> /etc/apt/sources.list.d/brave.list'

NOTE for Linux Mint 19.x, you have to replace $(lsb_release -sc) in the code with bionic (or xenial for Linux Mint 18.x).

4.) Finally refresh package cache and install the web browser via command:

sudo apt update && sudo apt install brave-browser

Uninstall:

To remove the Brave web browser, run command in terminal:

sudo apt remove --autoremove brave-browser

And remove the apt repository via Software & Updates -> Other Software:

opera web browser

Opera web browser 65 was released a day ago with redesigned address bar, improved tracker blocker, and new bookmarks panel.

Opera Browser 65 release highlights:

  • Display the trackers Opera is blocking.
  • Redesigned address bar:
    • current webpage is dimmed while typing in address bar.
    • website titles displayed first, followed by hyperlinks in dropdown suggests
    • display website favicon icon in dropdown layout.
  • New bookmarks panel via the heart icon in the sidebar.

How to Install Opera 65 in Ubuntu:

The Opera team offers snap package (runs in sandbox), available to install in Ubuntu Software:

Also the native Ubuntu .deb package is available for downloading at the link below:

Download Opera for Linux

Grab the .deb package, and double-click to install it.

If you installed Opera via the .deb package, you may also add the official apt repository via following steps to receive future software updates.

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

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

2. Get the key:

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

Finally either install Opera via following command or upgrade the browser via Software Updater:

sudo apt update

sudo apt install opera-stable

Uninstall:

For the Opera snap package, simply remove it from Ubuntu Software.

For the Opera apt repository, launch Software & Updates and navigate to Other Software tab.

To remove traditional opera package, either use your system package manager or run command in terminal:

sudo apt remove --autoremove opera-stable

This tutorial shows how to hide the icons of mounted drives / partitions from the left (or bottom) dock launcher in Ubuntu 21.10 and / or Ubuntu 20.04.

When you plug in a USB drive or browse through an external system partition in Nautilus file manager, a new device icon will appear in the left dock panel in Ubuntu Gnome desktop.

To keep your panel clean, you may remove these removable device icons and prevent them from appearing again. And this can be done either by running a single command in terminal or using a graphical configuration tool called Dconf Editor.

Single command to hide mounted devices from Ubuntu Dock:

1.) Firstly, open terminal either by pressing Ctrl+Alt+T key combination on keyboard or by searching it from the Activities overview screen.

2.) When terminal opens, copy and paste the command below into it and hit Enter.

gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false

Removable disk and USB icons on panel disappear immediately after running this command.

(Optional) At anytime, you can reset the change if you change your mind by running command in a terminal windows:

gsettings reset org.gnome.shell.extensions.dash-to-dock show-mounts

Remove Mounted icons from Ubuntu Dock via Dconf Editor:

For those hating Linux command, an advanced configuration tool ‘Dconf Editor’ is present to do the trick.

1.) Firstly, search for and install dconf editor via Ubuntu Software if you don’t have it:

2.) Next search for and launch the tool from activities overview, then navigate to org/gnome/shell/extensions/dash-to-dock.

There scroll down and find out the key “show-mounts“, and turn off the toggle icon will do the job.

Toggle show mount icons on Ubuntu Dock

That’s all. Enjoy!

digiKam 5.6.0

The free and open-source digiKam image organizer and tag editor released version 6.4.0 a few days ago with extended DPlugins interface.

digiKam 6.4.0 release highlights:

  • 14 new plugins.
  • support native image loader as plugins instead to use hard-coded loader.
  • support HEIF image format as native.
  • RAW import tool as plugin.
  • Image editor clone tool plugin
  • For more, see the release note.

Download DigiKam 6.4.0

There’s no PPA repository, snap package (in test stage), or flatpak package for the latest DigiKam.

So far there’s only Appimage available to make it easy to run DigiKam in Ubuntu.

Download Digikam (appimage)

  • Download the i386.appimage (for 32-bit) or x86_64.appimage (for 64-bit)
  • Right-click and go to file’s Properties dialog, and check the box says ‘allow executing file as program’ in Permissions tab.
  • Finally run the appimage to launch digiKam.

Gscan2PDF 2.6.0 Released with import-all Option

Last updated: November 11, 2019

Gscan2pdf, a graphical tool to produce PDF / DjVu from scanned document, released version 2.6.0 a day ago. Here’s how to install it in all current Ubuntu releases.

Gscan2pdf 2.6.0 is a small release. It brings --import-all command line option to imports all pages of the specified file or files. Other changes include:

  • New rotate 180° icon.
  • Import document metadata when opening PDF or DjVu files.
  • Increment/decrement date on save dialog with +/- keys.
  • Fixed reload-recursion bug triggered by unusual environment
  • Some crash fixes, and updated translations.

How to Install gscan2pdf 2.6.0 in Ubuntu:

The official Gscan2PDF PPA has made the new release packages for all current Ubuntu releases, and their derivatives, including Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Linux Mint 18.x and 19.x

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:jeffreyratcliffe/ppa

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

2. For those who have a previous release installed, upgrade it through Software Updater:

upgrade gscan2pdf

Or run following command in terminal to install or upgrade the software:

sudo apt update && sudo apt install gscan2pdf

How to Remove:

To remove gscan2pdf, either use your system package manager or run command:

sudo apt-get remove --autoremove gscan2pdf

And the PPA can be removed via Software & Updates utility, under Other Software tab.

GIMP extra color palettes

GIMP image editor 2.10.14 now is made into Ubuntu PPA, available for Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Linux Mint 19.x.

GIMP image editor 2.10.14 was released more than a week ago with following changes according to the release note:

  • Basic out-of-canvas pixels viewing and editing
  • Optional editing of layers with disabled visibility
  • Foreground Select tool: new Grayscale Preview Mode
  • Newly added Normal Map filter
  • 27 old filters ported to use GEGL buffers
  • HEIF, TIFF, and PDF support improvements
  • Better loading of corrupted XCF files
  • Grayscale workflows order of magnitude faster
  • macOS Catalina compatibility
  • 45 bugfixes, 22 translation updates

How to Install GIMP 2.10.14 in Ubuntu:

Otto kesselgulasch updated the Ubuntu PPA today with the latest packages along with all dependency libraires.

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

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

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

2.) If an old version was installed on your Ubuntu, upgrade it via Software Updater:

or simply run commands to install or upgrade GIMP:

sudo apt update && sudo apt install gimp

3. (Optional) For any reason, you can downgrade GIMP to the stock version by purging the Ubuntu PPA via command:

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

Or you can manage the Ubuntu PPA via Software & Updates -> Other Software tab.

gnome shell

This is a step by step guide for Ubuntu beginners how to share a folder over local network in Ubuntu 18.04 Gnome desktop. Also works in Ubuntu 19.04, Ubuntu 19.10 though.

It’s easy to share a folder in Ubuntu as the default file browser offer a context menu option to bring up the setup wizard.

1.) First open the default Nautilus file browser, and right-click on a folder you want to share.

In the context menu, click the ‘Local Network Share‘ option.

2.) In the pop-up dialog, check the checkbox says ‘Share this folder’ and click the ‘Install service’ button when it prompts.

3.) And confirm by clicking on ‘Install’ button to install samba, a free software re-implementation of the SMB networking protocol.

4.) After installed the services, do following in the ‘Folder Sharing’ window:

  • Enable ‘Share this folder’
  • Input a share name.
  • (Optional) enable write permission, guest access.
  • Finally click on ‘Create Share’ button.

5.(Optional) If you want remote machine to type username and password before accessing the shared folder, open terminal (Ctrl+Alt+T) and run command:

sudo smbpasswd -a USERNAME

Note:The “USERNAME” must be an existing user in your Ubuntu. It’s handbook in my case. And type a password twice for remote smb access only.

To access the shared folder, you first need to get either IP address or hostname.

  • For the hostname (computer name), simply open terminal and run command hostname
  • For IP address, go to Settings -> Network (or Wi-Fi for wireless connection), click on the gear button, and check in the pop-up window.

To get access the shared folder:

In Ubuntu, go to Files -> Other Locations. In the bottom input box, type smb://IP-Address/ and hit enter.

In Windows, open Run box in Start menu, type \\IP-Address\ and hit enter.

Type username and password you set in step 5 when it prompts, or type guest (if enabled)

Celluloid 0.18, formerly known as Gnome MPV, was released today. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10.

Celluloid is a simple GTK+ frontend for mpv media player. It was called Gnome MPV until version 0.16. The latest version 0.18 features:

  • Ability to show / hide window decorations via mpv option --border
  • New menu item for opening Discs
  • Stability fixes for the latest MPV 0.30.
  • Block cursor autohide when volume popup opened in windowed mode
  • And new translations.

How to Install Celluloid in Ubuntu:

You can install the media player easily via the official Flatpak (runs in sandbox) package in Ubuntu 18.04, Ubuntu 19.04, and Ubuntu 19.10

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. Paste below command and run to install flatpak framework:

sudo apt-get install flatpak

2. Add flathub repository, which hosts a large list of flatpak applications:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

4. Finally install Celluloid via command:

flatpak install flathub io.github.celluloid_player.Celluloid

NOTE if you’ve installed the flatpak package, simply update the media player via command:

flatpak update flathub io.github.celluloid_player.Celluloid

Once installed, launch the software either from application menu or by right-clicking video files and choose open with Celluloid!

Uninstall:

To remove the Celluloid flatpak package, run command in terminal:

flatpak uninstall io.github.celluloid_player.Celluloid