Add “Mute other Tabs” option in any background tab right-click menu.
Ability to create a desktop shortcut to access User Profiles quicker
Add a new option for the Flash player plugin (Settings > Webpages > Plugins)
Informative Status Bar at the bottom of the window.
Improved stability for mac OS.
And various other changes.
How to Install Vivaldi 2.7 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.7*.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:
hymt decoder, ARBC decoder, agm decoder, lscr decoder, VP4 video decoder, hcom demuxer and decoder
PCM-DVD encoder
GIF parser
removed libndi-newtek
libaribb24 based ARIB STD-B24 caption support (profiles A and C)
Support decoding of HEVC 4:4:4 content in vdpau, nvdec and cuviddec
AV1 decoding support through libdav1d
mov muxer writes tracks with unspecified language instead of English by default
added support for using clang to compile CUDA kernels
How to Install FFmpeg 4.2 in Ubuntu:
The unofficial PPA has built the packages for Ubuntu 18.04 and its 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:
sudo add-apt-repository ppa:savoury1/ffmpeg4
Type user password (no asterisk feedback) when it prompts and hit Enter.
2. Two more PPAs are required for the dependencies. Run following commands one by one in terminal:
sudo add-apt-repository ppa:savoury1/graphics
sudo add-apt-repository ppa:savoury1/multimedia
3. You can then upgrade FFmpeg libraries via Software Updater (Update Manager):
Or run commands in terminal:
sudo apt-get update
sudo apt-get install ffmpeg
Once installed, you may check the software version via command ffmpeg -v
How to Restore:
The two dependencies PPAs contain many other application packages, you may remove them either via Software & Updates -> Other Software or by running command:
Commands are moved to a separate configuration file “copyq-commands.ini”.
Horizontal tabs in the configuration dialog were replaced with a list of sections so it’s possible to view all of the sections even in a smaller window.
New option hide_main_window_in_task_bar can be set using copyq config hide_main_window_in_task_bar true.
New logs() script function prints application logs.
New clipboardFormatsToSave() script function allows to override clipboard
formats to save.
Some hidden options can be modified using config() script function.
Font sizes in items and editor are limited to prevent application freeze.
Application icons are cached so as to avoid creating icons for the snip
animation again.
And various bug-fixes.
How to Install Copyq 3.9.1 in Ubuntu:
The official PPA repository has made the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, and Linux Mint 18.x, 19.x.
1. To add the PPA, open terminal (Ctrl+Alt+T) from application menu and run command:
sudo add-apt-repository ppa:hluk/copyq
Type user password (no asterisk feedback due to security reason) when it prompts and hit Enter to continue.
2. After added the PPA repository, install CopyQ either via Synaptic package manager or by running commands in terminal:
sudo apt-get update
sudo apt-get install copyq
Once installed, start the clipboard manager from application menu and you’ll see the icon in system tray area.
Uninstall:
To remove the software, either use Synaptic package manager or run command:
sudo apt-get remove --autoremove copyq
To remove PPA repositories, launch Software & Updates and navigate to Other Software tab.
Mesa 3D graphics library 19.1.4, which was released a week ago, now is made into PPA for Ubuntu 18.04, and Ubuntu 19.04.
For those sticking to the open-source RadeonSI / RADV / Intel / Nouveau drivers, Mesa 19.1.4 is the latest stable release with following release highlights:
Vulkan 24/48 bit formats are now not supported on Ivybridge.
R8G8B8_UNORM_SRGB is not supported on Haswell.
A fix for hair artifacts in Max Payne 3 on AMD/RADV.
Vulkan transform feedback extension is disabled on Intel gen7.
Canonical’s Timo Aaltonen has made Mesa 19.1.4 package into “Ubuntu-X” team PPA, available to install in Ubuntu 18.04 and Ubuntu 19.04.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from application menu. When it opens, run command:
sudo add-apt-repository ppa:ubuntu-x-swat/updates
Type user password (no asterisk feedback) when it prompts and hit Enter to continue.
2. After adding the PPA, do system update via command:
sudo apt-get dist-upgrade
apt-get update is not required any more in Ubuntu 18.04 since adding PPA automatically refreshes system package cache.
3. Finally check your driver version via command:
glxinfo | grep "OpenGL version"
Uninstall:
To restore changes and downgrade to the default drives shipped in Ubuntu 18.04, run command:
Redact documents to remove/hide sensitive information
New ‘Tip-Of-The-Day’ dialog on startup
Although LibreOffice offers the latest snap package (runs in sandbox) in Ubuntu Software utility, you can choose upgrade the pre-installed LibreOffice package using the Fresh PPA.
1. Open terminal either via Ctrl+Alt+T keyboard shortcuts, or by searching for “terminal” from application launcher. When it opens, run command to add the LibreOffice PPA:
sudo add-apt-repository ppa:libreoffice/ppa
Type user password (no asterisk feedback while typing) when it prompts, and read terminal output for PPA description and hit Enter to continue.
2. Then you’ll see the upgrade available in Software Updater after checking for updates.
Or run commands in terminal to install LibreOffice:
sudo apt update
sudo apt install libreoffice
For Ubuntu 18.04 and higher, you can skip sudo apt update as it’s done while adding PPA.
Uninstall:
You can restore to stock version of LibreOffice in Ubuntu main archive by running command in terminal:
After 4 years and 5 months of development, Xfce 4.14 was finally released today. Xfce 4.14 sees all core components ported to Gtk3 and GDBus, most components received GObject Introspection support.
Xfce 4.14 release highlights:
Window manager xfwm4 now supports Vsync
Improved GLX support with NVIDIA proprietary source drivers
better HiDPI support, and support for XInput2
The desktop and panel support for RandR’s primary monitor feature
per-panel “icon-size” setting, new default clock format and clock format evaluator
save and (automatically) restore complete multi-display configurations
support RandR display scaling (configured via Xfconf).
added a switch user button in the logout dialog
Thunar now supports for larger thumbnails, and a “folder.jpg” file altering the folder’s icon.