Archives For November 30, 1999

Gnome Twitch App

Gnome Twitch 0.4.2, GTK+3 Twitch app for Linux desktop, now is finally available as Snap package in the stable channel.

UPDATE: GNOME Twitch seems NOT in active development! It may or may NOT work in current Ubuntu releases.

While Ubuntu offers an old version of Gnome Twitch .deb package in its official repositories, and there’s no stable PPA repository provides the latest updates, Daniel Llewellyn finally made the snap package for Gnome Twitch 0.4.2 into stable channel.

For Ubuntu 18.04, Linux Mint 19.x and higher, simply open Ubuntu Software, search for and install Gnome Twitch:

For Ubuntu 16.04 and Linux Mint 18.x, open terminal (Ctrl+Alt+T) and first install snapd via command:

sudo apt install snapd

Then install the snap package via command:

sudo snap install gnome-twitch

Uninstall:

Depends on your system edition, remove the software either via Ubuntu Software or by running command in terminal:

sudo snap remove gnome-twitch

Gnome Twitch App

GTK+ Twitch application ‘Gnome Twitch’ reached the 0.4.2 release after a year of development.

Gnome Twitch 0.4.2 fixed some minor bugs. The new release fixed crashes on opening stream due to requests must be made over SSL, by using new Twitch API URL over SSL.

Install Gnome Twitch 0.4.2 in Ubuntu 18.04

For Ubuntu 18.04 LTS, you can install the new release package from the PPA (unofficial).

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

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

2. If a previous version of Gnome Twitch was installed, upgrade it via Software Updater:

or run command in terminal to install (or upgrade) gnome twitch:

sudo apt-get install gnome-twitch

Uninstall:

You can remove PPA repositories via Software & Updates -> Other Software tab.

To remove the Twitch app, either use your system package manager or run command:

sudo apt-get remove --autoremove gnome-twitch

Gnome Twitch App

Gnome Twitch, GTK+3 Twitch app for Linux desktop, now is available as Snap package in beta channel for testing.

WebUpd8 PPA is maintaining the latest Gnome Twitch app for Ubuntu, however, Ubuntu 16.04 LTS is excluded due to old system GTK+3 libraries.

Now Ubuntu 16.04 and even Ubuntu 14.04 users can easily install the latest Gnome Twitch app via snappy store, though it’s in beta stage at the moment.

1. For those who’ve never installed a snap app, install the snapd deamon first in terminal (Ctrl+Alt+T):

sudo apt install snapd snapd-xdg-open

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

2. Install Gnome Twitch snap app via command:

sudo snap install --beta gnome-twitch

3. And gnome environment is required. Install and connect to it via 2 commands:

sudo snap install gnome-3-24

sudo snap connect gnome-twitch:gnome-3-24-platform gnome-3-24:gnome-3-24-platform

Finally launch the app from your application launcher and enjoy! And it should automatically update itself once a new release is out and published in snappy store.

Uninstall:

To remove Gnome Twitch snap app, simply run command:

sudo snap remove gnome-twitch

You may also remove the gnome-3-24 snap if you don’t require it via sudo snap remove gnome-3-24 command.

Gnome Twitch App

Gnome Twitch is an open-source and unofficial Twitch app for watching Twitch on your GNU/Linux desktop. Allow user to enjoy favorite streams without the hassle of flash or the web.

Gnome Twitch is new project created a few weeks ago. It’s based on GTK 3 and uses gstreamer 1.0 to handle audio and video playback.

Screenshots:

gnome-twitch-1510-1

gnome-twitch-15.10

gnome twitch in Elementary OS Freya

Gnome Twitch can be installed in Elementary OS Freya, but streams does not play in my case!

Install Gnome Twitch in Ubuntu:

Gnome Twitch is available in GetDeb repository for Ubuntu users. The current build is for Ubuntu 15.04, it also works on Ubuntu 15.10 (tested on beta 2).

1. Select download the .deb package from the link below

Download Gnome Twitch (amd64.deb for 64-bit, or i386.deb for 32-bit OS)

2. Click the package to open with Software Center and finally install the software.

3. If the audio/video playback does not work, install below packages one by one in Software Center:

  • gstreamer1.0-plugins-base
  • gstreamer1.0-plugins-good
  • gstreamer1.0-plugins-bad
  • gstreamer1.0-plugins-ugly
  • gstreamer1.0-libav

Or just run below command in terminal to install them via apt-get:

sudo apt-get install gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav