Free scorewriter MuseScore 3.2 was released a day ago with dozens of bug-fixes as well as some improvements to user interface.
MuseScore 3.2 release highlights:
Default to dark theme on macOS Dark Mode
Sticking (the process of assigning certain notes to either our left or right hand) as a new command
A few improvements to user interface.
Fixed exporting parts from a score didn’t produce correct MIDI, MP3, WAV, OGG, and FLAC files
Fixed that tuplets and articulations were laid out incorrectly
And many other fixes, see the relese note for details.
Download / Install MuseScore in Ubuntu:
MuseScore has a stable PPA for Ubuntu 18.04 and higher, though it’s falling behind with version 3.0.5.
There’s non-install single executable Appimage available to download at the link below:
Right-click the Appimage, go to Properties -> Permissions -> tick the box says ‘Allow executing file as program’, finally run it to launch MuseScore 3.2:
Add Razer headphone devices support for Razer Chroma
And various other changes.
How to Install Vivaldi 2.6 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_2.6*.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:
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:
Introduce a memory wiping feature to reduce the risk of secrets.
Prevent infinite save loop when location is unavailable.
Fix opening URL’s with non-http schemes.
Fix data loss due to not reading all database attachments if duplicates exist
Update group in preview widget when focused
Remove non-functional apply button in application settings
Linux Snap package fixes and improvements.
And fixes to Mac OS, web browser, and others
How to Install KeePassXC in Ubuntu via Snap:
The official snap package (runs in sandbox and auto-updates itself) is available in Ubuntu Software for Ubuntu 18.04 and higher, though it’s not updated to v2.4.2 at the moment.
For Ubuntu 16.04, run command to install snapd daemon first:
sudo apt-get install snapd
Then install the snap package via command:
sudo snap install keepassxc
How to Install KeePassXC in Ubuntu via PPA:
For those who don’t prefer snap packages, the official KeePassXC PPA contains the most recent .deb packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, and Ubuntu 19.04.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:phoerious/keepassxc
Type user password (no asterisk feedback due to security reason) 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: