Leafpad text editor now is available to install via Snap package for Ubuntu 18.04, Ubuntu 19.04, and higher.
Leafpad is a simple GTK+ based text editor aims to be lighter than Gedit and KWrite. It has been removed from Ubuntu repositories since Ubuntu 19.04.
Leafpad snap package maintained by Ken VanDine makes it again easy to install in Ubuntu 19.04 and higher.
Simply open Ubuntu Software utility, search for ‘leafpad’ and you’ll see the snap package. For Ubuntu 19.04 and higher, there’s no native Leafpad Ubuntu package any more.
Or open terminal (Ctrl+Alt+T) and run command to install the snap package:
snap install leafpad --classic
Like normal software package, you can either open Leafpad from files’ context menu ‘Open With’ menu, or launch it from application menu.
Four new tone-mapping operators: ferwerda, kimkautz, lischinski and vanhateren.
Speed up for hdr creation
Added post processing gamma and saturation.
Great speedup and better memory usage for all tonemapping operators
Preview of created HDR in HDR Wizard
Other small improvements and bug-fixes as usual.
How to Install Luminance HDR 2.6.0 in Ubuntu 18.04, 19.04
There’s an unofficial PPA contains the latest Luminance HDR packages for Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.
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. Run command to add the PPA repository:
sudo add-apt-repository ppa:dhor/myway
Type user password (no visual feedback due to security reason) when it prompts and hit Enter to continue.
2. If you have a previous release installed, launch Software Updater (Update Manager) and upgrade the software:
Or run following command to install (or upgrade) Luminance HDR:
sudo apt install luminance-hdr
How to Uninstall:
The PPA repository can be removed by going to System Settings -> Software & Updates -> Other Software tab.
To remove the software, either use your system package manager or run command:
Improvements on the Blu-ray support, notably for menus
Improve MP4 support
Improvements for HDR support on Windows, including for HLG streams
Improve Chromecast support with new ChromeCast apps
Fixes for UPnP discovery on MacBooks with a TouchBar
Fixes for some 10bit and 12bit rendering on Windows 10
And numerous security fixes.
How to Install VLC 3.0.7 in Ubuntu:
The official VLC 3.0.7 snap package (containerised software package) is available in Ubuntu Software for Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and higher.
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and make sure snapd daemon is installed.
sudo apt-get install snapd
Then install VLC 3.0.7 snap package via command:
sudo snap install vlc --classic
Once installed, open VLC from your system application launcher and enjoy!
(Optional) To remove the snap package, either use Ubuntu Software or run command in terminal:
sudo snap remove vlc
VLC 3.0.7 PPA:
For those who are looking for traditional VLC .deb package, the unofficial PPA contains the latest VLC 3.0.7 packages for Ubuntu 16.04 and Ubuntu 18.04.
KXStitch, KDE software to create cross stitch pattern and chart, released version 2.2.0. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.
KXStitch is a program that lets you create cross stitch patterns and charts. Patterns can be created from scratch on a user defined size of grid, which can be enlarged or reduced in size as your pattern progresses. Alternatively you can import images from many graphics file formats which will allow you to reduce the number of colors and to restrict the conversion to full stitches or optionally use fractional stitches. You may also use images as backgrounds allowing you to trace over them. These imported images can then be modified using the supplied tools to produce your final design.
KXStitch 2.2.0 was released silently. No release note, no changelog. According to the project commits, it’s a bug-fix release with fixes for Qt 5.11 compile issue, importing images for V6 of ImageMagick, and many other issues.
How to Install KXStitch 2.2.0 in Ubuntu:
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command:
This quick tutorial shows how to share a folder in Virtualbox Ubuntu host and get access within Windows virtual machine.
One of the top things after installed a virtual machine via VirtualBox is how to transfer files between host OS and guest OS. And this can be done via Shared Folder feature.
1. In Virtualbox (6.0.8 in the case), open Settings of the Windows Guest OS. Then do:
Navigate to Shared Folders in left pane.
Click ‘Adds new shared folder’ button in the right.
In next pop-up dialog do:
Folder Path, choose a folder in the Host OS to share with.
Folder Name, auto generated after chosen folder.
Enable ‘Auto-mount‘.
Enable ‘Read-only’ if you DON’T want to add/edit the folder files in Guest.
Mount point:, leave it empty.
2. Boot up the Guest OS (Windows 7 in the case), and then go to menu Devices -> Insert Guest Additions CD image.
If you don’t see the Guest window menu, press right-Ctrl + C on keyboard.
3. Open Computer, you’ll see CD Driver marked as ‘VirtualBox Guest’.
4. Go to the CD Driver and click install the exe file to bring up guest addition install wizard.
5. Follow the install wizard until done.
6. Finally reboot the Windows guest OS, and shared folder should be there in ‘Computer’