Gamer Geek News

Web Upd8 - Ubuntu / Linux blog

Daily Ubuntu / Linux news and application reviews

Why Oracle Java 7 And 6 Installers No Longer Work

Oracle Java


Because I've received more than 50 emails about this, I though I'd make a post about it, to clear things up for everybody.

While Oracle Java 6 and 7 are not supported for quite a while, they were still available for download on Oracle's website until recently.

However, the binaries were removed about 10 days ago (?), so the Oracle Java (JDK) 6 and 7 installers available in the WebUpd8 Oracle Java PPA no longer work.

Oracle Java 6 and 7 are now only available for those with an Oracle Support account (which is not free), so I can't support this for the PPA packages.

From the Oracle Java downloads page:

"Updates for Java SE 7 released after April 2015, and updates for Java SE 6 released after April 2013 are only available to Oracle Customers through My Oracle Support (requires support login).

Java SE Advanced offers users commercial features, access to critical bug fixes, security fixes, and general maintenance".

It's highly recommended you update to Oracle Java 8. Check out the following articles for how to install Oracle Java 8 in Ubuntu (or Linux Mint and derivatives) or Debian via PPA.

If you have an Oracle Support account and you really need Oracle JDK 6 or 7, you can get the installers from the WebUpd8 PPA to work by downloading the binaries and placing them in the following folder:
... and then install the oracle-java6-installer or oracle-java7-installer package.

Update: if you're looking for Oracle Java 17 (want to install it via PPA), see THIS for more info (it's available in a different PPA).

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 16 September 2021 | 11:46 am

How To Flash Android (Flyme) On Meizu MX4 Ubuntu Edition

Meizu MX4 Ubuntu Edition

This is a quick guide for how to reflash Fyme OS on Meizu MX4 Ubuntu Edition. Flyme is based on Android with some redesign along with extras. It doesn't ship with Google apps, but those are easily installable.

You can flash Flyme 5.1.12G or 6.1.0G (released recently), both based on Android 5.1. To see what's new in Flyme 6, check out THIS page. Using the steps below, you should receive future Flyme OS updates automatically, so there's no need to reflash anything manually for any OS updates.


Flash Android (Flyme) On Meizu MX4 Ubuntu Edition)


Before proceeding, make sure your phone is charged. Also, like with any flashing procedure, this may brick your device, so use these instructions at your own risk! And finally, I should mention that I didn't yet try to perform a reverse procedure (install Ubuntu Touch back) so if you plan on doing this in the future, you'll have to figure out how to do it yourself.

1. What you'll need

1.A. adb and fastboot.

In Ubuntu, adb and fastboot are available in the official repositories. To install them, use the following commands:
sudo apt install adb fastboot

These can also be downloaded from HERE (for Linux, Mac and Windows).

1.B. Flyme firmware (global version).

The Meizu MX4 global firmware is available to download from HERE.

1.C. recovery.img from Flyme OS.

This can be downloaded from HERE or HERE.

Place the firmware along with the recovery image in your home folder.


2. Enable Developer mode on your Meizu MX4 Ubuntu Edition (About phone > Developer mode).


3. You may encounter an error with adb / fastboot not detecting the Meizu MX4 Ubuntu Edition device. To fix this, open the ~/.android/adb_usb.ini file with a text editor (if it doesn't exist, create the ".android" folder in your home directory, and a file called adb_usb.ini inside this folder) and paste the following in this file:
0x2a45
... and save the file.

On Windows, this file is available under C:\Users\<user name>\.android

4. Flash the recovery and Flyme OS

4.A. Connect the Meizu MX4 Ubuntu Edition device to your computer via USB (USB 2.0 is recommended because it looks like there might be issues with USB 3.0), then reboot in bootloader mode and flash the recovery:
adb reboot-bootloader
fastboot flash recovery recovery.img
(or enter the exact path to where you downloaded "recovery.img")


Note that the phone must be unlocked when doing this. Also, the first time you use adb, the phone will ask if you want to allow the connection - make sure you click "Accept"!

In theory, you should be able to reboot to bootloader by holding volume down + power buttons, and into recovery by holding volume up + power, but these didn't work for some reason on my device (I don't remember if only one of them or both), that's why I used commands instead in this article.

4.B. Next, power up the phone and after Ubuntu Touch boots, run the following command to reboot into recovery:
adb reboot recovery

From the recovery screen (which is in Chinese), you need to get to a screen which displays the "adb sideload" command at the bottom. You get to this by selecting the various options in the recovery screen, but unfortunately I forgot which one (and I didn't took a picture). So unfortunately I can't tell you exactly how to get there, but remember that "adb sideload" should be displayed at the bottom when you get to the right option.

Once you get to the screen I mentioned above, run the following command
adb sideload update.zip
(or enter the exact path to where you downloaded "update.zip")

On the next reboot, your Meizu MX4 should run Flyme instead of Ubuntu Touch. Note that the first boot might take a long time!


Quick Flyme OS tips for new users


Meizu MX4 Flyme

And finally, a couple of tips if you're new to Flyme OS.

Meizu MX4 has only 1 button, so to perform a "back" function, instead of using a dedicated button, you'll need to touch the Meizu MX4 button once.

To go to the home screen you'll have to swipe up on the Meizu MX4 button.

To install Google Play Store and other Google apps, you'll need the Meizu Google Apps Installer. This is available in the Meizu store, or you can grab an APK from HERE.


Rooting the device is very easy. You'll need to create a Meizu account and log in to it on the Meizu MX4. Next, go to Settings > Security > Root Permission and agree to the terms. That's it.

References:

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 25 August 2017 | 9:53 am

Audacious 3.9 Released With Qt User Interface Enhancements, More [PPA]

Audacious 3.9 was released recently, bringing much-needed updates to the QT UI, along with various other enhancements.

Audacious 3.9 GTK2 interface
Audacious GTK2 interface

Audacious is a music player available for Linux and Windows, which ships with an extensive list of plugins, along with multiple interfaces: GTK2, GTK3, Qt5 and a Winamp2-like interface. Note that the builds from the main WebUpd8 PPA use the GTK2 and Qt5 interfaces.

As a side note, the GTK2 and GTK3 versions may be dropped in the future, when the Qt5 version is mature enough.

The application is developed with low resource use and high audio quality in mind. It ships with plugins such as global hotkeys, lyrics, MPRIS v2, Scrobbler, Spectrum Analyzer, effects such as Crystalizer, Voice Removal, Crossfade, Extra Stereo, and more. Its Winamp-like interface supports Winamp 2.x wsz skins.

Changes in Audacious 3.9 include:

A complete Audacious 3.9 list of changes can be found HERE.

Here are screenshots with the Audacious 3.9 Winamp2-like and Qt interfaces:

Audacious 3.9 Winamp2 interface


Audacious 3.9 Qt interface


Install the latest Audacious in Ubuntu or Linux Mint via PPA


To install / upgrade to the latest Audacious (version 3.9 at the time I'm writing this article) in Ubuntu 17.10, 17.04, 16.04 or 14.04 / Linux Mint 18.x or 17.x, and derivatives, by using the main WebUpd8 PPA, use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install audacious

As a reminder, Ubuntu 16.10 (Yakkety Yak) has reached end of life, so Launchpad doesn't allow uploading new packages for it in any PPA.

For other Linux distributions and Windows, see the Audacious downloads page.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 22 August 2017 | 10:34 am

Nemo 3.4 Without Cinnamon Dependencies Available In PPA For Ubuntu 17.04 And 16.04

Nemo 3.4 (3.4.7 at the time I'm writing this article) without Cinnamon dependencies and with Unity patches is now available in the WebUpd8 Nemo 3 PPA, for Ubuntu 17.04 and 16.04.

While it comes with some Unity patches, this Nemo version should work with other desktop environments as well, like GNOME (Shell), etc.

Nemo 3.4 file manager

Nemo was forked from the old Nautilus 3.4 (before it lost quite a few features) and is the default file manager of the Cinnamon desktop environment. It includes features that are no longer available in Nautilus, such as dual panes, configurable toolbar and much, much more.

Among the changes in Nemo 3.4 are:

Nemo 3.4 file manager

Note that the new desktop grid mode is set as default. If you want to use the old desktop layout, use Dconf Editor to enable it (go to org > nemo > desktop > use-desktop-grid and set it to false).

You can configure the spacing for the new desktop grid layout. You can do this using Dconf Editor, under org > nemo > desktop > horizontal-grid-adjust (or vertical-grid-adjust).

I also have to mention that if you set the layout to horizontal while using the new desktop grid, this will also affect the old desktop layout if you go back to it. I'm not sure if this is intended or it's a bug. Also, while using the old desktop layout with a horizontal icon orientation, there's a bug - when moving a file when moving a file or folder from one desktop to another, the file/folder continues to show up on the original desktop until that desktop is refreshed (e.g. using Ctrl + r).


Install Nemo 3.4 without Cinnamon dependencies and with Unity patches in Ubuntu 17.04 or 16.04



For how to install the latest Nemo 3.4 in Ubuntu 17.04 and 16.04 (and derivatives), see THIS article (it was initially posted for Nemo 3.2, but the PPA now provides Nemo 3.4).

Important: if you're upgrading from an older Nemo version and you had Nemo set to draw the desktop, you'll have to either logout/login or run "nemo-desktop" manually. This is only required once after updating - that's because the executable used to draw the desktop is now "nemo-desktop" instead of "nemo".

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 11 August 2017 | 1:11 pm

YouTube-DL GUI 0.4 Ships With New User Interface, More [PPA]

After two years since the previous version, a new YouTube-DL GUI (YouTube-DLG) version was made available for download recently. The new 0.4 version ships with a a new user interface, easier format and save path selection and more.

YouTube DL GUI

YouTube-DL GUI is, like its name suggests, a graphical user interface for the powerful command line tool youtube-dl, available for Linux and Windows. In case you're not familiar with youtube-dl, this is a popular tool that allows downloading videos from YouTube and around 1000 other websites.

YouTube-DL GUI features include:

YouTUbe-DL GUI automatically downloads (and updates) the youtube-dl binary so you don't have to worry about having an old youtube-dl that no longer works. By default, the binary is saved under the ~/.config/youtube-dlg directory.

For post-processing, the application uses FFmpeg, so you'll need this installed for some options, like merging DASH files, etc.

Changes in YouTube-DL GUI 0.4:

For more information, see the YouTube-DL GUI changelog.

Using the new YouTube-DL GUI is fairly easy. Simple enter the URL (or multiple URLs) in the "Enter URLs below" box, then click "Add". To start downloading, click the start button (cloud icon in the bottom right hand side corner of the app window).


Install YouTube-DL GUI in Ubuntu or Linux Mint


YouTube-DL GUI is available in the main WebUpd8 PPA, for Ubuntu 17.04 and 16.04 / Linux Mint 18.x. To add the PPA and install the application, use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install youtube-dlg

If you don't want to add the PPA, you can grab the deb from HERE. Important: you'll also need the twodict package (new dependency), which is available HERE.

The latest YouTube-DL GUI doesn't work in Ubuntu 14.04 because it requires wxPython 3 which is not available in the official Trusty repositories. The old version still works though.

For other Linux distributions and Windows, see the YouTube-DL GUI GitHub page.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 11 August 2017 | 9:05 am

Ambient Noise (ANoise) Player Fixed For Ubuntu 16.04 And Newer

Ambient Noise, or ANoise is a simple, lightweight application for playing ambient noises, such as waves, rain, fire, and so on, useful to help you stay focused and boost productivity, or fall asleep.

The application didn't work in Ubuntu 16.04 and newer until recently, when it was updated to GStreamer 1.0 and Python 3, along with some bug fixes.

Ambient Noise Ubuntu

ANoise runs directly in the Ubuntu Sound Menu, without a GUI. From there you can easily play various relaxing sounds such as rain, wind, forest, storm, fire, night, coffee shop, or sea.

Besides the Ubuntu Sound Menu, ANoise also supports the Media Player Indicator extension for GNOME Shell, as well as the Linux Mint (Cinnamon) Sound applet. Although for Linux Mint, note that the ambient noise icon is larger than it should be.

Here's ANoise running in GNOME Shell (with Media Player Indicator extension):

Ambient Noise GNOME Shell

ANoise can also be used on desktop environments without Ubuntu Sound Menu / Media Player Indicator. In such cases, you can install the ANoise GUI:

Ambient Noise GUI

Other ANoise features include:

Note: if the ANoise GUI package is not installed, to open the ANoise preferences you'll need to click on the ANoise entry in the Ubuntu Sound Menu.


Install ANoise in Ubuntu or Linux Mint


To add the Ambient Noise PPA and install the application in Ubuntu or Linux Mint, use the following commands:
sudo add-apt-repository ppa:costales/anoise
sudo apt-get update
sudo apt-get install anoise gir1.2-webkit-3.0 

Note that the default ANoise sounds package is about 100 MiB in size!

Once installed, simply launch "Ambient Noise" from Dash / the menu, and control it from the Ubuntu Sound Menu / Media Player Indicator Extension / Cinnamon Sound applet.

For other desktop environments, you can install the ANoise GUI using the following command:
sudo apt install anoise-gui

For extra sounds, you install the ANoise community extensions, by using the following command:
sudo apt install anoise-community-extension1 anoise-community-extension2 anoise-community-extension3 anoise-community-extension4

Here's what they contain:

For more about Ambient Noise, see its web page.

via Marcos Costales @ G+

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 14 June 2017 | 1:47 pm

Tool To Create Bootable Windows USB Stick From Linux `WinUSB` (Fork) Renamed To `WoeUSB`, Sees New Release

The WinUSB fork we covered a while back was renamed to WoeUSB recently, while also seeing quite a few releases for the past few days.

WoeUSB

WoeUSB / WinUSB is a tool that can be used to create a bootable Windows installer USB stick from an ISO or DVD. The application supports Windows Vista, Windows 7, Windows 8, as well Windows 10, and can be used either with a GUI or from the command line.

As for supported bootmodes, WoeUSB / WinUSB can create a bootable Windows USB installation stick using the following:

Since it was forked from Colin Gille's WinUSB, the application has seen a major code refactoring, bug fixes as well as some minor new features. The changes include:

Some newer WoeUSB changes include:

Also, since the application name has changed, the executables have changed as well: "woeusbgui" for the GUI and "woeusb" for the command line tool.

You can see what's new in each new WoeUSB release (there were 13 new releases for the past 2 days) on GitHub.

Despite the major code refactoring and numerous bug fixes, I still encountered an error using the WoeUSB GUI, which I also found in the original WinUSB. When the Windows USB stick is completed, WoeUSB displayed the following message: "Installation failed ! Exit code: 256". This bug was closed on GitHub and it looks like it doesn't affect the actual Windows USB stick in any way.

In my test, I was able to install Windows 10 64bit in VirtualBox (on an Ubuntu 17.04 host) despite this error.


Install WoeUSB in Ubuntu or Linux Mint via PPA


WoeUSB is available in the main WebUpd8 PPA, for Ubuntu 17.04, 16.10, 16.04 or 14.04 / Linux Mint 18.x or 17.x. To add the PPA and install WoeUSB, use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install woeusb

If you don't want to add the PPA, you can grab the latest WoeUSB deb from HERE (you'll only need the "woeusb" deb; the "winusb" deb is there as a transitional dummy package, so those that had the old fork installed will receive the new WoeUSB package as an update).

For how to build WoeUSB from source, report bugs, etc., see its GitHub page.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 14 June 2017 | 12:23 pm

MATE Dock Applet Sees New Release

MATE Dock Applet is a MATE panel applet that displays open windows / applications as icons. The latest 0.78 version includes 5 new types of indicators, a new option to add space between dock icons, and more.

MATE Dock Applet

Among the MATE Dock Applet features are pinning applications to the dock, display an indicator for running applications, supports activating applications using keyboard shortcuts, and more. The applet can even change the color of MATE panels to the dominant desktop wallpaper color.

Changes in MATE Dock Applet 0.78 include:

Here are a few screenshots with some of these changes:

MATE Dock Applet
window requiring attention showing a badge (image via MATE Dock Applet release notes)

MATE Dock Applet
"0" app spacing

MATE Dock Applet
"7" app spacing

MATE Dock Applet
New "Subway" running window indicator

You can find more screenshots in the MATE Dock Applet 0.78 release notes.


Install MATE Dock Applet


MATE Dock Applet is available in the Ubuntu (MATE) repositories, but it's not the latest version. You can see the version available for each Ubuntu release HERE. To install the version from the official Ubuntu MATE repositories, simply use the following command:
sudo apt install mate-dock-applet

Ubuntu MATE 17.04, 16.10, 16.04 or 14.04 users can install the latest MATE Dock Applet by using the WebUpd8 MATE PPA. Add the PPA and install the applet using the following commands:
sudo add-apt-repository ppa:webupd8team/mate
sudo apt update
sudo apt install mate-dock-applet

Once installed, right click the MATE panel, select "Add to panel" and add the "Dock" applet.

To download the source, report bugs, etc., see the MATE Dock Applet GitHub page.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 6 June 2017 | 10:37 am

Tilix (Previously Terminix) 1.5.8 And Guake 0.8.9 Available In PPA

Tilix (previously called Terminix) and Guake terminal emulators have had new releases recently, and are both available in PPA for Ubuntu / Linux Mint.


Tilix 1.5.8


Tilix

Tilix is a GTK3 terminal emulator. The application allows splitting terminals both horizontally and vertically, which can easily be re-arranged using drag and drop.

Other features include a Quake-like mode (the terminal appears at the top of the screen, and can be toggled on or off with a key), saving and loading groupped terminals, synchronized input and more.

Changes in Tilix 1.5.8 include:

Update: the latest Tilix is now also available for Ubuntu 17.10 (patched to avoid PCRE2 issues).

To install Tilix in Ubuntu 16.04, 16.10, 17.04 and 17.10 / Linux Mint 18.x, you can use the WebUpd8 Tilix PPA. To add the PPA and install Tilix, use the following commands:
sudo add-apt-repository ppa:webupd8team/terminix
sudo apt update
sudo apt install tilix

I didn't link directly to the Tilix deb because you'll need some extra dependencies from the PPA.

For how to install Tilix in other Linux distributions, bug reports, etc., see its webpage.


Guake 0.8.9


Guake terminal

Guake is a drop-down terminal emulator. While a GTK3 version is in development (currently in alpha), the stable Guake version is currently using GTK2.

The application slides down from the top of the key when a key is pressed and slides back up when using the same key. This functionality is inspired from consoles using in games such as Quake.

Quake features multi-monitor support, tabs, transparency, and is higly configurable.

Changes in Guake 0.8.9 include:

Guake 0.8.9 is available in the WebUpd8 Unstable / Backports PPA for Ubuntu 17.04, 16.10, 16.04, and 14.04 / Linux Mint 18.x and 17.x. 

I used this PPA so it's easy to go back to the Guake version available in the official repositories in case you don't like the new version or it's buggy. The packages in this PPA are usually pretty stable, though some unstable packages may be added at times.

To add the PPA and install the latest Guake, use the following commands:
sudo add-apt-repository ppa:webupd8team/unstable
sudo apt update
sudo apt install guake

If you don't want to add the PPA, you can download the Guake deb from HERE (scroll down for the latest version).

To download the Guake source, report bugs, etc., see its GitHub page.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 1 June 2017 | 11:39 am

Ubuntu 17.04 (Zesty Zapus) Available For Download

Ubuntu 17.04 Zesty Zapus

Ubuntu 17.04 has been released.

The new version brings updated applications and various under-the-hood improvements, along with bug fixes. As expected, Compiz and Unity have only received minor improvements and bug fixes.

On the other hand, Ubuntu 17.04 includes the GNOME 3.24 stack for the most part (GTK3 along with Totem, Disks, Calendar, and so on). There are some missing bits, but this is still pretty important, as Ubuntu didn't use the latest GNOME since around Ubuntu 11.10 / GNOME 3.2.


Unity and Compiz in Ubuntu 17.04



As you probably know, Ubuntu will switch to GNOME (Shell) by default starting with Ubuntu 18.04 (to be released in April, 2018).

However, even before this announcement, Unity 7 was in maintenance mode, with the focus being Unity 8. It did receive some features, like the option to move the launcher to the bottom in Ubuntu 16.04, but only bug fixes for the most part.

Ubuntu 17.04 (Zesty Zapus) is no different. Both Unity and Compiz only had some minor changes and bug fixes, such as:

Complete changelogs for Unity and Compiz.

I should also mention that while Mark Shuttleworth, the founder of Ubuntu and Canonical, has recently said that Canonical is ending their "investment in Unity8", Ubuntu 17.04 ships with an experimental Unity 8 session by default, just like Ubuntu 16.10.

Here's a Unity 8 screenshot I took under Ubuntu 17.04 (by the way, Unity 8 now works in VirtualBox):

Unity 8 Ubuntu 17.04


Defaults and other changes


Ubuntu Software 17.04

Ubuntu 17.04 Zesty Zapus ships with GTK 3.24 and GNOME 3.24 applications for the most part.

Not all the bits were updated to version 3.24 though. The exceptions are Nautilus (3.20), Terminal (3.20), Gedit (3.22), Software (3.22) and Evolution (3.22).

Besides the applications mentioned above, Ubuntu 17.04 ships with Firefox 52.0.1, Thunderbird 45.8.0, LibreOffice 5.3.1, Transmission 2.92, Shotwell 0.22+git, Rhythmbox 3.4.1, Totem 3.24.0, GNOME Disks 3.24.0, GNOME Calendar 3.24, GNOME System Monitor 3.24 and Evince 3.24, on top of Unity 7.5.0 (+17.04.20170407) and Compiz 0.9.13.1 (+17.04.20170109).

Under the hood, Ubuntu 17.04 (Zesty Zapus) ships with Xorg server 1.19.3, Mesa 17.0.3, Ubuntu Linux Kernel 4.10.0-19.21 based on the upstream 4.10 Linux Kernel, PulseAudio 10.0, and systemd 232.

Here's a quick list of changes in the Linux Kernel since the version used in the previous Ubuntu release (Linux 4.8 for Ubuntu 16.10):

Other changes in Ubuntu 17.04:


Download Ubuntu 17.04 (Zesty Zapus)


Download Ubuntu 17.04 | official release notes
(includes instructions for upgrading from older Ubuntu versions)

Important: all non-LTS Ubuntu versions are only supported for 9 months. Ubuntu 17.04 will be supported until January 2018.

Official release notes and download links for the Ubuntu 17.04 desktop flavors:

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 13 April 2017 | 5:06 pm

Pandora Radio Client Pithos 1.3.0 Released, Available In PPA

Pithos 1.3.0 was released recently and is now available in its official PPA, for Ubuntu 17.04, 16.10 and 16.04. The new version brings support for MPRIS playlist and tracklist interfaces, improved accessibility UI, and more.

Pithos

Pithos is a Pandora Radio (only available in Australia, New Zealand and the United States) client that supports Pandora features such as love / ban / tired, allows creating, editing and switching between stations, and more.

The application integrates tightly with the desktop, providing notifications, MPRIS v2 support (it integrates with the Ubuntu Sound Menu / GNOME Shell, etc. ), media keys, can inhibit the screensaver and so on.

Pithos 1.3.0 includes a complete MPRIS implementation thanks to the addition of playlist and tracklist MPRIS interfaces.

With the GNOME Shell Media Player Indicator extension, Pithos exposes the current playlist and station list in the indicator (these need to be enabled in the extension settings):

Pithos

Pithos

This feature does not work with the Ubuntu Sound Menu due to an upstream bug.

Another change in Pithos 1.3.0 is the addition of a new plugin that allows controlling the systemd logging level (or completely disabling it) for Pithos. The logs since last reboot can be printed by running Pithos with the "--last-logs" command line argument.

Other changes in Pithos 1.3.0 include:

Also, compared to the Pithos version available in the official Ubuntu / Linux Mint repositories (1.1.2 for Ubuntu 17.04 and 1.1.1 for Ubuntu 16.04 / Linux Mint 18), the application has received quite a few improvements, including a keyboard shortcuts window, more quality options, the password is now stored with libsecret, along with bug fixes. 

The UI was also updated to use header bars and the stations dropdown now uses a popover.

Pithos currently has only 2 contributors and it could use more devs. If you can help, see its GitHub page.


Install Pithos in Ubuntu 17.04, 16.10 or 16.04 / Linux Mint 18.x


An older Pithos version is available in the official Ubuntu repositories. To install it, simply use the following command:
sudo apt install pithos

Ubuntu 16.04, 16.10 or 17.04 / Linux Mint 18 users can install the latest Pithos by using its official PPA. To add the PPA and install Pithos, use the following commands:
sudo add-apt-repository ppa:pithos/ppa
sudo apt update
sudo apt install pithos
If you don't want to add the PPA, you can grab the deb from HERE.

For installing Pithos in other Linux distributions (including Flatpak), see the install section on its homepage.

Report any bugs you may want @ GitHub.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 13 April 2017 | 8:33 am

New KDE Connect Indicator Ubuntu / Linux Mint PPA

The KDE Connect Indicator (fork) PPA maintainer is not available any more, and I was asked to create a new PPA. 

KDE Connect Indicator

Since I'm a KDE Connect Indicator user myself, I couldn't say no, so I created a new KDE Connect Indicator PPA, which provides packages for Ubuntu 17.04, 16.10 and 16.04 / Linux Mint 18.x.

I didn't upload packages for Ubuntu 14.04 / Linux Mint 17.x because I couldn't build the latest KDE Connect for this Ubuntu version due to newer dependencies, and Ubuntu 14.04 has a pretty old KDE Connect version.

The KDE Connect Indicator (fork) developer is also looking for someone that can create and maintain Flatpack and Snap packages. If you can help, see THIS bug report.

In case you're not familiar with KDE Connect Indicator, this is an indicator / tray for KDE Connect. Using KDE Connect, you can mirror Android notifications on the desktop, easily send and receive files from an Android device to your desktop (and the other way around), control desktop media players from Android, share the clipboard between your Android device and desktop, and more.

Check out our KDE Connect Indicator fork article for more information.


Install KDE Connect Indicator fork in Ubuntu or Linux Mint via new PPA


As a reminder, KDE Connect depends on quite a few KDE packages. You may want to save the KDE package list that's installed to make it easier to remove in the future, in case you want to remove them ("apt autoremove" won't remove all of them, at least in Ubuntu).

To add the new KDE Connect Indicator fork PPA and install the app in Ubuntu 17.04, 16.10 or 16.04 / Linux Mint 18.x, use the following commands:
sudo add-apt-repository ppa:webupd8team/indicator-kdeconnect
sudo apt update
sudo apt install indicator-kdeconnect

You can also download the latest KDE Connect Indicator deb from GitHub, but you won't receive updates through your system's update manager. For Ubuntu 16.04 and 16.10 / Linux Mint 18, you'll also need a newer KDE Connect version for the indicator to work. KDE Connect 1.0.3 is available for Ubuntu 16.04 / Linux Mint 18 and Ubuntu 16.10 in the PPA.

If you encounter bugs, report them @ GitHub.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 7 April 2017 | 10:56 am

Polo Is An Interesting New GTK3 File Manager (Beta)

Developed by Tony George, who's also behind other fairly popular applications such as Selene Media Converter, TimeShift backup tool, and more, Polo is only available for users who donate for now. The stable release will be available for all users, however, those who donate will get a few extra features.

Polo File Manager

Polo is a new file manager that aims at providing features that are missing from popular file managers. The application is currently in beta, and it lacks some feature, but it already looks very promising.

For example, the developer wants to include built-in support for multiple cloud storage services like Dropbox, Google Drive and others, using rclone as a backend.

Another feature that's missing in many graphical file managers is being able to browse archives as if they were folders. This is another feature that Polo should get before its first stable release. There should also be a built-in GUI for creating archives, similar to the one used by 7zip in Windows.

These two features are currently not available in Polo.

The current Polo beta 3 already includes quite a few interesting features though. The file manager supports tabs, along with multiple panes. You can use 2 panes, either vertical or horizontal, and even 4 panes:

Polo File Manager

There are context menu items to easily copy files or folders from one pane to another, as well as a middle toolbar that provides these, along with other options.

Another cool feature available in the Polo Beta 3 version I tested is session support. Polo remembers the last session and it reloads it the next time it runs. It restores not only open tabs and the pane layout, but also open directories.

The Polo toolbar and pathbar are highly configurable, allowing you to enable or disable various buttons:

Polo File Manager

You can also configure the toolbar to display large icons, show only labels, labels beside icons, and use a dark background.

Polo File Manager
Polo file properties - audio info

Polo File Manager
Polo bookmarks

Other Polo features worth mentioning:


Work in progress


Besides built-in cloud service and archive support, the developer also wants to add support for Nemo extensions in the future. 

The audio preview feature that was available in Nautilus 2, which allowed hovering over audio files to preview them, might be implemented as well.

One feature that won't be implemented is desktop handling (drawing the wallpaper / desktop icons).

I should also mention that in its current state, Polo is not suitable for daily use.

While in my test, I only encountered two major bugs (very slow copying folders with a large number of files and the app crashes when entering a folder with a large number of images), there are a few major features that are missing, like support for drag'n'drop and trash, along with many missing bits and pieces (like type-ahead). And, of course, there are some bugs as well. But that's to be expected since Polo is beta software.

The next beta version is expected to be released on April 15 (initially it was April 8, but it was delayed).


Getting Polo file manager


Like I mentioned in the beginning of the article, Polo is currently only available for users who donate. The stable version will be available for all, with some extra features for donors.

Check out the Polo tag on Tony George's website for how to donate, along with more information about Polo, including completed and pending feature status.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 7 April 2017 | 10:19 am

Ubuntu 18.04 LTS To Use GNOME By Default; Unity 8 And The Phone To Be Discontinued

Ubuntu logo

Ubuntu 18.04 LTS will go back to using GNOME as the default desktop environment, instead of Unity.

In what comes as a big surprise for many, Mark Shuttleworh, the founder of Ubuntu and Canonical, explains on the Ubuntu Insights website that Canonical is ending their "investment in Unity8, the phone and convergence shell".

Existing LTS releases will continue to be maintained, so Unity 7 should still see some bug fixes in the future. However, with Ubuntu 18.04 LTS (to be released in April, 2018), the default desktop environment will be GNOME.

While Mark doesn't explicitly says "GNOME Shell", I assume that's what he means, especially since Unity 7 has been in maintenance mode for quite a few Ubuntu releases.

"I took the view that, if convergence was the future and we could deliver it as free software, that would be widely appreciated both in the free software community and in the technology industry, where there is substantial frustration with the existing, closed, alternatives available to manufacturers. I was wrong on both counts.
In the community, our efforts were seen fragmentation not innovation. And industry has not rallied to the possibility, instead taking a ‘better the devil you know’ approach to those form factors, or investing in home-grown platforms. What the Unity8 team has delivered so far is beautiful, usable and solid, but I respect that markets, and community, ultimately decide which products grow and which disappear".

- Mark Shuttleworth

Check out the complete article HERE.

What do you think?

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 6 April 2017 | 11:24 am

Streamlink 0.5.0 Adds Support For Streaming Google Drive / Google Docs Videos

Streamlink 0.5.0 was released yesterday, bringing support for streaming videos from Google Drive / Google Docs, along with other improvements.

Streamlink

Forked from Livestreamer, which is no longer maintained, Streamlink is a command line tool (and API) that can be used to stream videos from various streaming services, such as Twitch, YouTube Live and many more, and play them using your favorite video player, be it VLC, mpv, and more.

It is is available for Linux, Windows, and Mac OS.

Changes in Streamlink 0.5.0 include:

Since our initial article about Streamlink, the tool has seen quite a few improvements, including support to use FFmpeg to mux separate video and audio streams, along with new plugins and much more. Check out the Streamlink GitHub releases page for a complete changelog.

For a complete list of supported streaming services, see THIS page.

Using the Streamlink command line interface is very simple. Here's an example using a Google Drive video. The first thing you need to do is run Streamlink with the link you want to stream, to see the available streams:
streamlink https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ
This should list the available formats:
[cli][info] Found matching plugin googledrive for URL https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ
Available streams: 360p_alt, 480p_alt, 360p (worst), 480p, 720p, 1080p (best)
Next, simply add one of the available streams at the end of the command, and Streamlink will start streaming:
streamlink https://drive.google.com/open?id=0B0tRrdcY7CwJWGdVdHEyYWpfTTQ 1080p
By default, Streamlink uses VLC to play the stream, but you can specify a different video player by using the "--player" argument, e.g. "--player mpv" to use mpv instead.

For more about using the Streamlink command line interface, check out THIS page.


Install Streamlink


Ubuntu / Linux Mint users can install Streamlink by using the main WebUpd8 PPA. To add the PPA and install Streamlink, use the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install streamlink

I didn't add a direct deb download link because the PPA provides quite a few dependencies required to install Streamlink.

For how to install Streamlink in other Linux distributions, Windows or Mac OS, see THIS page.

Report any bugs you may find @ GitHub.

Originally published at WebUpd8: Daily Ubuntu / Linux news and application reviews.

Posted on 5 April 2017 | 1:20 pm