Archives For jimingkui

Qmmp Qt-based multimedia player

Qmmp, an Qt based and winamp or xmms like audio player, has reached the 1.1.10 (and 0.10.10 for Qt4) release last night.

Changes in Qmmp 1.1.10 & 0.10.10 include:

  • added feature to download playlist from https
  • increased DirectSound buffer size
  • decreased waiting time in the WASAPI plugin
  • improved plugin list in the settings dialog
  • fixed regression in the ‘jump to track’ dialog
  • fixed possible segmentation fault
  • fixed seeking in the ffmpeg plugin
  • fixed null pointer dereference in the mpeg plugin
  • fixed gcc warnings
  • fixed dithering settings
  • fixed 24 bits support in the WASAPI plugin
  • fixed segmentation fault on Ogg FLAC streams
  • fixed XPM skins support
  • fixed Qt 5.9 support in the global hotkey plugin (1.1.10 only)
  • updated translations.

Qmmp 1.10.0

How to Install Qmmp 1.1.10 (or 0.10.10) in Ubuntu:

Qmmp has an PPA repository that offers the latest packages for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and their derivatives.

1. Open terminal via Ctrl+Alt+T or from app launcher, and then run command to add the PPA:

sudo add-apt-repository ppa:forkotov02/ppa

2. Then update and install Qmmp and its plugins:

sudo apt-get update

sudo apt-get install qmmp qmmp-plugin-pack

The commands install Qmmp 1.1.10 (Qt5 version) in Ubuntu 16.04 & higher, and Qmmp 0.10.10 (Qt4 version) in Ubuntu 14.04 & Ubuntu 12.04.

For Ubuntu 16.04 and higher users who want to install Qmmp 0.10.10 (Qt4 version), run following commands instead:

sudo apt-get update 

sudo apt-get install qmmp-qt4 qmmp-plugin-pack-qt4

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-plugin-pack

Linux Kernel

The third point release of Ubuntu 16.04 LTS Xenial Xerus, Ubuntu 16.04.3, was released 1 day ago with Linux Kernel 4.10 and new graphic stack from Ubuntu 17.04.

The Ubuntu team is pleased to announce the release of Ubuntu 16.04.3 LTS (Long-Term Support) for its Desktop, Server, and Cloud products, as well as other flavours of Ubuntu with long-term support.

Like previous LTS series’, 16.04.3 includes hardware enablement stacks for use on newer hardware. This support is offered on all architectures except for 32-bit powerpc, and is installed by default when using one of the desktop images. Ubuntu Server defaults to installing the GA kernel, however you may select the HWE kernel from the installer bootloader.

As usual, this point release includes many updates, and updated installation media has been provided so that fewer updates will need to be downloaded after installation. These include security updates and corrections for other high-impact bugs, with a focus on maintaining stability and compatibility with Ubuntu 16.04 LTS.

Install all system updates via either Software Updater or apt command will bring you to the latest Ubuntu 16.04.3 from an old point release, though it does not install the new Kernel and graphics stacks.

To install new hardware enablement stacks from Ubuntu 17.04

Open terminal via Ctrl+Alt+T or by searching for “Terminal” from app launcher. When it opens, run command:

sudo apt-get install --install-recommends xserver-xorg-hwe-16.04

Input your password (no visual feedback while typing) when it asks and hit Enter.

install hwe stack

After installation, restart your computer and check out the new Kernel and graphics stacks.

How to Remove the new graphics stack:

1. For any reason you remove the new hardware stacks by running command:

sudo apt remove xserver-xorg-core-hwe-16.04 xserver-xorg-input-all-hwe-16.04 linux-generic-hwe-16.04 xserver-xorg-video-all-hwe-16.04 xserver-xorg-legacy-hwe-16.04

The command also removes the ubuntu-desktop package. Don’t worry, the following commands will install it back.

2. Install the original X server back via command:

sudo apt install xserver-xorg-core

sudo apt install xorg ubuntu-desktop

To remove the Linux 4.10 Kernel, reboot with old kernel entry from Grub Advanced menu, and see this how to tutorial.

Pragha, a lightweight music player for Linux, has reached the 1.3.90 release earlier today. It’s marked as the first beta release for the next major 1.4 release.

What’s New in Pragha 1.4 beta:

  • New Ampache plugin.
  • Uses a new concept of ‘provider’ that allows show music from multiple
  • collections independently.
  • New standard widget to display progress of long tasks.
  • Allow apply a custom css.
  • Register session in GtkApplication now compatible with xfce 4.14
  • Misc fixes to Gtk 3.20 and GCC 6.0.
  • Various other changes, bug-fixes, and translation updates.
  • See the release note for more details.

How to Install Pragha 1.4 Beta in Ubuntu:

While the project page provides only source tarball, you can easily install Pragha via an unofficial PPA for Ubuntu 16.04, Ubuntu 17.04, and Ubuntu 17.10.

1. Open terminal via Ctrl+Alt+T or from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/pragha

Input your password (no visual feedback while typing due to security reason) and hit Enter.

2. Then install the music player either via Synaptic Package Manager or by running commands:

sudo apt-get update

sudo apt-get install pragha

Remove Pragha:

To remove the music player, either use Synaptic Package Manager or by running command:

sudo apt-get remove --autoremove pragha

And you can remove the PPA via Software & Updates utility under ‘Other Software’ tab.

VidCutter, a simple and fast video cutter and joiner software, has reached the 4.0 release earlier today.

VidCutter 4.0 features:

  • OpenGL-callback rendering
  • full macOS support back
  • big improvements on the old graphics hardware.
  • much better stability and quality playback
  • improved thumbnailed timeline w/ larger previews
  • loads of fixes and see more here.

How to Install VidCutter 4.0 in Ubuntu:

The developer’s PPA contains the latest packages for Ubuntu 16.04, Ubuntu 17.04, and their derivatives.

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

sudo add-apt-repository ppa:ozmartian/apps

Type in your password (no visual feedback while typing due to security reason) when it asks and hit Enter.

2. Then update and install the app via commands:

sudo apt-get update

sudo apt-get install vidcutter
VidCutter 4.0 does not launch in my Ubuntu 16.04. A workaround is to upgrade PyOpenGL by running command:

sudo apt install python-pip && pip3 install --upgrade PyOpenGL

Remove VidCutter:

To remove the software, run command in terminal:

sudo apt-get remove --autoremove vidcutter

And remove the PPA via Software & Updates utility under ‘Other Software’ tab.

JetBrains’ IntelliJ IDEA Java ide has reached the 2017.2.1 release a few hours ago with lots of bug-fixes and some performance updates.

IntelliJ IDEA 2017.2.1 is the first bug-fix release for the 2017.2 series that fixes:

  • Performance issue while typing
  • 100% of one core CPU usage issue
  • Version 2017.2 can’t load project with character “|” in its name
  • Java 9 compilation fails with error
  • Add feature: showing comments in Database tree
  • Various fixes to Docker, Java. Inspections, Spring, JavaScript, JavaScript. Frameworks, JavaScript. Inspections
  • Some new features and many other fixes, see release note for details.

IntelliJ IDEA 2017.2 splash

How to Install IntelliJ IDEA 2017.2.1 in Ubuntu:

The official Linux packages are available for download at the link below:

IntelliJ IDEA Linux Download

Grab the package, extract, and run the executable to launch the IDE. You may manually create an application shortcut to be able to start it from app launcher.

For Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, you can also use the installer script to download the IDE from JetBrains’ web server, install it to /opt/, and automatically create an app shortcut for it.

installer script (.deb) for IntelliJ IDEA Community | IntelliJ IDEA Ultimate

Install the script via dpkg command:

sudo dpkg -i ~/Downloads/intellij-idea-*_2017.2.1-1_all.deb

Alternatively, simply open terminal (Ctrl+Alt+T) and run following commands one by one to add the PPA and install the script:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install intellij-idea-community

replace intellij-idea-community with intellij-idea-ultimate in the last command to install the ultimate edition.

Uninstall:

To remove the Java IDE, simply run command in terminal:

sudo apt-get remove --autoremove intellij-idea-community intellij-idea-ultimate

And remove the PPA via Software & Updates utility under Other Software tab.

The open source Selene media converter got a new release a few days ago with enhancements, translation updates, and updated installers.

Selene is an audio/video converter for Linux that supports almost every file format that you are likely to come across and can encode them to popular output formats like MKV, MP4, etc. It aims to provide a simple GUI for converting files to popular formats along with powerful command-line options for automated/unattended encoding.

Selene 17.7 features:

  • Added support for OPUS in WEBM, MKV and OGG containers
  • Added audio tag support for Fraunhoffer AAC encoding
  • Use VLC for playing media instead of internal player
  • MediaPlayer: Center screen and show file name in header bar
  • Updated installers and translations.

How to Install Selene 17.7 in Ubuntu:

The project offers the .deb and .run installers in its release page.

To upgrade the software easily via system Software Updater utility, you can install Selene from the developer’s PPA repository:

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

sudo add-apt-repository ppa:teejee2008/ppa

Type in your password (no visual feedback while typing due to security reason) when prompts and hit Enter. Supports for Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10

2. To install the media encoder for first time, run commands to check updates and install it:

sudo apt update

sudo apt install selene

To upgrade it from an existing release, simply launch Software Updater and install the updates.

Uninstall:

To remove selene media converter, run command in terminal:

sudo apt remove --autoremove selene

And remove the PPA repository via Software & Udpates utility under Other Software tab.

The second alpha release of Ubuntu 17.10 Artful Aardvark now is available for download. Ubuntu 17.10 Alpha 2 features images for Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu Kylin, and Ubuntu MATE.

Ubuntu 17.10 is still based on Kernel 4.11, which is used in Ubuntu 17.04, however there are a lot of internal updates, such as Python 3 support as default, GNOME’s GDM as default login manager instead of LightDM, and hardware-accelerated video playback.

Download Ubuntu 17.10:

NOTE the pre-release images are not recommended for anyone who need a stable system. However, they are recommended for developers or users who want to test by finding, reporting, and/or fixing bugs, or people want to see how the current snapshot of Ubuntu 17.10 will look and behave.

LUbuntu 17.10: cdimage.ubuntu.com/lubuntu/releases/artful/

KUbuntu 17.10: cdimage.ubuntu.com/kubuntu/releases/artful/

Ubuntu Kylin 17.10: cdimage.ubuntu.com/ubuntukylin/releases/artful/

Ubuntu Budgie 17.10: cdimage.ubuntu.com/ubuntu-budgie/releases/artful/

Ubuntu MATE 17.10: cdimage.ubuntu.com/ubuntu-mate/releases/artful/

Future releases of Ubuntu 17.10:

August 31st Beta 1 (for opt-in flavors)
September 28th Final Beta
October 19th Final Release

0 A.D. PPA

The twenty-second alpha version of the free and open-source real-time strategy game of ancient warfare, 0 A.D. Alpha 22 “Venustas”, was released a few hours ago.

New Features in 0 A.D. alpha 22:

  • Remake of many models, animations and textures, two new music tracks
  • Configuration-free Multiplayer Hosting
  • Capture the Relic Gamemode
  • Aura and Heal Range Visualization
  • Twelve new maps, including scripted enemies, rising water and a tutorial
  • Espionage Technology, Team Bonuses and Hero Auras
  • Petra AI Diplomacy and Attack Strategies
  • Summary Screen Graphs
  • Cinema Path Editing
  • Buddy System
  • A complete list of changes can be found here.

How to Install 0 A.D. alpha 22 in Ubuntu:

The Wildfire Games team is currently building (and testing) the PPA packages. It will be soon available in the official PPA for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.

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

sudo add-apt-repository ppa:wfg/0ad

Type your password (no visual feedback while typing due to security reason) when prompts and hit Enter.

2. Then upgrade the game from an existing release via Software Updater:

upgrade 0 A.D.

Or simply run commands to update and install the game:

sudo apt-get update

sudo apt-get install 0ad 0ad-data

Uninstall:

Purge the PPA via the following command will remove the PPA as well as downgrade 0 A.D. to its stock version in your Ubuntu:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:wfg/0ad

If you still want to remove the game, either use your system package manager or run command:

sudo apt-get remove --autoremove 0ad 0ad-data

RPCS3 emulator

RPCS3, an open source Sony PlayStation 3 emulator and debugger, now provides Appimage to make it easy to run in all Linux distributions.

RPCS3 is written in C++ for Windows and Linux. It currently supports modern Vulkan, Direct3D 12 and OpenGL graphic APIs. These are currently 2396 compatible games that have been tested with the emulator, though only about 20 of those games were tested on Linux by the developers.

catherine3

RPCS3 now available for Linux through Appimage with limitation:

  • Input on Linux is supported via the keyboard and the DualShock 4.
  • RPCS3 works fine with XWayland but perhaps not optimal for everyone.

Download RPCS3 Appimage

Once you got it, make executable from file Properties dialog, and right-click run it to launch the game emulator:

Don’t see the ‘Run’ option? Go to menu Edit -> Preferences. On behavior tab, choose “Run executable text files when they are opened”.

HP Linux Imaging and Printing

HPLIP, free and open-source HP developed Linux drivers for HP printers, has reached the 3.17.7 release with some new printers supported.

New supported printers in HPLIP 3.17.7:

  • HP DeskJet Ink Advantage 2635 All-in-One
  • HP DeskJet Ink Advantage 2636 All-in-One
  • HP DeskJet Ink Advantage 2675 All-in-One
  • HP DeskJet Ink Advantage 2676 All-in-One
  • HP DeskJet Ink Advantage 2677 All-in-One
  • HP DeskJet Ink Advantage 2678 All-in-One
  • HP DeskJet 2620 All-in-One
  • HP DeskJet 2621 All-in-One
  • HP DeskJet 2622 All-in-One
  • HP DeskJet 2623 All-in-One
  • HP DeskJet Ink Advantage 2200 All-in-One
  • HP DeskJet 3722 All-in-One
  • HP DeskJet Ink Advanatge 3789 All-in-One
  • HP DeskJet Ink Advanatge 3790 All-in-One

How to Install HPLIP 3.17.7 in Ubuntu:

The official .run installer is available for download at the link below:

Download HPLIP (.run file)

After downloaded the .run installer, open terminal via Ctrl+Alt+T or by searching for “Terminal” from app launcher. When it opens, run command to install it:

cd ~/Downloads/ && chmod +x hplip-3.17.7.run && ./hplip-3.17.7.run

Follow the terminal prompts to build HPLIP and setup your devices.