Archives For November 30, 1999

Qmmp Qt-based multimedia player

Qmmp, qt-based audio player with winamp like user interface, released version 1.4.0 last night with lots of changes.

Qmmp 1.4.0 is a big release that features YouTube plugin, sleep mode inhibition plugin, socks5 proxy support, and much more other changes including:

  • add feature to auto-hide empty service menus.
  • add option to disable two passes for equalizer.
  • add fast mute function for most output plugins.
  • add shared CUE parser.
  • added feature to transit between playlists.
  • add SOCKS5 proxy support.
  • added Ogg Opus support in the ReplayGain scanner.
  • improve qsui plugin, ffmpeg plugin, lyrics, cdaudio plugin, m3u support.

How to Install Qmmp 1.4.0 in Ubuntu:

The official Qmmp PPA has made the packages for Ubuntu 20.04, Ubuntu 19.10, Ubuntu 18.04, and Ubuntu 16.04.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

Input your password (no asterisk feedback while typing) and hit Enter to continue.

2. If an old version exists on your system, upgrade Qmmp using Software Updater:

Or run commands to install or upgrade Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

Uninstall:

You can manage the PPA repository via Software & Updates utility, under Other Software tab.

To remove Qmmp music player, either use your system package manager or run command:

sudo apt-get remove --autoremove qmmp qmmp-*

Opera 68 was released today as the new stable version of the popular web browser. The new release features built-in messenger Instagram support.

Opera 68 release highlights:

  • Built-in Instagram support in the left sidebar.
  • Search in open tabs (Ctrl+Space).
  • Improved duplicate tabs highlighter
  • Improved workspaces feature.
  • Display grey padlock or warning sign for secure (https) or insecure pages.

How to Install Opera 68 in Ubuntu:

The Opera team offers snap package (runs in sandbox), available to install in Ubuntu Software:

Also the native Ubuntu .deb package is available for downloading at the link below:

Grab the .deb package, and double-click to install it.

If you installed Opera via the .deb package, you may also add the official apt repository via following steps to receive future software updates.

1. Open terminal (Ctrl+Alt+T) and run command to add the opera repository:

sudo sh -c 'echo "deb http://deb.opera.com/opera-stable/ stable non-free" >> /etc/apt/sources.list.d/opera.list'

2. Get the key:

wget -O - http://deb.opera.com/archive.key | sudo apt-key add -

Finally either install Opera via following command or upgrade the browser via Software Updater:

sudo apt update

sudo apt install opera-stable

Uninstall:

For the Opera snap package, simply remove it from Ubuntu Software.

For the Opera apt repository, launch Software & Updates and navigate to Other Software tab.

To remove traditional opera package, either use your system package manager or run command in terminal:

sudo apt remove --autoremove opera-stable

Free open-source system cleaning tool BleachBit 4.0.0 was released a few days ago. Now it’s running on Python 3 instead of Python 2.

Changes in BleachBit 4.0.0 include:

  • Add cleaner for Discord.
  • Clean more of Google Chrome: IndexDB.
  • Clean more of Firefox: cookies, history.
  • Clean much more of Opera.
  • Clean much more of gPodder.
  • Improve responsiveness of application window while cleaning.
  • Fix cleaning VLC.
  • Support for Python 3.
  • Clean dnf autoremove
  • Other improvements and many bug-fixes.

Install BleachBit 4.0.0 in Ubuntu:

While BleachBit in Ubuntu universe repositories is old. You can download the latest version from the link below:

Grab the .deb for your Ubuntu edition, Ubuntu 20.04 is not supported at the moment, then click install via Ubuntu Software or Gdebi.

The second bug-fix release for Audacious 4.0 was released a day ago. Here’s how to install it in all current Ubuntu releases.

While the first bug-fix release brings KDE Plasma 5.18 compatibility, Audacious audio player 4.0.2 includes mainly bug fixes and tweaks for the Qt interface:

  • Fixed a regression where the Enter key did not work in the playlist.
  • Fixed the seek bar changing width as the time counter increments.
  • Fixed the title bar getting stuck showing “Buffering”.
  • Added a workaround to ensure that the toolbar is not hidden on startup.
  • Fixed the Composer field not being saved when updating ID3v2 tags.

How to Install Audacious 4.0.2 in Ubuntu:

The unofficial PPA contains the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

1. Open terminal by either pressing Ctrl+Alt+T on keyboard or searching for ‘terminal’ from application menu. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Type your password (no asterisk feedback) when it prompts and hit Enter to continue.

2. Then run commands one by one in terminal to install or upgrade the audio player:

sudo apt update

sudo apt install audacious audacious-plugins

Uninstall:

The PPA repository also contains some other applications. You may remove the PPA either by going to Software & Updates utility -> Other Software tab, or by running command in terminal:

sudo add-apt-repository --remove ppa:ubuntuhandbook1/apps

To remove audacious, either use your system package manager or run command:

sudo apt remove --autoremove audacious audacious-plugins

Celluloid, a GTK+ frontend for mpv formerly called Gnome MPV, released version 0.19 a few days ago. Here’s how to install it in Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

Celluloid 0.19 release highlights include:

  • Retain window maximization state across sessions.
  • Retain loop state across sessions.
  • Implement playlist search.
  • Update the list of shortcuts in Keyboard Shortcuts dialog.
  • Deprecate --mpv-options.
  • Add support for configuring dead zone
  • Make window sizing work correctly with HiDPI displays.
  • Translation updates and other changes.

How to Install Celluloid in Ubuntu via PPA:

Celluloid media player is available to install via Flatpak package in Flathub repository.

For those prefer native Ubuntu .deb package, the formerly Gnome MPV PPA now maintains the Celluloid packages for Ubuntu 18.04, Ubuntu 19.10, and Ubuntu 20.04.

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:xuzhen666/gnome-mpv

Type user password (no asterisk feedback) when it prompts and hit Enter to continue.

2.) Then install the MPV frontend via command:

sudo apt install celluloid

For Ubuntu derivatives, you may need to run sudo apt update to refresh package cache first.

Uninstall Celluloid:

To remove the media player, open terminal and run command:

sudo apt remove celluloid

And remove the PPA repository via command:

sudo add-apt-repository --remove ppa:xuzhen666/gnome-mpv

PyCharm IDE 2020.1 was released a day ago as the first major release in 2020. The new version features interactive rebasing, smarter debugging, and JetBrains Mono font.

PyCharm 2020.1 release highlights:

  • Interactive Rebasing: Commits can get messy, which is why you need to be able to rebase your branch. Now, PyCharm allows you to do so visually and with unprecedented ease.
  • Smarter Debugging: PyCharm’s debugger now makes it easy to see what’s happening in the middle of a complex statement. When stepping in, the debugger will ask you exactly what part of the statement you want to investigate further.
  • JetBrains Mono: PyCharm helps you read your code by navigating your project effectively, and now also by presenting your code in a font designed specifically for it.
  • Django Template Imports: PyCharm Professional Edition makes life easy for web developers by offering code completion (and debugging) in Django templates. We’ve made a couple improvements on this front: auto import for custom tags and better completion.

How to Install PyCharm 2020.1 in Ubuntu:

Jetbrains offers official Snap package for Linux desktop, which runs in sandbox and always updated.

For Ubuntu 18.04 and higher, simply open Ubuntu Software, search for and install pycharm packages:

For those prefer native .deb package, keep an eye on the unofficial PPA though it’s not updated at the moment of writing.

GTK+ eBook Reader Foliate 2.0.0 Released!

Last updated: April 8, 2020

Modern new GTK eBook reader Foliate 2.0.0 was released a few days ago with great new features and improvements.

Foliate 2.0.0 features new selection popover, redesigned interface which works better with smaller screen. The headerbar and progress bar now auto-hide.

