Archives For November 30, 1999

Liferea Feed Reader

A new bug-fix release for Liferea 1.12 series was released today. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, and derivatives.

This is a bugfix release. It includes an important bug fix that solves a possible endless loop on using “Next Unread” which several users experienced as endless high CPU usage. If you are affected by this: please upgrade!

This release also switches the keyring integration from GnomeKeyring to libsecret and introduces a flatpak JSON.

Changes in Liferea 1.12.5 according to the changelog:

  • Webkit browser now supplies ‘Liferea’ component in user agent
  • Added “Mark All As Read” button to headerbar plugin
  • Added flatpak JSON
  • Added item list column drag and drop reordering
  • Move from GnomeKeyring to libsecret
  • Correct instapaper sharing link
  • Update sharing links
  • Fix consistent over usage of CPU (trigger by “Next Unread” loop)
  • Dropping Inoreader support (API broke)

How to Install Liferea 1.12.5 in Ubuntu:

For Ubuntu 16.04, Ubuntu 18.04, Linux Mint 19, 18.x, the new release is available in the unofficial PPA repository.

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

Type your password (no asterisks feedback while typing) when it prompts and hit Enter.

2. Then upgrade Liferea via Software Updater utility:

upgrade Liferea via Software Updater

or run commands one by one to install the Linux feed reader:

sudo apt-get update

sudo apt-get install liferea

Finally launch the news reader from your application launcher and enjoy! (Log out and log back if you don’t see the icon).

Uninstall Liferea:

As the PPA also contains many other software packages, you may remove it by launching Software & Updates and navigating to Other Software tab.

If you want to remove the Liferea news reader software, either use your system package manager or run command in terminal:

sudo apt-get remove --autoremove liferea

For those who want to play League of Legends in Ubuntu desktop, the game has been made into Snap, containerised software package designed to work within most Linux desktop.

The game package is based on wine platform, and it is using the wine-base-staging to use the latest changes released from winehq.org.

The snap so far is available for testing purpose. If you’re interested in this, do following steps to help testing it in Ubuntu 18.04 or Ubuntu 16.04:

1. Open terminal either via Ctrl+Alt+T shortcut key or by searching for ‘terminal’ from software launcher.

2. When terminal opens, run command to install the wine platform if you don’t have it:

snap install wine-platform

3. Then install the Lol snap package via command:

snap install leagueoflegends --edge --devmode

NOTE for Ubuntu 16.04, install snapd via command sudo apt install snapd if previous commands do not work.

4. Once installed, launch the game from your software launcher.

On first launch you’ll be prompted to choose the game installer region and the download process starts:

Lol will finally launch if everything goes well. And you can report issues at snapcraft.io.

Uninstall:

To remove Lol snap package, run command in terminal:

snap remove leagueoflegends

Firefox 55

Mozilla Firefox 62.0 was released a day ago with new features, performance improvements, and various security fixes.

Firefox 62.0 release highlights:

  • Firefox Home (the default New Tab) allows to display up to 4 rows of top sites, Pocket stories, and highlights
  • “Reopen in Container” tab menu option appears for users with Containers that lets them choose to reopen a tab in a different container
  • A preference allows users to distrust certificates issued by Symantec. (go to about:config in the address bar and set the preference “security.pki.distrust_ca_policy” to 2.)
  • Added FreeBSD support for WebAuthn
  • Improved graphics rendering for Windows users without accelerated hardware
  • Support for CSS Shapes, allowing for richer web page layouts. This goes hand in hand with a brand new Shape Path Editor in the CSS inspector.
  • CSS Variable Fonts (OpenType Font Variations) support, which makes it possible to create beautiful typography with a single font file
  • AutoConfig is sandboxed to the documented API by default. You can disable the sandbox by setting the preference general.config.sandbox_enabled to false.
  • Added Canadian English (en-CA) locale, and various bug-fixes.

Download / Install Firefox in Ubuntu:

As usual, Ubuntu Mozilla Team will publish the new Firefox release packages through Ubuntu security & updates repositories.

So just wait and Firefix 62 will be available for upgrade via Software Updater in 2 or 3 days.

upgrade firefox

Jetbrains announced the release of IntelliJ IDEA 2018.2.3 a day ago with various bug-fixes and some improvements for v2018.2.

IntelliJ IDEA 2018.2.3 release highlights:

  • Ability to open HTML files in Edge using the Open in Browser action.
  • Fixed IntelliJ IDEA freezes.
  • Git: The built-in SSH doesn’t fail when Git protocol version 2 is enabled.
  • Fixed regressions in Mercurial support.
  • Docker: the IDE now validates Command line options and reports unknown options.
  • Docker: volume mounting now works on Windows using Linux containers.
  • Minor Gradle bug-fixes.

How to Insall the Latest IntelliJ IDEA in Ubuntu:

It’s quite easy to install the latest IDEA packages in Ubuntu since Jetbrains offers official snap (containerised software package) package in snappy store.

Simply open Ubuntu Software, search for and you’ll see IDEA ultimate and community packages available for install.

NOTE for Ubuntu 16.04 users who never installed a snap package, make sure snapd is installed by running command in terminal (Ctrl+Alt+T):

sudo apt install snapd snapd-xdg-open

LiVES 2.10.0, free and open-source video editor and VJ tool, was released earlier today. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04.

Changes in the LiVES 2.10.0 according to the changelog file:

  • Fix regression issues with youtube download.
  • Ensure audio waveform is redrawn after running fade audio.
  • Fix crash when adjusting cross-linked real time effect parameters (e.g LADSPA effects).
  • Fix an instability caused by NULL messages in the message cache (regression).
  • Fix possible crash when the real time effect parameters window is open during rendering.
  • Fix hang when clearing matches in the MIDI / JS learner window (GUI issue).
  • Improve the MIDI / JS tab in Preferences.
  • Add pref for creating a dummy alsa MIDI output port.
  • Add “OMC notify” to MIDI / JS mapper (MIDI -> OSC, sends USER1 notify event to all listeners).
  • Code cleanup. Standard checkbuttons and check menuitems now have their state set in the creation function.
  • Remove “use_mnemonic” parameter for widget functions. Use widget_opts.mnemonic_labels instead.
  • Amend the autolives toy so it can be triggered via OSC (and move to vj menu, add startup options).
  • MIDI channel can now used as a filter instead of a parameter to be matched.
  • Device mappings can now be shipped with builds.
  • Improved a/v synch with pulse audio.
  • Correct some minor GUI issues.
  • -noset startup option now has a permanent effect.
  • Add -asource [internal | external] startup option.
  • Fix bug in setting loop mode via OSC.
  • Fix broken framerate after pause / unpause during realtime playback.
  • Updated translation to Czech.

How to Install LiVES 2.10.0 in Ubuntu:

For Ubuntu 16.04, Ubuntu 18.04, Linux Mint 18.x and 19, you can easily install the latest packages from the unofficial PPA.

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

sudo add-apt-repository ppa:ubuntuhandbook1/lives

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

LiVES PPA

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

or simply run commands in terminal to install or upgrade LiVES:

sudo apt-get update

sudo apt-get install lives lives-plugins

Uninstall:

To remove the software, simply run commands:

sudo apt-get remove --autoremove lives lives-plugins

The PPA can be removed via Software & Updates utility under Other Software tab.

VLC media player 3.0.4 was released with support for decoding AV1 streams and various bug-fixes.

According to the changelog file, VLC 3.0.4 contains following changes:

  • Decode AV1 streams
  • Fix playback of low-fps files
  • Fix seeking with streams containing WebVTT subtitles
  • Fix decoding some CC-608 streams with roll-up
  • Fix crashes with LPCM streams
  • Fix colorspace of JPEG, PNG and screen inputs
  • Fix MediaCodec rotation handling
  • Fixes for ogg, flac, MKV, AVI, MP4, and incomplete RAR streams.
  • Support 44.1kHz DTS passthrough
  • Fix crashes on DirectSound output
  • Fix some crash in Direct3D11/Direct3D9 because of sensors
  • Fix some broken DVD subtitles rendering (OpenGL, notably)
  • Fix misc display in Direct3D11 due to broken drivers
  • Some text rendering fixes.
  • Fix ChromeCast compatibility with web interface
  • Fix detection SAT>IP servers
  • Fix tooltip display when using Wayland
  • Various fixes for Mac OS, and other more.

How to Install The Latest VLC in Ubuntu

For Ubuntu 18.04 Bionic Beaver, Ubuntu as usual will publish VLC 3.0.4 packages via security & updates repository.

At that time you can upgrade VLC via Software Updater (check the building page, The Bionic Beaver section).

For Ubuntu 16.04, Ubuntu 18.04 and higher, the VideoLan team offers the official Snap package, containerised software package designed to work securely within most Linux desktop.

You can simply install the snap (3.0.3 at the moment) via Ubuntu Software, and it will auto-updates to the latest VLC 3.0.4 once it’s published.

Note for Ubuntu 16.04 users who never installed a snap package, make sure if snapd daemon is installed via command:

sudo apt install snapd snapd-xdg-open

wireshark

The open-source network packet analyzer Wireshark 2.6.3 was released a few days ago with various bug-fixes and updated protocol support.

Wireshark 2.6.3 fixed following bugs:

  • Bluetooth AVDTP dissector crash.
  • Bluetooth Attribute Protocol dissector crash.
  • Radiotap dissector crash.
  • Wireshark Hangs on startup initializing external capture plugins.
  • Qt: SCTP Analyse Association Dialog: Segmentation fault when clicking twice the Filter Association button.
  • Incorrect presentation of dissected data item (NETMASK) in ISAKMP dissector.
  • Decode NFAPI: CONFIG.request Error.
  • udpdump frame too long error.
  • ISDN – LAPD dissector broken since version 2.5.0.
  • ASTERIX Category 062 / 135 Altitude has wrong value.
  • Wireshark cannot decrypt SSL/TLS session if it was proxied over HTTP tunnel.
  • TLS records in a HTTP tunnel are displayed as “Encrypted Handshake Message”.
  • BTATT Dissector: Temperature Measurement: Celsius and Fahrenheit swapped.
  • Diameter AVP User Location Info, Mobile Network Code decoded not correctly.
  • Heartbeat message “Info” displayed without comma separator. Bug 15079.

Install The Latest Wireshark via PPA in Ubuntu:

As the PPA packages are always a few days late than the release date, check the PPA link before getting started.

Wireshark stable PPA contains most recent packages for Ubuntu 18.04, Ubuntu 16.04, and Ubuntu 14.04.

1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from app launcher. When it opens, run command:

sudo add-apt-repository ppa:wireshark-dev/stable

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

2. If you’ve the previous Wireshark 2.4.x installed on your system, remove it first via command:

sudo apt-get remove --autoremove wireshark

3. Finally run following commands one by one in terminal to install Wireshark 2.6.x:

sudo apt-get update

sudo apt-get install wireshark

Uninstall:

To remove the software, open terminal and run command:

sudo apt-get remove --autoremove wireshark wireshark-*

And remove the PPA by launching Software & Updates -> Other Software tab.

MKVToolNix 26.0.0, free and open-source Matroska software, was released a day ago with new features, enhancements, and various bug-fixes.

MKVToolNix 26.0.0 release highlights:

  • mkvmerge: chapter generation: if the name template given by
    --generate-chapters-name-template is empty, no names (ChapterDisplay
    master elements with ChapterString/ChapterLanguage children) will be
    generated for the chapter atoms.
  • mkvmerge: chapters: chapter names generated from MPLS files will now use the
    name template if one is set via --generate-chapters-name-template.
  • mkvmerge: mkvmerge will no longer abort with an error message if no audio,
    video and subtitle tracks should be multiplexed. This allows copying of
    chapters from non-chapter source files (e.g. Matroska or MP4 files).
  • MKVToolNix GUI: the font size in the tool selector on the left will scale
    with the font size the user selects in the preferences.
  • MKVToolNix GUI: the GUI will no longer automatically resize the columns in
    tree and list views to match the content size. Instead it remembers and
    restores the widths set by the user.
  • MKVToolNix GUI: multiplexer: the chapter name template will now be set
    automatically to the name template in the preferences’ “chapter editor”
    section. Additionally the option --generate-chapters-name-template … will
    be passed to mkvmerge in situations when mkvmerge will generate chapters
    (either because automatic generation is enabled or if chapters are generated
    for MPLS playlists).
  • MKVToolNix GUI: chapter editor: if the chapter name template is empty,
    chapters will be generated without names.
  • MKVToolNix GUI: chapter editor: added an option to remove all chapter names
    to the “additional modifications” dialog.

How to Install MKVToolNix 26.0.0 in Ubuntu:

The official apt repository offers the latest packages for Ubuntu 16.04, Ubuntu 18.04, Linux Mint 19/18, and their derivatives.

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 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

A new bug-fix release for the Kid3 audio tag editor 3.6 series was released earlier today. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04, Linux Mint 19/18, and their derivatives.

This bug-fix release fixes the use of free form MP4 atoms, import from CSV with DOS line endings, the application icon in KDE wayland sessions and other bugs. The generation of file names from tags is improved by supporting conditional text around a value from the tags, which is only inserted when the corresponding value exists.

Changes in Kid3 3.6.2 include:

  • Format from tags with custom strings prepended / appended when replaced format code is not empty %{“t1″code”t2”}.
  • Fix MP4 free form names longer than 4 characters with TagLib.
  • Support DOS line endings with “Import CSV”.
  • Set CTOC and CHAP element ID from values in the frame table.
  • Correctly add frame when “Edit” is clicked on non existing frame.
  • Show correct icon in Wayland session.
  • Improve editing of ISO date/time values with validation enabled.
  • Bundle OpenSSL libraries with self-contained Linux package.

How to Install Kid3 3.6.2 in Ubuntu:

The developer maintains a PPA repository with the software packages for all current Ubuntu releases.

Open terminal either via Ctrl+Alt+T shortcut key or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one.

1. Copy and paste following command in terminal and hit run to add the PPA:

sudo add-apt-repository ppa:ufleisch/kid3

Type your password (no asterisks feedback due to security reason) when it prompts and hit Enter to continue.

2. Then you can upgrade Kid3 from a previous version via Software Updater:

upgrade kid3 via software updater

or run commands one by one in terminal to install or upgrade to the latest tag editor:

sudo apt update

sudo apt install kid3-qt

For KUbuntu, you may replace kid3-qt with kid3 in the last command for KDE integration.

Uninstall

To remove the PPA repository, either open Software & Updates -> Other Software tab, or run command:

sudo add-apt-repository --remove ppa:ufleisch/kid3

To remove the audio tag editor, either use your system package manager or run command:

sudo apt remove --autoremove kid3 kid3-*

KeePassX 2 YubiKey support

KeePassXC 2.3.4, community driven port of the windows application “Keepass Password Safe”, was released a day ago with various bug-fixes and improvements.

Changes in KeePassXC 2.3.4 include:

  • Show all URL schemes in entry view
  • Disable merge when database is locked
  • Fix intermittent crashes with favorite icon downloads
  • Provide potential crash warning to Qt 5.5.x users
  • Disable apply button when creating new entry/group to prevent data loss
  • Allow for 12 hour timeout to lock idle database
  • Multiple SSH Agent fixes
  • Multiple Browser Integration enhancements
  • Fix browser proxy application not closing properly
  • Add real names and Patreon supporters to about dialog
  • Add settings button to toolbar, Donate button, and Report a Bug button to help menu
  • Enhancements to release-tool to appsign intermediate build products

How to Install KeePassXC 2.3.4 in Ubuntu via Snap:

The official snap package (runs in sandbox and auto-updates itself) has been updated to version 2.3.4 for Ubuntu 16.04, Ubuntu 18.04, and higher.

The snap can be easily installed via Ubuntu Software:

Or run command in terminal to install the snap package:

snap install keepassxc

How to Install KeePassXC in Ubuntu via PPA:

The official KeePassXC PPA contains the most recent .deb packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04. With it, you can receive future updates via Software Updater.

1. Open terminal either via Ctrl+Alt+T shortcut key or by searching for ‘terminal’ from software launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:phoerious/keepassxc

Type your password (no asterisks feedback) when it prompts and hit Enter to continue.

2. Then upgrade KeePassXC via Software Updater:

or run commands one by one in terminal to install the latest package:

sudo apt update

sudo apt install keepassxc

Uninstall:

To remove the PPA, open Software & Updates and navigate to Other Software tab.

To remove KeePassXC .deb package, run command in terminal:

sudo apt-get remove --autoremove keepassxc

To remove the snap package, simply click uninstall button in Ubuntu Software utility.