Archives For November 30, 1999

LiVES, a free and open-source video editor and VJ tool, released new major version 3.2.0 with new features, performance and resource usage improvements, and tons of other changes.

Changes LiVES 3.2.0 include:

  • Initial startup has been rewritten.
  • Updated GTK+ support to 3.24.
  • A total rewrite of buttons, a new font chooser.
  • Specify configuration directory from commandline.
  • Implemented a thread pool with generic worker threads.
  • Introduced the idea of lives_proc_threads.
  • optimised memory handling in some specific cases.
  • Disk space quota can be set for the application.
  • Implemented auto gamma correction.
  • Implemented threading for swscale.
  • Added a predictive caching mechanism to the player.
  • Fixed several screen / window sizing issues.
  • The renderer now uses a separate thread for saving frames to disk, making rendering much faster.
  • New intelligent “auto-layout” mode to improve the appearance of all parameter windows.
  • Visual tweaks for Preferences window.
  • Fixed mkv_decoder so it can decode webm clips.
  • ctrl-alt-space now performs loop locking in clip editor (trickplay).
  • Add keys a / A (audio track lock / unlock) for clip editor playback.
  • Added two more keyboard effect keys (ctrl-minus and ctrl-equals).
  • Audio can now be normalised after rendering.
  • Added “audio bleedthru” mode in multitrack.
  • Individual clip volume levels can now be adjusted during playback (temporary) and non-playback (permanent).
  • Added a new “normalize audio” function.
  • Add more preferences to the prefs window.
  • Frame number now defaults to pointer position when opening the seperate window.
  • Seperate window in multitrack can now appear undecorated.
  • Improved appearance for ‘fireTV’ effect.
  • Add menu options jump to next mark / jump to previous mark in multitrack.

How to Install LiVES 3.2.0 in Ubuntu:

For the source code go to:

github.com/salsaman/LiVES/releases

The unofficial PPA contains the packages for Ubuntu 18.04, Ubuntu 20.04, Linux Mint 20.

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

sudo add-apt-repository ppa:ubuntuhandbook1/lives

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

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.

After 2 years of development, Flightgear 2020.3 was released as the latest stable version of the flight simulator. Here’s how to install it in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10, and derivatives.

FlightGear 2020.3 release highlights:

  • New default Keflavík International Airport (BIKF)
  • Aircraft updates:
    • The A320 has been overhauled
    • The C182 gained an excellent integration of the FG1000 glass-cockpit, as did the J3 Cub and the Diamond DA40.
    • The SEPCAT Jaguar GR.1, Bombardier Q400 and twenty more aircraft were added.
  • FlightGear now simulates tides covering and uncovering shallow areas (littoral areas), like tidal flats (mudflats).
  • Textures can be cached & compressed for faster loading and reduced memory use, giving better performance.
  • Connection to the VATSIM network via SWIFT is officially supported.
  • Better translation support, and handling of non-ASCII file names.
  • Many view improvements, including a new Tower-AGL view.

1.) To install the flight simulator, first open terminal either from system application menu or by pressing Ctrl+Alt+T on keyboard.

When terminal opens, run command to add the PPA repository:

sudo add-apt-repository ppa:saiarcot895/flightgear

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

2.) Then refresh system package cache and install the software via command:

sudo apt update

sudo apt install flightgear

If an old version was installed, you can also upgrade it via Software Updater utility.

Uninstall:

To remove FlightGear PPA, either go to Software & Updates > Other Software, or run command:

sudo add-apt-repository --remove ppa:saiarcot895/flightgear

And remove the flight simulator if you want by running command:

sudo apt remove --autoremove flightgear flightgear-data

This tutorial shows how to install the latest Beta release of GIMP 3.0, so far GIMP 2.99.10, in Ubuntu 20.04 using the official flatpak package.

What’s New in GIMP 2.99.10 compare to current stable:

  • GTK+3 user interface
  • Native Wayland and HiDPI support.
  • Major refactoring and cleanup
  • New plug-in API
  • Plugins now possible with Python 3, JavaScript, Lua, and Vala
  • More (color) space invasion
  • Render caching available for better performance
  • Clone-type tools on multiple layers
  • JPEG-XL file format support.
  • Pinch gesture on canvas for zooming
  • New Paint Select tool in the playground
  • New generic dialog generation and metadata support API for export plug-ins
  • Multi-threaded JPEG2000 decoding

GIMP 2.99.10 is available to install via Flatpak package in the “beta” branch of the official Flathub repository. You can open terminal and run following commands one by one to install it in Ubuntu 18.04, Ubuntu 20.04, and Ubuntu 21.10.

1. Install Flatpak framework if you don’t have it (For Ubuntu 18.04 and even 16.04, add this PPA first).

sudo apt install flatpak

2. Add the flathub beta channel via command:

flatpak remote-add --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo

3. Finally install GIMP 2.99.x via command (for single user only):

flatpak install --user flathub-beta org.gimp.GIMP

Once installed, launch it from ‘Show Applications’ menu and enjoy! In the case, I have GIMP 2.10 (via deb) and GIMP 2.99.x (via flatpak).

NOTE: If you installed both GIMP flatpak stable and beta packages, only one will be visible in app launcher. To make beta version visible, run command:

flatpak make-current --user org.gimp.GIMP beta

And to make stable version visible, replace beta in the command with stable.

Uninstall GIMP 2.99.x:

To remove the package, simply run command:

flatpak --user uninstall org.gimp.GIMP

Bluefish, a powerful editor targeted towards programmers and web developers, released version 2.2.12 a day ago with some minor new features.

Bluefish 2.2.12 release highlights:

  • Fix for a crash in simple search.
  • Python 3 compatibility has been further improved.
  • Improved encoding detection in python files.
  • Triple click now selects the line.
  • On Mac OSX Bluefish deals better with the new permission features.
  • Improved syntax highlighting for several programming languages.
  • Bluefish now works fine with Enchant2 for spell checking.

Install Bluefish via PPA:

UPDATE: as Klaus Vormweg’s PPA is no longer exist, I uploaded the 2.2.12 packages into this unofficial PPA for Ubuntu 20.04 and Ubuntu 18.04. For Ubuntu 22.04, the latest package is already available in system repository.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching from ‘Activities’ overview.

When terminal opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/bluefish

Type user password when it prompts and hit Enter to continue.

2. Then run commands to check updates and install the programmers editor:

sudo apt update

sudo apt install bluefish

Or launch ‘Software Updater’ and update the package if an old version was installed.

Uninstall:

You may 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/bluefish

And remove Bluefish programmers editor if you want via command:

sudo apt remove --autoremove bluefish

Fancy some 3D effects on your Ubuntu Desktop? There’s a gnome shell extension that enables Windows 7 Aero Flip 3D style ‘Alt+Tab’ app window switcher in Ubuntu.

Coverflow Alt-Tab is the extension works on Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, Ubuntu 20.10, Ubuntu 18.04, and all other editions with Gnome 3 desktop.

1. If you’re first time installing a Gnome Shell extension, open terminal (Ctrl+Alt+T) and run command to install the chrome-gnome-shell package:

sudo apt install chrome-gnome-shell

You may also install gnome-shell-extension-prefs, an utility to manage Gnome extensions.

2. Go to extensions.gnome.org/…/coverflow-alt-tab/. Click the link to install browser extension if it prompts.

3. Finally refresh the web page and turn on the toggle icon to install the Gnome Shell extension.

Once installed, press Alt+Tab and enjoy! For the preferences, use Gnome Tweaks or Extensions utility.

This simple tutorial shows how to install x-apps, a bunch of GTK3 DE-agnostic applications, in Ubuntu 20.04 via PPA.

X-Apps are a bunch of GTK3 DE-agnostic applications that are not so tightly tied to a particular distribution or DE as their ancestors might be. The project was started in 2016 by Linux Mint.

The idea behind this project is to replace applications which no longer integrate properly outside of a particular environment (this is the case for a growing number of GNOME applications) and to give our desktop environments the same set of core applications, so that each change, each new feature being developed, each little improvement made in one of them will benefit not just one environment, but all of them.

This is an Ubuntu PPA that contains these app packages so far for Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 20.04.

  • pix – image management application based on gThumb,
  • xed – text editor based on Pluma,
  • xplayer – media player based on Totem,
  • xviewer – image viewer based on Eye of GNOME,
  • xreader – document reader based on Atril.

1. Open terminal from your system application launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:savoury1/xapps

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

2. Then refresh package cache and install either or all of the packages:

sudo apt update

sudo apt install pix xed xplayer xviewer xreader

Just remove xed, xplayer, or any other package from the apt command if you don’t want to install it.

Uninstall X-Apps:

To remove the PPA, open terminal and run command:

sudo add-apt-repository --remove ppa:savoury1/xapps

To remove x-apps, run command:

sudo apt remove --autoremove pix xed xplayer xviewer xreader

Prefer installing Chromium web browser via deb over the snap package? Linux Mint 20 now includes the browser and keeps it updated in its own repository for both Ubuntu based and LMDE editions.

Since Ubuntu 20.04, chromium browser in the main repository is a dummy package. It’s redirected to the SNAP (containerized software package) when you trying to install it.

The Linux Mint team argued against this change and removed the package from its main repositories.

When it starts replacing packages for no good reason though, when it starts harming our interaction with upstream projects and software vendors and reducing our choice, it becomes a threat.

Now the Chromium browser is back to the official repositories for both Linux Mint and LMDE. And it’s a deb package built by the Linux Mint team.

How to Install Chromium Deb Package in Ubuntu 20.04:

Though there’s already an Ubuntu PPA that maintains the deb package, the one from Linux Mint is available for choice:

Just click the button below, download the deb package, install it and you’re done!

Note: For Ubuntu grab the package with “ulyana” in filename. For Debian download the one with “debbie” in filename.

Add the Linux Mint repository & receive updates:

You can add the Linux Mint repository, so you’re able to receive the package updates through Software Updater.

1. Open terminal (Ctrl+Alt+T) and run command to add the Linux Mint 20 upstream repository:

sudo sh -c 'echo "deb http://packages.linuxmint.com ulyana upstream" >> /etc/apt/sources.list.d/mint.list'

2. Download and click install the key (its “linuxmint-keyring_2016.05.26_all.deb” so far):

3. Set the priority to make Ubuntu only install chromium from Linux Mint repository.

Run command to create and open the configuration file in text editor:

sudo gedit /etc/apt/preferences.d/mint-ulyssa-pin

When it opens, paste below lines and save the file.

# Allow upgrading only chromium from Ulyssa repository
Package: chromium
Pin: origin packages.linuxmint.com
Pin-Priority: 500

# Never prefer other packages from the Ulyssa repository
Package: *
Pin: origin packages.linuxmint.com
Pin-Priority: 1

4. Finally check updates and install the web browser:

sudo apt update

sudo apt install chromium

Note the package is chromium rather than chromium-browser.

To remove Linux Mint repository:

Simply go to Software & Updates -> Other Software tab and remove the repository line.

This simple tutorial shows how to install the latest KiCad, schematic capture & PCB design software, in Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, Linux Mint via PPA.

KiCad is a free software suite for electronic design automation. It facilitates the design of schematics for electronic circuits and their conversion to PCB designs. KiCad was originally developed by Jean-Pierre Charras. It features an integrated environment for schematic capture and PCB layout design. Tools exist within the package to create a bill of materials, artwork, Gerber files, and 3D views of the PCB and its components.

The new official PPA was created a few months ago contains the latest packages for 8.0 release series. See here for the new features in the KiCad 8.x.

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

sudo add-apt-repository ppa:kicad/kicad-8.0-releases

Type user password (no visual feedback) when it asks and hit Enter to continue.

NOTE: KiCad maintains individual PPAs for each release series! When next 9.x release series is out, there may be new PPA for it. So go check this page in case a new PPA is available when you see this tutorial.

2. Then refresh system package via command:

sudo apt update

For Ubuntu 18.04 & higher, this is done automatically while adding PPA.

3. Install the KiCad package:

sudo apt install kicad

Uninstall:

To remove KiCad package, run command:

sudo apt remove --autoremove kicad

To remove the PPA, either go to Software & Updates -> Other Software or run command:

sudo add-apt-repository --remove ppa:kicad/kicad-8.0-releases

Looking for a Reddit client for Linux desktop? Giara is a modern new GTK app for Reddit written in Python 3 with GTK.

Giara is a free open-source software created with mobile Linux in mind. It comes with most Reddit features including new text, link, media posts, search subreddits and users, up vote, down vote, post rely, dark mode support, and more.

How to Install Giara in Ubuntu:

It is recommended to install the software using flatpak package, see Giara in flathub.org.

For those prefer native DEB package, I’ve uploaded the packages into the unofficial PPA for Ubuntu 20.04 and Ubuntu 20.10.

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

sudo add-apt-repository ppa:ubuntuhandbook1/giara

2. Then refresh package cache and install the app:

sudo apt update

sudo apt install giara

Note for Ubuntu 20.04, the app window border and top-bar buttons are not looking good due to old system libraries (upstream issue).

Uninstall:

To remove the PPA, either go to Software & Updates -> Other Software tab or run command in terminal:

sudo add-apt-repository ppa:ubuntuhandbook1/giara

And remove the Reddit app if you want by running command:

sudo apt remove --autoremove giara

For those who have Philips Hue compatible lights, now it’s easy to control them via a Gnome Shell Extension.

Hue-lights is an extension that offers a system tray indicator to control Philips Hue compatible lights using Philips Hue Bridge. The extension groups the lights in zones and rooms, allows you to control the state, the brightness, and the color.

How to Install Hue-lights Gnome Shell Extension:

In your web browser, go to the extension web site and turn on the toggle icon to install it.

Once you installed the extension, the system tray indicator starts automatically and discovers Philips Hue bridges in your home network. For choice you may add the IP manually.

Don’t see the toggle icon? Follow the link to install the browser extension (if it prompts):

Then open terminal (Ctrl+Alt+T) and run command:

sudo apt install chrome-gnome-shell

And finally refresh the extension web page!

Uninstall the Extension:

To remove the extension, either turn off the toggle icon in the web page or use Extensions tool (install gnome-shell-extension-prefs package if you don’t have it).