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:
This quick tutorial shows how to install PulseEffects, audio effects software (e.g., limiter, compressor, equalizer.), in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and Ubuntu 19.10.
Ubuntu uses both ALSA and Pulseaudio for controlling sound input and output. ALSA is the kernel level sound mixer that manages your sound card directly. And Pulseaudio is a software mixer provides further tools on top of ALSA base.
PulseEffects is an open-source audio effects software for PulseAudio applications that support:
How to Install PulseEffects in Ubuntu / Linux Mint:
Following steps will show you how to install PulseEffects via Ubuntu PPA, though it’s also available as flatpak (containerized softare package).
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 tutorial shows beginners how to list and edit all startup applications or services in the Startup Applications utility in Ubuntu 18.04 and higher.
In the default Ubuntu Gnome desktop, there’s a Startup Applications utility allows to add, remove, or edit system startup applications or services.
While most startup apps or services are hidden, it shows only a few applications or even is empty.
1. To display all hidden startup applications or services, simply open terminal (Ctrl+Alt+T) and run command:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop
Type user password when it prompts and hit Enter.
Then restart the utility and you’ll see a large list of applications. You MUST be careful as changing them may break your desktop.
2. And to hide them again, simply run command in terminal:
sudo sed -i 's/NoDisplay=false/NoDisplay=true/g' /etc/xdg/autostart/*.desktop
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:
Pick is a simple open-source color picker application for Ubuntu Linux. It supports history by remembering last colors where you got them from.
Pick lets you pick colours from anywhere on your screen. Choose the colour you want and Pick remembers it, names it, and shows you a screenshot so you can remember where you got it from.
Zoom all the way in to pixels to pick just the right one. Show your colours in your choice of format: rgba() or hex, CSS or Gdk or Qt, whichever you prefer. Copy to the clipboard ready for pasting into code or graphics apps.
For Ubuntu 18.04 and higher, you can easily install the tool from Ubuntu Software as it has been made as snap package.
For Ubuntu 16.04, open terminal (Ctrl+Alt+T) and install snapd first:
sudo apt-get install snapd
Then install the Pick color picker via command:
sudo snap install pick-colour-picker
Once installed, launch the tool from application menu and enjoy.
Qmmp, Qt based audio player, released version 1.3.3 with improvements and bug fixes. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04.
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.