Other changes include:

  • E-reader style navigation.
  • A new location popover (Ctrl + L).
  • A new traditional menubar, which may be displayed depending on the desktop environment
  • Ability to zoom in and zoom out.
  • Continuous scrolling layout.
  • New built-in themes.
  • Ability to select text across pages.
  • Option to use a traditional titlebar and menubar
  • And much more other changes. See the release note.

How to Install Foliate 2.0.0 in Ubuntu:

The software offers native Ubuntu .deb package available to download at the link below:

Grab the package, then either double-click to install it, or open terminal (Ctrl+Alt+T) and run command:

sudo dpkg -i ~/Downloads/com.github.johnfactotum.foliate_*.deb

Once installed, launch the software from your system application menu and enjoy!

(Optional) To remove the software, simply run command in terminal:

sudo apt remove --auto-remove foliate

Foliate is also available via Flatpak and Snap (both runs in sandbox) which can be directly installed from Ubuntu Software.

Mozilla Firefox 75.0 was released today. Ubuntu security & updates repositories has published the packages for Ubuntu 16.04, Ubuntu 18.04, and Ubuntu 19.10.

Mozilla Firefox 75.0 comes with revamped address bar, which brings clean search experience. On Linux, the behavior when clicking on the Address Bar and the Search Bar changes: a single click selects all without primary selection, a double click selects a word, and a triple click selects all with primary selection.

The new release also brings official Flatpak support, improves HTTPS compatibility, and various security fixes. See release note for details.

Install Firefox 75 in Ubuntu:

For all current Ubuntu releases and derivatives, Firefox 75.0 has been made into the security & updates repositories.

Simply launch Software Updater (Update manager) and install available package updates.

For Ubuntu 20.04, Firefox 75.0 package now is available as pre-release updates for testing. It will go stable soon.

The Beta release of Ubuntu 20.04 LTS is now available to download, and/or upgrade from an old Ubuntu edition.

Ubuntu 20.04 is a Long Term Support release with 5-year support. It’s scheduled to be officially released on April 23rd.

The new LTS features:

  • Linux 5.4 Kernel.
  • Gnome 3.36.
  • New dark mode setting.
  • Show computer’s vendor logo on startup.
  • WireGuard Support out of the box.
  • And WiFi (RTL8723DE) works out of the box in my HP laptop

Download / Upgrade to Ubuntu 20.04:

The 64-bit desktop and sever images are available to download at the link below:

Though I would recommend to do a fresh install of the new LTS, you can now upgrade to Ubuntu 20.04 beta (then upgrade to final from beta) directly from Ubuntu 18.04 and or Ubuntu 19.10.

1.) First make backup of all your important data.

2.) Disable all third-party PPAs (Software & Updates -> Other Software)

3.) open terminal (Ctrl+Alt+T) and run command to install system updates.

sudo apt update

sudo apt upgrade

You may need to restart to apply the updates.

4.) Finally run command and click “Upgrade” to get started.

sudo update-manager -d

If you’re running on Ubuntu server without an UI, run sudo do-release-upgrade -d instead.

QQ for Linux, the popular instant messaging apps developed by Tencent, released the second Beta on April Fools’ Day.

The development of QQ on Linux is quite slow. It has been 5 months since the last release. QQ for Linux 2.0 Beta 2 features:

  • Stability improvements.
  • Group chat support.

The new beta now is much more stable than the first release, though it so far only supports for sending texts, emoji, files, and taking screenshots.

If you’re looking for QQ Linux package with full (or most) functionality, I’d recommend Deepin Wine QQ, or community build QQ Flatpak package.

For testing purpose, you may download QQ for Linux (64-bit) at the link below:

Simply double-click the package to install it via Ubuntu Software and enjoy!

(Optional) To remove the IM, simply open terminal (Ctrl+Alt+T) and run command:

sudo apt remove linuxqq