This quick tutorial shows how to make the scrollbars of GTK3 applications always visible, like Gnome terminal does, no matter whether the mouse cursor is moved over or not.
The scrollbar is only visible when the mouse cursor is moved mover in most of GTK3 applications. It will disappear in a few seconds once the cursor’s moved away.
On a per-app basis, you can start application by setting GTK_OVERLAY_SCROLLING=0 environment variable.
For example, open terminal (Ctrl+Alt+T) and run command to launch Gedit text editor:
GTK_OVERLAY_SCROLLING=0 gedit
To apply for all applications for current user, open terminal (Ctrl+Alt+T) and run command to edit .profile file:
gedit ~/.profile
When the files opens in text editor, add following 2 lines in the end and save the file.
Linux Kernel 5.3 was released yesterday. Linus Torvalds announced that:
So we’ve had a fairly quiet last week, but I think it was good that we ended up having that extra week and the final rc8.
Even if the reason for that extra week was my travel schedule rather than any pending issues, we ended up having a few good fixes come in, including some for some bad btrfs behavior. Yeah, there’s some unnecessary noise in there too (like the speling fixes), but we also had several last-minute reverts for things that caused issues.
One _particularly_ last-minute revert is the top-most commit (ignoring the version change itself) done just before the release, and while it’s very annoying, it’s perhaps also instructive.
…
Linux 5.3 kernel brings many exciting changes including initial Intel HDR display support, Intel Speed Select support, Radeon RX 5700 Navi series support, better Intel Icelake Gen 11 graphics support, ACRN guest hypervisor support.
How to Install Linux Kernel 5.3 in Ubuntu:
The mainline kernel packages for Linux 5.3 are available for download at the link below:
Depends on your OS type, download and install the packages in turns:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.
Alternatively you can download and install the kernel binaries via terminal commands ( open terminal via Ctrl+Alt+T):
Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 5.3:
MusicBrainz Picard, a cross-platform music tagger, released version 2.2 a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04.
MusicBrainz Picard is a free and open-source software application for identifying, tagging, and organising digital audio recordings. It was developed by the MetaBrainz Foundation, a non-profit company that also operates the MusicBrainz database.
The latest Picard 2.2 was released with following new features:
Post save plugins
Built-in media player (beta feature)
Support for ReplayGain 2.0 tags
Replace genre / folksonomy tag blacklist with more comprehensive list
Replace hardcoded colors by user-configurable ones
Add plugin hook for file-added-to-a-track event, file-removed-from-a-track event, album-removed event, and file loaded event
Provide $is_video() / $is_audio scripting functions
Tons of bug-fixes, and many improvements.
How to Install Picard in Ubuntu:
Picard is available as Snap (runs in sandbox, version 2.2 is not ready at the moment), which can be directly installed from Ubuntu Software in Ubuntu 18.04 and higher.
MusicBrainz stable PPA also contains the latest packages for Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Linux Mint 19.x, and their derivatives.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:
This quick tip shows beginners how to hide files or folders, without renaming them, in Ubuntu’s default Nautilus file browser.
In Ubuntu Linux, a file (or folder) with a name starts by a dot (.) is considered a hidden file. Filename ends with a tilde (~) is considered backup file which is also hidden.
You can press Ctrl+H on keyboard to show or hide hidden files / folders in file browser.
To hide files and/or folders, without renaming them by prefixing dots (.) or suffixing tildes (~), you can use an extension called nautilus-hide.
NOTE following steps works for all current Ubuntu releases, though the title says for Ubuntu 18.04.
1.) Open terminal either by searching for “terminal” from application menu or by pressing Ctrl+Alt+T on keyboard.
When terminal opens, run command to install the extension:
sudo apt install nautilus-hide
2.) Then restart Nautilus either via reboot or by running command:
nautilus -q
Finally in Nautilus file browser, select ‘Hide Files’ in files’ context menu (right-click menu).
To un-hide them, press Ctrl+H to show hidden files, then either select “Unhide Files” in hidden files’ context menu or remove the .hidden file.
NOTE: The extension works by adding file or folder names, that you choose to hide, into .hidden file (auto-create if not exist). Nautilus reads that file to hide the listed files the next time you open or refresh the folder.
Gscan2pdf, GTK tool to produce PDF / DjVu from scanned document, released version 2.5.6 with stability improvements. Here’s how to install it in Ubuntu.
Gscan2pdf 2.5.6 release highlights according to the changelog:
Prevent Negate from changing the alpha channel.
Avoid image corruption with colour images when applying WhiteThreshold after BlackThreshold.
Extended edit profile functionality in scan dialog to current scan options, when no profile selected.
Don’t try to compress log file if it wasn’t created.
Don’t blacklist empty device name
Improve layout of multiple message dialog.
Don’t use tiff2pdf to create temporary PDF to check for pdftk.
Fix --import option.
Fix updating extended page numbering on scan dialog after changing document
Fix printing.
Set “wait” cursor while scan options are being loaded and “progress” cursor while scanning.
Use gtk-3 cursors for ImageView widget
Ghost scan button while scan options are being loaded and scanning.
Fix bug storing responses from multiple message window when no responses had been stored before.
How to Install gscan2pdf 2.5.6 in Ubuntu:
The official Ubuntu PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04 and their derivatives.
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:
For the first time, you can either install it via Synaptic Package Manager or by running following commands in terminal:
KeePass password manager 2.43 was released today with user interface and integration enhancements. All users of version 2.x are recommended to upgrade to the new 2.43 release.
Mumble, open source low latency and high quality voice chat utility, released new major 1.3.0 released a day ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 16.04, and even Ubuntu 14.04.
Mumble 1.3.0 is the new major release that features over 3000 changes. Release highlights include:
New Lite and Dark themes
Individual user volume adjustment (local)
Dynamic channel filtering
Attenuate other users while talking as Priority Speaker.
An optional clock (current time) in the overlay
Overlay: support for DirectX 11
Improved user management, banlist, avatar handling for administrators.
And there are many many other changes, see the announcement for details.
How to Install Mumble 1.3.0 in Ubuntu 18.04, 16.04:
Mumble Team PPA has built the new release package for Ubuntu 16.04, Ubuntu 18.04, and even Ubuntu 14.04.
1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keyboard. When it opens, paste below command and hit Enter:
sudo add-apt-repository ppa:mumble/release
Type user password (no asterisk feedback) when it prompts and hit Enter to continue adding the PPA.
2. If an old release was installed, simply upgrade Mumble via Software Updater:
Or run commands one by one in terminal to check updates and install the chat utility for gamer:
This quick tutorial shows how to install RuneLite, Old School RuneScape client, in Ubuntu 18.04, and higher.
RuneLite is a free and open-source Old School RuneScape client written in Java. While the software offers single executable appimage (non-install) and jar files for Linux, here’s how to install it using the flatpak package.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, paste below command and hit run to install flatpak framework:
sudo apt-get install flatpak
2. Add flathub repository, which hosts a large list of flatpak applications:
Ubuntu’s default office suite LibreOffice released version 6.3.1 a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.04, and their derivatives.
LibreOffice 6.3 “Fresh” is a major new release that features:
Writer and Calc performance improvements.
The Tabbed Compact NotebookBar UI now available for Writer, Calc, Impress and Draw
Export as PDF improved with the support for the standard PDF/A-2 document format,
Export support for DOTX and XLTX, import of charts from DOCX, import/export of SmartArt from PPTX files
And LibreOffice 6.3.1 is the first minor release of the LibreOffice 6.3 family, that brings a large list of bug-fixes and a key security improvement.
How to Install LibreOffice 6.3.1 in Ubuntu:
1. Open terminal either from application menu or by pressing Ctrl+Alt+T on keboard. When it opens, run command to add the LibreOffice Fresh PPA:
sudo add-apt-repository ppa:libreoffice/ppa
Type user password (no interisk feedback) when it prompts and hit Enter to continue.
2. Then launch Software Updater (Update Manager) and install updates for new LibreOffice packages:
or simply run commands in terminal after adding the PPA:
sudo apt update && sudo apt install libreoffice
Uninstall:
To remove the LibreOffice PPA only, run command in terminal: