Blog Archives

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:

  • options to select the video and audio format;
  • post-processing options such as: extract audio from video file, embed thumbnail in audio file, add metadata, select audio quality;
  • can embed subtitles into the video file (mp4 only);
  • configurable filename format for the downloaded audio/video file;
  • supports authentication;
  • allows using a proxy;
  • can specify user agent and referrer;
  • supports passing extra youtube-dl command line options.

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:

  • new user interface;
  • easier format selection (now available directly in the main UI, and not in the app settings);
  • easier save path selection (now available directly in the main UI, and not in the app settings);
  • added new options to move item in queue, pause, play, delete, pause, etc.;
  • added new supported youtube-dl options: -v, –ignore-config, –hls-prefer-native, –no-mtime, etc.;
  • added option for embedding thumbnails to audio files;
  • support for new output templates;
  • added generic video formats (3gp, mp4, webm, etc..);
  • added dynamic format options: the “default” format option in the UI downloads the best available format (“best” option in youtube-dl), while setting the default format as well as enabling the ‘Extract audio from video file’ option will download the best audio (“bestaudio” option in youtube-dl) available;
  • post-processing:
    • calculate final size of post process files;
    • extract final extension after merging process;
    • extract final extension after recording process;
  • bug fixes and various other changes.

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.

from Web Upd8 – Ubuntu / Linux blog http://ift.tt/2hPMcui
via IFTTT

via Blogger http://ift.tt/2fy5Iuz

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:

  • separate processes for Nemo and the desktop handling;
  • a new desktop icon mode is available: desktop grid. This new mode allows changing the icon size (smaller, normal, larger) as well as the icon orientation (horizontal or vertical), sort by name, date, type or size, auto-arrange or manual layout, and align to grid;
  • simpler date formats for the last modified column in list view;
  • wildcard support in file searches;
  • Firefox-like support for middle-click and Ctrl key in Nemo navigation buttons to open new tabs;
  • you can now change the desktop font (font face and size). To do this, use Dconf Editor (under org > nemo > desktop > font);
  • other improvements and bug fixes.

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).

from Web Upd8 – Ubuntu / Linux blog http://ift.tt/2vpxRYD
via IFTTT

via Blogger http://ift.tt/2hNl5zV

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:
  • Legacy / MBR-style / IBM PC compatible bootmode;
  • Native UEFI booting is supported for Windows 7 and later images (with a limitation: only FAT filesystem can be used as the target filesystem).

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:
  • support for both wxWidgets 2 and 3;
  • use pkexec instead of gksudo for privilege escalation;
  • UEFI boot support;
  • numerous bug fixes.

Some newer WoeUSB changes include:

  • support customizing the –label of the newly created filesystem in –format mode;
  • implement checking on target filesystem in –install mode;
  • command line: check if target media is busy before continuing and bail out when the target partition is mounted;
  • support Linux distributions that uses “grub2” as prefix name, such as Fedora;
  • –install and –format installation options are deprecated in favor of –partition and –device, to be more clear what both options will do. The old options will still be available until WoeUSB v3.0;
  • from now on, GRUB will pause when the ENTER key is used before starting to load Windows. This is useful if you want to see if there are errors in the GRUB loading stage.

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.

from Web Upd8 – Ubuntu / Linux blog http://ift.tt/2rr0RAf
via IFTTT

via Blogger http://ift.tt/2t1UKQa

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:

  • 5 new types of running application indicators: circle, square, triangle, diamond and subway. For the GTK3 version of the applet (Ubuntu 16.10 and newer), the indicator color will use the current theme highlight color. Since that’s not possible for GTK2, you can use the fallback color option to set this (see the MATE Dock Applet preferences, in the Misc tab);
  • you can now set the spacing between dock icons. Supported values are 0-7 (Dock Preferences > Panel Options > App spacing);
  • for windows requiring attention, you can now configure if a badge (exclamation mark) should be displayed on top of the icon instead of a blinking icon (Dock Preferences > Misc > Action when apps need attention).

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.

from Web Upd8 – Ubuntu / Linux blog http://ift.tt/2rH8dwB
via IFTTT

via Blogger http://ift.tt/2sNn347

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:
  • /var/cache/oracle-jdk6-installer/ for JDK 6 (you’ll need version 6u45)
  • /var/cache/oracle-jdk7-installer/ for JDK 7 (you’ll need version 7u80 for 32bit and 64bit or 7u60 for arm)

… and then install the oracle-java6-installer or oracle-java7-installer package.

from Web Upd8 – Ubuntu / Linux blog http://ift.tt/2sloKpK
via IFTTT

via Blogger http://ift.tt/2swNuL9