Other than universal Linux Flatpak package, the latest Pithos Pandora Client 1.4.1 now is available as native .deb package via PPA repository for Ubuntu 18.04 LTS.
Pithos is a native Pandora Radio client for Linux, which is much more lightweight than the Pandora.com web client, and integrates with desktop features such as media keys, notifications, and the sound menu.
1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from app launcher. When it opens, run command:
sudo add-apt-repository ppa:jonathonf/pithos
Type your user password when it prompts and hit Enter to continue.
2. Then install Pithos 1.4.1 in Ubuntu 18.04 via command:
sudo apt install pithos
For those don’t want to add the PPA, grab the .deb package from PPA package page.
Uninstall:
To remove the software, simply run command in terminal:
sudo apt remove --autoremove pithos
To remove the PPA repository, go to Software & Updates -> Other Software.
Speed Dreams, open source motorsport simulation and racing game, now can be installed in Ubuntu 18.04, Ubuntu 18.10, and also Ubuntu 16.04 easily via Flatpak package.
Speed Dreams is a fork of the open racing car simulator Torcs, aiming to implement exciting new features, cars, tracks and AI opponents to make a more enjoyable game for the player, as well as constantly improving visual and physics realism.
The official Speed Dreams PPA was abandoned for years. Thanks to Flatpak (containerized software package), now you can install the game in Ubuntu via following steps.
1. Open terminal (Ctrl+Alt+T), run command to install Flatpak framework if not exist (For Ubuntu 16.04, add the PPA first):
PPSSPP Sony PSP emulator 1.7 was released a few days ago with a large number of compatibility and bugfixes. Here’s how to install it in Ubuntu 18.04, Ubuntu 18.10, Ubuntu 16.04, and Ubuntu 14.04.
Fix for insta-crash on Galaxy Note 9, some Xiaomi devices, and the new nVidia Shield
Vertex range culling on most platforms, fixes DTM: Race Driver and similar
Major speed boost in some Gundam and Earth Defense Force games
Fix for issues with post processing shaders in GL 3+
Fixes to sound output switching on Windows (WASAPI)
Detects DirectInput devices when running
Simple Discord integration
New debugging APIs
Task switching made a lot more robust (fixes GPD XD problems)
Texture decoding optimizations
Tons and tons of miscellaneous bugfixes and compatibility fixes
How to Install PPSSPP 1.7 in Ubuntu:
Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, do following steps one by one to install PPSSPP in all current Ubuntu releases.
1. Copy and paste the command and hit run to add the PPA:
sudo add-apt-repository ppa:ppsspp/stable
Type your user password (no asterisks feedback) when it prompts and hit Enter to continue.
2. Then refresh system package cache and install the latest PPSSPP via commands:
sudo apt-get update
sudo apt-get install ppsspp
Replace ppsspp with ppsspp-sdl in the code for the SDL version.
Uninstall:
To remove the PPA, either go to Software & Updates -> Other Software or run command:
For those looking for Canon IJ or ScanGear MP drivers, there are now .deb packages for Ubuntu 18.04, Ubuntu 18.10, and also Ubuntu 16.04 via PPA.
Thierry Ordissimo made the official drivers of Canon printers and multifunction devices, included versions 2.20 and newer, into PPA. There’s also sane backend for some scanners.
3. Depends on your device, search for cnijfilter (for printing) or scangearmp (for scanning) in Synaptic package manager (install it via Ubuntu Software).
And finally select install the driver that is match for your device. And it’s OK to install i386 only package on 64-bit Ubuntu.
This simply tutorial shows how to add a ‘Show Desktop‘ icon into the left dock panel in Ubuntu 21.10, Ubuntu 20.04, or Ubuntu 18.04 with default GNOME desktop.
The ‘Show Desktop‘ button was dropped since Ubuntu switched to Gnome 3 Desktop. For those using desktop app shortcuts, it’s useful to have a button to toggle display blank desktop quickly. And to add it back, you can manually create shortcut icon to do the trick and add it to panel (dock).
As you may know, the keyboard shortcuts Ctrl+Alt+d or Super+d do the function hide or show all opened app windows. And following steps will create a ‘show desktop’ shortcut icon simulates the keyboard press (Super+d) via the xdotool tool.
1. Install xdotool:
Xdotool is a command-line X11 automation tool, that allows to simulate keyboard input and mouse activity, move and resize windows, etc.
To install it, open terminal either by pressing Ctrl+Alt+T key combination on keyboard, or by searching from the activities overview screen. When terminal opens, paste the command below into it and hit run:
sudo apt-get install xdotool
Type your user password (no asterisk feedback) when it prompts and answer y to confirm.
2. Create a shortcut icon for Show Desktop:
Most Linux distributions identify app shortcut icons via .desktop file under “/usr/share/applications” for global or ‘.local/share/applications’ for local user only.
To create an app shortcut in the case, run command in terminal:
After created the shortcut, either press Windows (or Super) key on keyboard or click upper-left corner ‘Activities’ to bring up the overview screen.
Then search for ‘Show Desktop’ (without quotes), right-click on the result icon and select ‘Add to Favorites’.
Finally, you’ll see the ‘Show Desktop’ icon on the dock panel. As mentioned, it works only on Xorg session. For Ubuntu 21.04 and higher, you may need to choose ‘Ubuntu on Xorg‘ from the login screen via the gear button.
In addition, after installed the .deb package, you can enable Vivaldi apt repository (Softare & Updates -> Other Software) to receive future updates through Software Updater:
Linux Kernel 4.19 LTS (Long Term Support) was released yesterday. Instead of Linus, Greg KH announced the new 4.19 release and wrote lots of words:
While it was not the largest kernel release every by number of commits, it was larger than the last 3 releases, which is a non-trivial thing to do. After the original -rc1 bumps, things settled down on the code side and it looks like stuff came nicely together to make a solid kernel for everyone to use for a while. And given that this is going to be one of the “Long Term” kernels I end up maintaining for a few years, that’s good news for everyone.
A small trickle of good bugfixes came in this week, showing that waiting an extra week was a wise choice. However odds are that linux-next is just bursting so the next -rc1 merge window is going to be bigger than “normal”, if there is such a thing as “normal” for our rate of development.
And speaking of development, there’s that other thing that happened this release cycle, that ended up making it such that I’m the one writing this instead of Linus. Allow me the guilty pleasure of taking a few minutes to talk about that….
…
What’s New in Kernel 4.19 (via omgubuntu.co.uk):
An alternate mode driver for USB Type-C/DisplayPort Type-C support
Better support for Intel’s Low Power Subsystem (LPSS)
Support for Qualcomm Adreno 600 series hardware
Initial support for Intel Icelake graphics
Armada atomic mode-setting
Ongoing DRM improvements
x86 KVM improvements
In-kernel GPS subsystem
General touchscreen improvements
Initial support for the 802.11ax WLAN
Various Filesystem improvements
Obligatory Linux power management tweaks
Continued Y2038 prep
How to Install Linux Kernel 4.19 in Ubuntu:
There are a few third-party tools, e.g., UKTools and Ukuu, make it easy to install the latest Kernel in Ubuntu.
You can also manually download the Kernel 4.19 Ubuntu binary packages at:
Depends on your OS type, download and install the packages in turns:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.
Also you can download and install the kernel binaries via terminal commands:
Restart your machine and select boot with the previous kernel in boot menu ‘Grub2 -> Advanced Option for Ubuntu’. Then run command to remove Linux Kernel 4.19.0: