Vivaldi web browser 3.3 was released today. The new release introduces a new Break Mode.
By clicking on the new pause button at the left corner of the Status Bar, or press Ctrl + “.” on keyboard, Break Mode mutes and stops HTML5 audio and videos, hides all tabs, panels, and other content leaving the screen clean.
After taking a break, you can resume your browsing activity exactly where you left off by pressing Play to un-pause the browser.
Easier cropping of URL in the Address Bar by pressing Ctrl & clicking.
Full-page blocking support
Drag & drop Speed Dials to folders
How to Install Vivaldi 3.3 in Ubuntu:
The official Ubuntu .DEB packages are available for download at the link below:
Grab the deb matches your OS, then install it via Ubuntu Software or Gdebi package manager. Or run command in terminal:
sudo dpkg -i ~/Downloads/vivaldi-stable_3.3*.deb
Vivaldi also has apt repository, with it you can install the browser and get future updates through Software Updater utility.
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:
In Ubuntu with the default GNOME desktop, user may turn photos into wallpaper slideshow by creating a XML file, then select it at any time in the Background settings.
XML slideshows in Background settings are displayed with a small clock emblem in the lower-right corner of the preview. (See the red rectangle area in the picture)
NOTE: In Ubuntu 22.04, changing wallpaper or slideshow only applies in current color scheme. Switching to Light or Dark mode, also changes the wallpaper setting.
Step 1: Create & Edit XML file for slideshow:
First of all, you have to create a XML and write the rules for which photos to display as slideshow, how long they will be displayed, and the transition orders.
1. Create XML file
You can create the XML files in anywhere of your user folder. Though it recommends for software developers to put them in ‘~/.local/share/backgrounds‘ folder.
Here I created a sub-folder called ‘slideshows‘ under my Pictures folder. Then, create an empty document and re-name it as .xml file.
Create a XML file
2. Edit XML write the rules:
After created the file, open it with your favorite text editor and write something look like:
The file content is easy to read. It starts with <?xml version=”1.0″ ?>, then follows with a <background></background> node.
With in <background> node, you can add as many <static></static> and <transition></transition> nodes as you can depends on number of wallpaper files.
While the <static> node contains display time (in seconds) and path to the picture file, the <transition> contains transition time and from to file paths.
The XML slideshow file (pic is edited for easy reading)
TIP: You may drag and drop your photo files into Terminal (Ctrl+Alt+T) or web browser’s URL bar to get the file path quickly!
Step 2: Make the XML slideshow visible in Background settings
After created a XML file, you have to create another one to make it visible in system settings utility.
1. First, press Ctrl+Alt+T on keyboard to open a terminal window. When it opens, run command to create the local background properties directory:
Here type whatever name within <name></name> node, and set the full path to the previous created XML with <filename></filename> node.
Apply the previous created XML slideshow
After saving the file, open or re-open ‘Background’ settings, you should see the new created background slideshow.
Summary:
In short, you can create a XML file in anywhere of user folder, write the rules to specify which photos to display, how long they will persist, and the transition order. Then, create another XML file in background properties directory to make the slideshow visible in ‘Background’ settings dialog.
In theory, the XML should work on all GNOME based Linux, e.g., Fedora Workstation, though I only tested it in Ubuntu 20.04 and Ubuntu 22.04.
This simple tutorial shows how to install the latest Audacity 2.4.2 via PPA in Ubuntu 20.04, Ubuntu 18.04, and Linux Mint 20.
Audacity audio editor 2.4.x was missing from the unofficial PPA for a few months, due to build system change and my poor debian packaging skill.
Since the upstream maintainer has built the 2.4.2 package for Debian unstable and Ubuntu 20.10, backports for Ubuntu 20.04 and Ubuntu 18.04 now are here for you!
How to Install Audacity 2.4.2 via PPA in Ubuntu 20.04:
Open terminal either from system application menu or by pressing Ctrl+Alt+T on keyboard. When terminal opens, run following commands one by one:
1.) Run command in terminal to add the PPA repository:
In Ubuntu 20.04 Gnome Shell, application indicator on top panel has wide spaces between icons. You can reduce the icon spacing via an extension called Unite.
Unite is a Gnome Shell extension which makes a few layout tweaks to the top panel and removes window decorations to make it look like Ubuntu Unity Shell. With the extension, your system tray area will look like:
To install the extension, do following steps one by one.
1.) Open terminal (Ctrl+Alt+T) and run command:
sudo apt install chrome-gnome-shell
2.) Run command to install the extension required x11-utils library:
If you don’t see the toggle icon, click link to install browser extension and refresh this web page
The extension by default reduces top bar item spacing. To tweak other panel appearance, open Gnome Tweaks (or Extensions tool), and go to unite settings.
Want to get more information in the clock menu underneath the calendar? You can get the current weather condition via an extension.
Weather in the clock is a simple extension based on Gnome Weather that adds an icon representing the current weather condition and the current actual temperature to the clock in the panel.
If you like it, do following steps one by one to install it on Ubuntu 20.04.
1.) First open terminal by pressing Ctrl+Alt+T on keyboard. When it opens, run command to install Gnome Weather:
sudo apt install gnome-weather
2.) Then search for and launch weather from ‘Show Applications’ menu and setup your location:
3.) Finally install the gnome shell extension.
Run command to install chrome-gnome-shell if it’s not installed:
Mainline is a graphical tool to install the latest mainline Kernel in Ubuntu, Linux Mint, and derivatives.
Mainline (Ubuntu Mainline Kernel Installer) is an open-source fork of ukuu, which now is pay for use. It offers a simple interface with updated list of the “mainline” Kernels, allows to one-click install, remove, or purge Kernels in Ubuntu-based distributions.
Optionally watches and displays notifications when a new kernel update is available
Downloads and installs packages automatically
Display available and installed kernels conveniently
Install/remove kernels from gui
For each kernel, the related packages (headers & modules) are installed or removed at the same time
How to install Mainline in Ubuntu:
NOTE: The mainline kernels are provided by Ubuntu Kernel Team for testing and debugging purposes. They are not supported and are not appropriate for production use. You should only install these if they may fix a critical problem you’re having with the current kernel.
The software has an official PPA so far contains packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Ubuntu 24.04, and derivatives.
1.) To add the PPA, open terminal from system application launcher and run command:
sudo add-apt-repository ppa:cappelikan/ppa
2.) Then check updates and install the tool via commands: