Archives For jimingkui

SMplayer 17.1.0

SMPlayer, a cross-platform graphical front-end for MPlayer and MPV, has reached the 17.1.0 release last night. The new release features experimental support for Chromecast.

With SMPlayer 17.1, you can send local videos or online streams like TV channels, YouTube or Vimeo videos from SMPlayer to Chromecast device.

Just play a video in SMPlayer, then select the option “Play on Chromecast” from the Play menu. A web page will be opened (need Google Chrome or Chromium with Google Cast installed) and give the url of the video.

smplayer-chromecast-support

This web page can communicate with your Chromecast device with options to connect/disconnect, start playback and controls for play, pause, volume, seek…

How to Install SMPlayer 17.1 in Ubuntu via PPA:

The new release has made into the official PPA, available for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives.

1. Open terminal and run the following command to add the PPA:

sudo add-apt-repository ppa:rvm/smplayer

Smplayer PPA

For those who prefer Qt4 version, use the new PPA instead:

sudo add-apt-repository ppa:rvm/smplayer-qt4

2. Then you can upgrade SMPlayer from a previous release via Software Updater (Update Manager) after checking for updates:

upgrade smplayer

Or you can run the commands below in terminal to do install or upgrade SMPlayer:

sudo apt-get update 

sudo apt-get install smplayer smtube smplayer-themes smplayer-skins

How to Restore:

For any reason, you can easily restore the installation to the stock version via the ppa-purge tool:

sudo apt-get install ppa-purge && sudo ppa-purge ppa:rvm/smplayer

For the qt4 ppa, replace ppa:rvm/smplayer with ppa:rvm/smplayer-qt4 in the code.

Aptik backup tool

To simplify re-installation of software packages after upgrading or re-installing Ubuntu, aptik is a simple tool allows to backup software sources (PPA), installed software, and other user data with just a few clicks.

Aptik features:

  • Backup and restore Launchpad PPAs.
  • Backup and restore installed software.
  • Backup and restore downloaded packages (apt cache).
  • Backup and restore themes and icons from /usr/share directory.
  • Backup and restore application settings.
  • Backup and restore user home directory data (.config excluded)
  • One-click backup and restore user selected items.

While doing backup and restore (exclude one-click backup / restore), it lists available items and allows you to choose which to backup / restore. Some backups are encrypted with given passwords.

Aptik backup utility

How to Install Aptik in Ubuntu:

To install the utility in Ubuntu 16.04, Ubuntu 14.04, Ubuntu 12.04, and derivatives, either run the commands below in terminal (Ctrl+Alt+T) to get it from the developer’s PPA:

sudo add-apt-repository ppa:teejee2008/ppa

sudo apt-get update

sudo apt-get install aptik

or grab the DEB package (amd64 for 64bit, i386 for 32bit) from THIS PAGE.

Tip: The DEB packages for Ubuntu 16.04 also works on Ubuntu 16.10.

Uninstall:

To remove aptik, either use Synaptic Package Manager or run the following command in terminal:

sudo apt-get remove aptik && sudo apt-get autoremove

The PPA can be removed by Software & Updates utility under Other Software tab.

disk-indicator-icon

Disk Indicator is a simple system tray indicator applet for managing devices in Ubuntu.

The simple tool allows you to quickly access disk partitions and mount points. It also allows mount / unmount devices, view disk usage, and mount ISO images.

disk-manager-indicator

The software is developed by Tony George, the man behind Timeshift (system restore app). You can easily get this applet by adding the developer’s PPA:

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

sudo add-apt-repository ppa:teejee2008/ppa

disk-indicator-ppa

So far the PPA contains the packages for Ubuntu 17.04, Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, and their derivatives.

2. Then update and install the disk indicator:

sudo apt update

sudo apt install indicator-diskman

For those who don’t want to add PPA, grab the DEB package from HERE.

How to uninstall:

To remove the applet, either use Synaptic Package Manager or run the command below in terminal:

sudo apt remove indicator-diskman && sudo apt autoremove

The PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.

Telegram Desktop

The Telegram Desktop App finally reached the 1.0 release! Here’s how to install it via PPA or Snap in Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, Linux Mint 17/18 and derivatives.

The popular instant messaging app, Telegram 1.0 for desktop, was released a few days ago with a fabulous new design. It features:

  • Consistent material design
  • Smooth animations
  • Support for custom themes
  • Auto sync messages from phone with computer using Telegram’s encrypted cloud.
  • Ability to start typing on phone, then continue on computer.

Telegram Desktop 1.0

Install Telegram Desktop App via Snap in Ubuntu:

1. First time installing an app using SNAP package? You may need to install snapd via command (for one time):

sudo apt install snapd

2. The snap build of Telegram Desktop so far misses system tray icon for Ubuntu Unity.

To install the Telegram snap package in Ubuntu 16.04 and higher, simply open terminal (Ctrl+Alt+T) and run command:

sudo snap install telegram-sergiusens

Type in password (no visual feedback) and hit Enter. It will automatically download the snap package and install it in your system.

install Telegram Snap

Uninstall Telegram (Snap):

To uninstall it, simply run the snap command with remove option:

sudo snap remove telegram-sergiusens

Install Telegram Desktop via PPA in Ubuntu:

For all current Ubuntu releases, including Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and derivatives, e.g., Linux Mint and Elementary OS, Telegram is also available as .deb package in an unofficial PPA.

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

sudo add-apt-repository ppa:atareao/telegram

Type in password (no visual feedback) and hit Enter.

2. Then search for and install the app via Synaptic Package Manager:

install telegram synaptic

or just run the commands below one by one:

sudo apt update

sudo apt install telegram

Uninstall:

To uninstall it, simply run apt command with remove option:

sudo apt remove telegram && sudo apt autoremove

And the PPA can be removed by launching Software & Updates and navigating the Other Software tab.

discord-icon

Discord, a free proprietary voice and text chat app for gamers, now offers official Discord stable client for Linux 64-bit.

    Discord runs on Microsoft Windows, macOS, Android, iOS, Linux, and in a web browser, which all support fundamental chat-based text features. The Discord application for personal computers is designed for use while gaming, including features such as low-latency, free voice chat servers for users and a dedicated server infrastructure. Discord’s developers plan to add video calling and screen sharing. Direct calling was added in an update on July 28, 2016, with support for calls between two or more users. The company introduced its GameBridge API in December 2016 that allows game developers to directly support integration with Discord within games.

discord-voip

The first stable 0.0.1 release of Discord client for Linux is available for download one day ago. Just go to the official download link below, choose download .deb for Debian/Ubuntu or .tar.gz:

Discord Download Page

Then click install via Ubuntu Software or Gdebi package manager.

launch-discord-client

Corebird Twitter Client

Corebird, an open-source and native GTK+ twitter client, has reached the 1.4 release a few hours ago with some enhancements and bug-fixes.

The changes in Corebird 1.4 according to the release page:

  • Images in quoted tweets now look more like they actually belong to the quoted tweet instead of the quoting tweet.
  • Allow deleting tweets from the tweet info page and not just from timelines.
  • Fix the user completion not showing all possible results
  • Focus the already opened window for an account if the account gets selected in the accounts popover
  • Avoid window resizing when typing in the Direct Message text box
  • Add ‘q’ accelerator to tweet rows for quoting
  • Add spellchecking. This add a dependency to gspell
  • Increase gtk+ dependency to 3.18 to get rid of some workarounds.
  • Increase avatar size in profiles and slightly overlap them over the banner. Also, always show the full banner.
  • Fix completion popup positioning under Wayland
  • Add experimental meson build files
  • Fix some videos not playing correctly
  • Add a minimal video progress indicator to the video dialog
  • Fix the retweet/favorite count updating in the tweet info page

Corebird 1.2

How to Install Corebird 1.4 in Ubuntu / Linux Mint:

The new release has been made into unofficial PPA, available for Ubuntu 16.04, Ubuntu 16.10, Linux Min 18 and derivatives. Spellcheck feature disabled due to build error.

Tip: The GetDeb repository also maintains the Corebird packages, see here.

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

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

Type in your password (no visual feedback) when it asks and hit Enter.

corebird-ppa

2. Then update and install Corebird 1.4 via commands:

sudo apt update

sudo apt install corebird

If you have a previous release installed, you can also launch Software Updater to upgrade the software after checking for updates:

upgrade corebird

Or grab the .deb package directly from PPA archive page.

How to Uninstall:

To remove Corebird, simply run the command below in terminal:

sudo apt remove corebird && sudo apt autoremove

The PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.

Aria Maestosa

The open source Aria Maestosa midi tracker/editor has reached the 1.4.13 release a few days ago with some bug-fixes. Here’s how to install it in Ubuntu 16.04, Ubuntu 16.10, and Linux Mint 18.

Aria Maestosa lets you compose, edit and play midi files with a few clicks in a user-friendly interface offering score, keyboard, guitar, drum and controller views. It features:

  • Import and play MIDI files
  • Easily compose and edit music
  • See and use musical score notation, as well as piano roll, tablature and/or drum views
  • Print musical notation
  • Record from a MIDI instrument

Aria Maestosa Midi Tracker Editor

How to Install Aria Maestosa in Ubuntu:

The GetDeb repository contains the latest packages of Aria Maestosa, available for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

1. To add the repository, open terminal (Ctrl+Alt+T) and run command:

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

You may replace xenial (for 16.04 and derivatives) in the code with yakkety for Ubuntu 16.10.

Then setup the keyring via command:

wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

GetDeb repository for Ubuntu 16.04

2. After adding the repository, either search for and install the software using Synaptic Package Manager, or run the commands below one by one in terminal:

sudo apt update 

sudo apt install ariamaestosa

Uninstall:

To remove the software, either use Synaptic Package Manager or simply run the command below in terminal:

sudo apt remove ariamaestosa && sudo apt autoremove

The getdeb repository can be removed by going to System Settings -> Software & Updates -> Other Software tab.

DVDStyler 3.0.3

DVDStyler 3.0.3, a cross-platform free DVD authoring tool, was released on New Year’s Day 2017. Here’s how to install it in Ubuntu via PPA.

Changes in DVDStyler 3.0.3:

  • disabled copy option for non-MPEG2 video streams
  • added parameter “-pix_fmt yuv420p” to transcoder
  • fixed displaying first video frame in frame button
  • changed transcoding caching to allow put multiple equal video files on DVD (e.g. with different cut points)
  • added support of EXIF metadata in slideshow
  • added CBR option for menu and slideshow enoding settings (disabled by default)
  • added Bulgarian translation (thanks to Ivan Dobrev)
  • win32/win64: updated Manolito’s VBR plug-in

How to Install DVDStyler 3.0.3 via PPA:

DVDStyler does not offer official binary packages for Linux. An unofficial PPA is available with the latest packages for Ubuntu 16.10, Ubuntu 16.04, Ubuntu 14.04, and Linux Mint 17 / 18.

1. To add the PPA, open terminal (Ctrl+Alt+T) and run command:

sudo add-apt-repository ppa:ubuntuhandbook1/dvdstyler

Type in your password (no visual feedback) when it asks and hit Enter to continue.

DVDStyler PPA

2. After that, search for and install dvdstyler via Synaptic (or other) Package Manager. Or run the commands below in terminal to update and install the tool:

sudo apt update

sudo apt install dvdstyler

With the PPA repository added, you can receive future updates via Software Updater once a new release is out and made into PPA.

upgrade DVDStyler

How to Uninstall:

To remove DVDStyler, either use Synaptic Package Manager or run the command below in terminal:

sudo apt remove dvdstyler dvdstyler-data && sudo apt autoremove

And the PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.

Avidemux 2.6.16 Released On The Last Day 2016

Last updated: April 4, 2019

Avidemux video editor

The open-source Avidemux video editor has reached the 2.6.16 release today on the last day of 2016 with core updates, UI / x265 enhancement and some fixes.

  • Avidemux can be built with visual c++ 2015 (losing some ASM)
  • Initialize fontconfig so that subtitling works for OS X
  • Update ffmpeg to 3.0.5
  • Improved build scripts (euma)
  • x265: Enforce complicancy with most devices
  • vaapi : Add resizer
  • Redone UI, revamped contrast filter
  • Dont use too much CPU on playback when there is no audio track
  • Reenabled nvenc + Fixed keyframe detection
  • Fixed a crash when encoding starts very slowly (x265)
  • Allow use of system libass, liba52,libmad (euma)

How to Install Avidemux 2.6.16 in Ubuntu:

Avidemux now has Appimage available for download in its official webpage.

For traditional Ubuntu packages, it refers to the GetDeb repository (no ready at the moment, check the link), and you can follow the steps below to add the repo and install Avidemux 2.6 (qt):

1. Open terminal (Ctrl+Alt+T) and run the command to add the repository for Ubuntu 16.04:

sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu xenial-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'

For Ubuntu 16.10 and derivatives, replace xenial in code with yakkety.

2. Install the key so to trust the packages from that repository:

wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

GetDeb repository for Ubuntu 16.04

3. Finally update system package index and install Avidemux video editor:

sudo apt update && sudo apt install avidemux2.6-qt

Uninstall:

To remove Avidemux, use the command below in a terminal window:

sudo apt remove avidemux2.6-qt && sudo apt autoremove

And the GetDeb repository can be removed via Software & Updates utility (Other Software tab).

kid3-icon245

For those sticking to the latest Kid3 audio tag editor, here’s how to install / upgrade it (version 3.4.4 so far) via PPA in Ubuntu 16.04, Ubuntu 16.10, Ubuntu 14.04, Ubuntu 12.04, and Linux Mint 17 / 18.

Kid3 is an open-source cross-platform audio tag editor for many audio file formats. It supports DSF, MP3, Ogg, FLAC, MPC, MPEG-4 (mp4/m4a/m4b), AAC, Opus, SPX, TrueAudio, APE, WavPack, WMA, WAV, AIFF, tracker modules.

The latest version so far is Kid3 3.4.4 that brings new features include a portable mode storing the configuration file in the application folder, copying of images to the clipboard and an MPRIS D-Bus interface for the audio player on Linux. Also it fixes the import of durations when importing from file or clipboard, and building with Chromaprint 1.4.

Kid3 Audio Tagger

How to Install / Upgrade Kid3 in Ubuntu / Linux Mint:

The editor has an official PPA repository that so far offers the latest packages for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, and their derivatives.

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

sudo add-apt-repository ppa:ufleisch/kid3

Type in your password (no visual feedback) when it asks and hit Enter to continue.

Kid3 PPA

2. After that, search for and install kid3 via your package manager, or run the commands below in terminal to install it for the first time:

sudo apt update 

sudo apt install kid3

For Qt version (without KDE libraries), use sudo apt install kid3-qt instead. There’s also command line version kid3-cli available.

For those who have a previous release installed, launch Software Updater (or Update Manager) to upgrade Kid3 after checking for updates:

upgrade kid3 via software updater

How to Uninstall:

To uninstall Kid3 audio tagger, either use your package manager or run the command below in terminal:

sudo apt remove kid3 kid3-qt kid3-cli && sudo apt autoremove

The PPA repository can be removed by going to System Settings -> Software & Updates -> Other Software tab.