Archives For November 30, 1999

Flatabulous – Best Flat Theme for Ubuntu

Last updated: May 27, 2016

theming-ubuntu

Flatabulous is a new GTK theme said to be the best flat theme for Ubuntu and other Gnome based Linux Systems.

The theme is based on the Ultra-Flat theme. It was designed specially for the Unity environment on Ubuntu. Here are some screenshots:

Like the theme? Below is how to install the GTK theme as well as Ultra-Flat icon theme:

1. Download the GTK theme from the link below:

Flatabulous Theme Zip

Then extract the archive so that you have the result folder shown below:

2. Open a new Nautilus (file browser) window. Press Ctrl+H to view hidden file folders, and create .themes folder under user’s Home directory if not exist.

3. Move Flatabulous-master folder from the Downloads folder to .themes folder.

OK, now apply the theme by launching Unity Tweak Tool (available in Software Center) and navigate to Theme page.

For the Icon Theme, go to:

noobslab icon repository page

Select download .deb package for ultra-flat-icons, ultra-flat-icons-green, or ultra-flat-icons-orange. Finally install it via Ubuntu Software Center.

For those who prefer adding a PPA, open terminal and run below commands one by one to get the icon theme:

sudo add-apt-repository ppa:noobslab/icons

sudo apt-get update

sudo apt-get install ultra-flat-icons ultra-flat-icons-green ultra-flat-icons-orange

Also apply the icons via Unity Tweak Tool -> Icons page.

via: github.com/anmoljagetia/Flatabulous

Komodo IDE finally reached the 9.3 release with language updates, new features and tons of improvements. Here’s how to install its free and open-source counterpart Komodo Edit using PPA.

Komodo 9.3 added support for PHP 7 and Python 3.5, syntax highlighting & checking support for Lua, syntax highlighting support for Swift, Mustache, R Lang.

The new release also features:

  • CSS, LESS, and SCSS auto-completions and code browsing
  • A new Console pane
  • Auto multi-caret for HTML/XML tags
  • Support for Elastic Tabstops. (disabled by default)
  • Package Manager 2.0 with more functionality, ie. uninstall, update, etc.
  • Quick Bookmarks
  • Auto-wrap delimiters while having text selected.
  • In-line Syntax Checking
  • updated language icons.
  • quick start options on new tab
  • and much more at the release page.

How to Install Komodo Edit 9.3 in Ubuntu:

Mystic Mirage is maintaining a PPA with most recent Komodo Edit packages well integrated with the default Unity Desktop. Ubuntu 15.10, Ubuntu 14.04, Ubuntu 15.04, Ubuntu 12.04 are supported so far.

1. Add Komodo Edit PPA.

Open terminal from Unity Dash, App launcher, or via Ctrl+Alt+T shortcut key. When it opens, run command:

sudo add-apt-repository -y ppa:mystic-mirage/komodo-edit

Type your password in mind when it asks, since there’s no display due to security reason.

2. Install the editor in below ways.

After adding the PPA, you can install or upgrade Komodo Edit by:

  • Synaptic Package Manager:

  • Software Updater if a previous release installed.
  • running below commands one by one:
    sudo apt-get update
    
    sudo apt-get install komodo-edit

For those who don’t want to add PPA, grab the .deb installer directly from THIS PAGE.

Uninstall:

Remove the PPA by launching Software & Updates and navigating to Other Software tab.

Remove the editor using Synaptic Package Manger, or by running apt-get command with remove option:

sudo apt-get remove komodo-edit && sudo apt-get autoremove

MuPDF, a free, open-source, and lightweight PDF and XPS viewer, now reaches the 1.8 release with new features, improvements and various fixes.

MuPDF is a lightweight PDF viewer and toolkit written in portable C, which also reads XPS, OpenXPS and EPUB documents. It works on Windows, Android, and Linux.

The renderer in MuPDF is tailored for high quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on screen.

What’s New in MuPDF 1.8:

Headline changes:

  • New OpenGL-based barebones desktop viewer.
  • New URW fonts with greek and cyrillic.
  • 64-bit file support.
  • Ghostscript proofing mode (source only; not in shipped binaries).

EPUB improvements:

  • User style sheets.
  • GIF images (also for CBZ).
  • Table of contents.
  • CJK text.
  • Page margins.
  • Many bug fixes.

Bug fixes:

  • Updated FreeType to version 2.6.1.
  • Various font substitution bug fixes.
  • Fix setjmp/longjmp behaviour which could cause optimizing compilers to misbehave.

In addition, mudraw has been merged into mutool, use mutool draw to use mudraw.

How to Install MuPDF 1.8 in Ubuntu:

There are Android, Windows installers, and source tarball available in its official download page.

For Ubuntu and derivatives, you can either build the viewer from the source or use my personal binaries in PPA.

Method 1:

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below commands one by one to add my PPA and install MuPDF:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install mupdf mupdf-tools

Method 2 For those who don’t want to add PPA:

Depends on your Ubuntu edition (e.g., 15.10, 15.04, 14.04, and 12.04), and OS type (i386.deb for 32-bit and amd64.deb for 64-bit)

select download the .deb packages for mupdf and mupdf-tools from the link below:

MuPDF in PPA page

Finally click install the packages via Ubuntu Software Center.

How to Use:

The PDF viewer doesn’t have a launcher. To use it, right-click on the file and select it from the “Open With” option.

To set default, go to file’s context menu -> Properties -> Open With tab -> select MuPDF from list -> finally click ‘Set as default’ button.

For mouse behavior and key bindings run man mupdf command in terminal.

Uninstall:

You may remove the PPA by launching Software & Updates and then navigate to Other Software tab. Also remove MuPDF via Ubuntu Software Center if you want.

Audacious, an open-source descendant of XMMS audio player, has reached a new stable 3.7 series with some new features and various bug-fixes.

New features in Audacious 3.7:

  • Playlists can be shuffled by whole albums rather than single tracks.
  • Internet streams can be recorded while playing via a simple record button (GTK+ only).
  • The playlist export window displays supported formats in a drop-down list (GTK+ only).
  • A new, unified window has been added for managing equalizer presets (GTK+ only).
  • The user interface automatically adjusts to be more usable on high-resolution screens (GTK+ only).
  • An “Edit Lyrics” option has been added to the LyricWiki plugin, which opens the edit page for the current song.
  • Guessing of missing tag fields can be disabled.
  • Decoding and playback of standard input is possible with e.g. echo file.mp3 | audacious –
  • QT interface:
    • several new appearance settings, many other small fixes and improvements
    • Plugins port to QT: Winamp Classic Interface, Playlist Manager, Search Tool, Status Icon.

There are also various bugfixes and other changes in the new release, see the release note for details.

Audacious default interface

audacious winamp interface

How to Install / Upgrade Audacious in Ubuntu:

Webupd8 Team is maintaining a PPA with latest audacious packages for all current Ubuntu releases (Ubuntu 15.10, Ubuntu 15.04, and Ubuntu 14.04), and their derivatives.

1. Add the PPA repository.

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run command:

sudo add-apt-repository ppa:nilarimogard/webupd8

Type in your password when it asks (type in mind and hit enter, there’s no display when typing password).

2. After added PPA.

Launch Software Updater if you have a previous release installed, you’ll see Audacious 3.7 in the update list after checking for updates.

Or, run below commands one by one in terminal to check for updates, and install the player:

sudo apt-get update

sudo apt-get install audacious

Once installed, launch audacious GTK 2 or Qt version from the Dash.

3. (Optional) To remove the PPA, launch Software & Updates and then go to Other Software tab. And use Ubuntu Software Center to remove audacious player if you want.

Unsettings is another graphical configuration tool for the default Unity Desktop. It can be used as a complement to System Settings and Unity Tweak Tool.

Unsettings 0.11 was released recently with Ubuntu 15.10 support and new settings:

  • New keyboard settings: “Shift key behaviour”, “Caps Lock key behaviour”, “Alt/Win key behaviour”, “Numpad delete key behaviour”
  • New Fonts setting: “Scale factor”
  • Added “User folders” tab
  • Fixed bug with Unity version detection
  • Added Czech, English (United Kingdom) translations

Install Unsettings in Ubuntu:

Download the installer “unsettings_x.xx_all.deb” at the bottom of its official web page:

Unsettings Home Page

Then click install it via Ubuntu Software Center, Gdebi, or dpkg command.

Once installed, launch it from Unity Dash or from-in System Settings at next login.

Blender, a professional free and open-source 3D graphics software, has reached the 2.76b release. The ‘b’ release brings a few bugfixes to the 2.76 release which was released a month ago.

For Blender 2.76 new features see HERE, and the 2.76b fixed:

  • Crash generating previews
  • crash with metas & particles
  • Select linked crash with wire seam edges

Install / Upgrade Blender via PPA:

Besides installing from the official binary manually, you can install Blender and receive future updates using a PPA repository.

Thomas Schiex is maintaining a PPA with latest Blender packages, support for Ubuntu 15.10 and Ubuntu 14.04 so far. Follow below steps to add PPA and install/upgrade Blender.

1. Add PPA.

NOTE: As an unofficial PPA, you may first check the PPA page for the current Blender packages and supported Ubuntu editions.

Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command to add PPA:

sudo add-apt-repository ppa:thomas-schiex/blender

Type your password when it asks (type in mind and hit enter, there’s no display when typing password).

2. If you have a previous installed via Ubuntu Software Center or PPA, launch Software Updater and upgrade Blender after checking for updates.

Or, install it via Software Center (check updates needed), Synaptic Package Manager, or via commands:

sudo apt-get update

sudo apt-get install blender

Mozilla Firefox 42.0 was finally released one day ago. Now it’s available in Ubuntu official repositories for Ubuntu 15.10, Ubuntu 15.04, Ubuntu 14.04, Ubuntu 12.04, and their derivatives, e.g., Linux Mint 13/17, and Elementary OS Freya/Luna.

Firefox 42.0 features:

  • Private Browsing with Tracking Protection blocks certain Web elements that could be used to record your behavior across sites
  • Control Center that contains site security and privacy controls
  • Indicator added to tabs that play audio with one-click muting
  • WebRTC improvements:
    • IPV6 support
    • Preferences for controlling ICE candidate generation and IP exposure
    • Hooks for extensions to allow/deny createOffer/Answer
    • Improved ability for applications to monitor and control which devices are used in getUserMedia
  • Login Manager improvements:
    • Improved heuristics to save usernames and passwords
    • Edit and show all logins in line, Copy/Paste usernames/passwords from the Context menu
    • Migration imports your passwords to Firefox from Google Chrome for Windows and Internet Explorer; import anytime from the Login Manager
  • Improved performance on interactive websites that trigger a lot of restyles
  • HTML5
    • Implemented ES6 Reflect
    • Support ImageBitmap and createImageBitmap()
    • Media Source Extension for HTML5 video available for all sites
  • DEVELOPER:
    • View HTML source in a tab
    • Remote website debugging over WiFi (no USB cable or ADB needed)
    • Asynchronous call stacks now allow web developers to follow the code flow through setTimeout, DOM event handlers, and Promise handlers.
    • Configurable Firefox OS Simulator in WebIDE, to simulate reference devices like phones, tablets, even TVs
      CSS filter presets in the Inspector
    • Ability to save filter presets inside CSS Filter Tooltip
  • And also various security fixes.

How to Upgrade Firefox:

To upgrade the browser in Ubuntu, just launch Software Updater (or Update Manager for Linux Mint).

After checking for updates, you should see Firefox Web Browser available in the list.

Install it and done!

PyAudioSelector, an open-source project written in Python, is a GTK3 indicator applet for Ubuntu users to easy switch between audio devices for all or some of the audio sources.

With the indicator applet, you can even set the different audio sources to different output devices.

How to Install:

The project is now under early development stage. An Ubuntu PPA will be created to make it easy to install. And before that, follow below steps to install a git release.

Open terminal from the Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below commands one by one:

1. Install git if you don’t have it.

sudo apt-get update && sudo apt-get install git

2. Grab the source:

cd /tmp/ && git clone https://github.com/agustinmista/PyAudioSelector.git

3. Navigate to the source folder and run the install script:

cd /tmp/PyAudioSelector && sudo sh install.sh

Once installed, it starts automatically at next login.

How to Uninstall:

There is not an uninstall script at the moment, but you can easily remove the applet by running below commands one by one:

1. Remove the python script:

sudo rm /usr/local/bin/PyAudioSelector/PyAudioSelector.py

2. Remove the config file:

sudo rm /usr/share/PyAudioSelector/config.ini

3. Finally remove the autostart file:

rm ~/.config/autostart/PyAudioSelector.desktop

more at github.com

Linus Torvalds finally announced the release of Linux Kernel 4.3 at LKML last night. He wrote:

So it *felt* like the last week of the rc series was busy, to the point where I got a bit worried about the release. But doing the actual numbers shows that that really was just my subjective feeling,
probably due to the kernel summit and travel back home from Korea. It wasn’t actually a particularly busy week, it’s just that the pull requests were more noticeable in the last couple of days.

We had a network update and a late fix for a x86 vm86 mode bug introduced by the vm86 cleanups, but other than that it’s just a collection of various small oneliners all over. Ok, the vm86 mode thing was a one-liner too, it was just slightly more nerve-wracking because it looked scarier than it was before people (Andy) figured out what was going on.

The changes from rc7 are dominated by the network stuff, but as you can tell from the appended shortlog it’s not anything particularly scary.

So on the whole, this remains a rather calm release cycle until the very end. And with the release of 4.3, obviously the merge window for 4.4 is open, and let’s keep our fingers crossed that that will be an equally calm release. Especially since apparently Greg has decided ahead of time (as an experiment brought on by discussion at the kernel summit) that 4.4 will be another LTS release …

What’s New in Kernel 4.3:

  • Intel Skylake Graphics enabled by default.
  • Initial support for AMD Radeon R9 Fury
  • OpenGL 3.3 support for VMware.
  • Rework of the open-source NVIDIA/Nouveau driver
  • Remove EXT3 driver since existing EXT3 file-systems can be handled by the EXT4 driver
  • Many fixes for XFS, EXT4, F2FS, Btrfs RAID 5/6 and TRIM.

How to Install Kernel 4.3 in Ubuntu:

Ubuntu Kernel Team has made the binary packages for the new Kernel release, available for download at:

Download Linux Kernel 4.3 DEBs

You may first check out your OS type, 32-bit or 64-bit, and then download and install below packages one by one:

  1. linux-headers-4.3.0-xxx_all.deb
  2. linux-headers-4.3.0-xxx-generic_xxx_i386/amd64.deb
  3. linux-image-4.3.0-xxx-generic_xxx_i386/amd64.deb

If you need a low latency system (e.g. for recording audio) then download & install below packages instead:

  1. linux-headers-4.3.0_xxx_all.deb
  2. linux-headers-4.3.0-xxx-lowlatency_xxx_i386/amd64.deb
  3. linux-image-4.3.0-xxx-lowlatency_xxx_i386/amd64.deb

For Ubuntu Server or those who prefer Linux command, run below commands one by one to download and install the kernel binaries:

For 64-bit system:

cd /tmp/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb

sudo dpkg -i *.deb

for 32-bit system:

cd /tmp/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_i386.deb

sudo dpkg -i *.deb

Once installed, restart to take effect.

Revert back and Uninstall the new Kernel:

Restart your computer and select boot with the old kernel entry under Advanced Options menu when you’re at Grub boot-loader.

When it boots up, run below commands to remove the kernel image:

sudo apt-get autoremove linux-image-4.3.0*

The latest Kodi Media Center, formerly known as XBMC, now is available for Ubuntu 15.10 users through its official PPA repository.

The current version is Kodi 15.2 ‘Isengard’ which was released in the middle of this month. For those who want to install this release and receive future updates via Software Updater, follow below steps.

1. Add Kodi PPA

Open terminal from the Unity Dash, App Launcher, or via Ctrl+Alt+T shortcut key. When it opens, run below command to add PPA:

sudo add-apt-repository ppa:team-xbmc/ppa

2. If you’ve installed an old release from Software Center. Run Software Updater to upgrade to Kodi 15.2.

Or run below commands one by one in terminal to install or upgrade the software:

sudo apt-get update

sudo apt-get install kodi

Once installed, log with Kodi session at next login or launch it from the Unity Dash at next boot.

3. (Optional) To remove Kodi PPA, go to the Software & Updates -> Other Software tab or run below command in terminal:

sudo add-apt-repository --remove ppa:team-xbmc/ppa

To remove Kodi, do it via Software Center or run command:

sudo apt-get remove kodi && sudo apt-get autoremove