GNOME Shell Extensions Updater

1:09 AM

With GNOME Shell Extensions Updater, you can update all the extensions installed from extensions.gnome.org with a single click. This extension checks for updated extensions every 5 days and displays a notification in the GNOME Shell Message Tray with all the available updates:

gnome shell extension updater

To install the updates, simply click "Update all" and all the extensions should be automatically updated:


GNOME Shell Extension Updater is not available on the GNOME Shell Extensions website, but you can easily install it using the commands below. Firstly, install GIT - in Ubuntu, use the following command:
sudo apt-get install git-core

Then, to install the extension on any distro running GNOME Shell 3.4 or 3.2, copy/paste the following commands in a terminal:
cd
git clone git://github.com/eonpatapon/gnome-shell-extension-updater.git
cd gnome-shell-extension-updater
./install.sh
Once installed, restart GNOME Shell and activate the extension using GNOME Tweak Tool.


There aren't any settings to change the update check interval, but if you really need to change it, you can edit the ~/.local/share/gnome-shell/extensions/updater@patapon.info/extension.js file and modify the "UPDATE_INTERVAL" value to whatever you want.

via Reda Lazri @ G+

0 comments

» read more....

Install XFCE 4.10 In Xubuntu 12.04 Precise Pangolin Via PPA

10:12 PM

xfce 4.10 xubuntu 12.04

XFCE 4.10 was released about two weeks ago, too late to be included in Xubuntu 12.04 LTS Precise Pangolin. But you can install the latest XFCE 4.10 in Xubuntu 12.04 using a PPA.

XFCE 4.10 comes with many improvements which include a new application finder, a new vertical display mode for the panel: "deskbar", multiple rows support for the panel, the window manager supports tiling windows when dragging them to the screen edges, thumbnail rendering support for Xfdesktop, the mouse and touchpad dialog is capable of handling basic Synaptics and Wacom properties in the GUI, and more. For more info, check out the XFCE 4.10 tour.


Install / upgrade to XFCE 4.10 in Xubuntu 12.04 via PPA


xfce 4.10

Lionel Le Folgoc, a Xubuntu contributor, has set up a PPA to make it easy to install the latest XFCE 4.10 in Xubuntu 12.04 Precise Pangolin. To add the PPA and upgrade to XFCE 4.10, use the commands below:
sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
sudo apt-get update
sudo apt-get dist-upgrade

If after running "dist-upgrade", you get 3 held back packages which can't be upgraded, open Synaptic Package Manager (it's installed by default in Xubuntu), click the "Mark all upgrades" button, then "Apply". Synaptic will ask to remove one package and install a new one - select yes and you're done.

To install XFCE 4.10 in Xubuntu 12.04 (if you're using a different desktop environment such as GNOME for example), instead of the last command above, use the following:
sudo apt-get install xubuntu-desktop

Note: in XFCE 4.10, the window buttons plugin no longer expands, so the notification area / indicators will show up next to the window buttons plugin, leaving an empty area to the right of the panel. You can get the old behaviour back by adding a separator plugin to the panel, then right clicking it and enabling the "Expand" option.

0 comments

» read more....

UDS-Q News: Unity 2D Might Go Away, More [Ubuntu 12.10]

7:26 PM

uds-q logo

The Ubuntu Developer Summit (UDS-Q) has started a couple of days ago and in the "GNOME Plans Review" review session which took place yesterday, it was discussed which GNOME version will be used by Ubuntu 12.10 Quantal Quetzal, if Clutter is to be included by default and more.

According to the GNOME Plans Review UDS-Q session, Ubuntu 12.10 will use GTK/GNOME 3.6 and unlike the previous cycle, there will be no "hold backs" so Clutter (which already works with llvmpipe) will make it on the CD, which means Totem will  be upgraded to the latest version (Ubuntu 12.04 used Totem 3.0.1 by default instead of 3.4.0). 

This also means that GNOME Sushi might be included by default since it's no longer blocked by Clutter. Another GNOME application which might be included by default in Ubuntu 12.10 is GNOME Contacts.

In the same session, it was also noted that "unity-2d will go away anyway, so -3d/compiz already require 3D" without any further details. This seems a bit weird since Unity 2D is used by Ubuntu TV for instance and there was a lot of work in the Ubuntu 12.04 Precise Pangolin development cycle to get Unity 2D closer in look and feel with Unity 3D (with Compiz). We'll probably find out more about this soon.

You can check out the GNOME Plans Review session notes, HERE.

0 comments

» read more....

Install GIMP Plugin Registry For GIMP 2.8 In Ubuntu [PPA]

9:58 PM

gimp plugin registry

A quick update for those of you who are using GIMP 2.8 under Ubuntu 12.04 or 11.10: Otto's PPA which you've probably used to install GIMP 2.8 has been updated recently and it now includes GIMP Plugin Registry, recompiled to work with GIMP 2.8 (see how to install GIMP 2.8 in Ubuntu, HERE).

GIMP Plugin Registry is a collection of hundreds of plugins for GIMP which includes GIMP FX Foundry (a huge collection of scripts for GIMP), Liquid-Rescale, Safe For Web, Separate+, Elsamuko (which includes effects such as "Obama Hope", "Movie 300", antique photo border and more), Warming and Cooling Filters and others.

To install GIMP Plugin Registry for GIMP 2.8 in Ubuntu 12.04 or 11.10, use the commands below:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp-plugin-registry


For GIMP 2.6.x, you can use the WebUpd8 PPA to install GIMP PLugin Registry (it's also available in the Ubuntu 12.04 Precise repositories).

0 comments

» read more....

How To Get Dodge Windows And Minimize On Click For Unity In Ubuntu 12.04

9:10 PM


A few days ago, a post on the Ubuntu Forums was announcing a PPA for Ubuntu 12.04 that adds two patches for Unity: 'Dodge windows' and minimize/unminimize on click for the Unity launcher, but initially, the patches had a few bugs (including a bug that prevented minimize from working with multiple windows) which have been fixed recently.

Using the PPA, you'll get the exact same 'Dodge windows' and 'Dodge active window' behaviour in Ubuntu 12.04 as it was in Ubuntu 11.10. You can even change the 'Hide Launcher' behaviour in CompizConfig Settings Manager to 'Dodge windows', 'Dodge active window' (and obviously, the already existing 'Autohide' and 'Never'), like in Ubuntu 11.10.

The Unity package in the PPA has the minimize/unminimize on click patch too, which works like this:

1. If there is no opened window for that app
1.a. Open a new window
2. If there is only one opened window for that app
2.a. Focus the window, if not focused
2.b. Minimize the window
2.c. Restore the window
2.d. Goto 2.a
3. If there is more than one opened window for that app
3.a. Focus the latest used window, if not focused
3.b. Open spread view
3.c. Close spread view and minimize all windows of that app
3.d. Restore the latest used window
3.e. Goto 3.a


Here's a video in which you can see both the dodge windows and minimize on click for Unity in action:


(direct video link)



Get dodge windows and minimize on click for Unity in Ubuntu 12.04


To get dodge windows and minimize on click for Unity in Ubuntu 12.04, use the commands below:
sudo apt-add-repository ppa:ikarosdev/unity-revamped
sudo apt-get update
sudo apt-get upgrade

Then log out and log back in.


Revert the changes


If you'd like to go back to Unity from the official Ubuntu 12.04 repositories, without the dodge windows and minimize on click patches, use the commands below:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:ikarosdev/unity-revamped



To get minimize on click for Ubuntu 11.10, see: Unity With Minimize On Click Patch (Unofficial) Available In A PPA For Ubuntu Users

0 comments

» read more....

Autohide Top Bar For GNOME Shell 3.4, More [Ubuntu PPA]

8:59 PM


"Autohide Top Bar", a GNOME Shell extension that lets you toggle the GNOME Shell Top Bar autohide on/off by double clicking it, is now available for GNOME Shell 3.4 and Ubuntu 12.04 Precise Pangolin.

If you're not familiar with Autohide Top Bar for GNOME Shell, here's an old video in which you can see it in action:



To install GNOME Shell Autohide Top Bar in Ubuntu 12.04 (for GNOME Shell 3.4), use the commands below:
sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions-autohidetopbar
Once installed, reload GNOME Shell and activate the extension using GNOME Tweak Tool.

If toggling autohide on/off doesn't work properly or you just want to change the value, open "extension.js":
gksu gedit /usr/share/gnome-shell/extensions/autohidetopbar2@werewolves.us/extension.js
And change the "const TIME_DELTA" value to something that works better for you, then restart GNOME Shell.

If you're not using Ubuntu, you can download the extension from HERE.


Besides Autohide Top Bar, two other extensions from the WebUpd8 GNOME 3 PPA were updated this week to support GNOME Shell 3.4: Noa11y (an extension to remove the Accessibility icon) and GNOME Shell Window Overlay Icons extension (an extension that displays an icon for each window in the activities overview, which makes it easier to distinguish the applications). 

To install them in Ubuntu, make sure you've added the WebUpd8 GNOME 3 PPA, then use the following command:
  • to install Noa11y:
sudo apt-get install gnome-shell-extensions-noa11y
  • to install GNOME Shell Window Overlay Icons:
sudo apt-get install gnome-shell-extensions-windowoverlay-icons

Also see:

0 comments

» read more....

Help Test Audience Media Player

6:43 PM

audience media player

Audience, a Gstreamer-based media player for Linux written in Vala is getting closer to its first public release. But firstly, it needs testing so if you want to help, install Audience and submit any bugs you find @ Launchpad (before you do, try the videos in Totem to make sure the bugs are Audience-specific).

Audience uses a minimalistic interface based on a mockup made by Daniel Fore (and since it follows the elementary HIGs, Audience might be used as the default media player in elementary OS) and comes with almost no settings: you can only set the subtitles and language.

audience media player

Since our last post, the Audience interface has received some changes: there's no more popup menu for adding media, the live video preview is now displayed above the seekbar and the playlist/options sidebar is better integrated into the Audience UI.


Install Audience in Ubuntu


To install Audience in Ubuntu 11.10, besides the Audience PPA you'll need to add the elementary OS testing PPA (for Granite) and the Vala PPA (these two PPAs are not required for Ubuntu 12.04):
sudo add-apt-repository ppa:elementary-os/testing
sudo add-apt-repository ppa:vala-team/ppa

Then, to add the Audience Daily PPA and install it in Ubuntu 12.04 or 11.10, use the commands below:
sudo add-apt-repository ppa:audience-members/ppa
sudo apt-get update
sudo apt-get install audience

Audience Launchpad page

0 comments

» read more....

GIMP 2.8 (Stable) Finally Available For Download

3:47 PM

gimp 2.8 single window screenshot

After more than three years of development, GIMP 2.8 stable is finally available for download. The new version brings the long-awaited single-window mode (optional; you can still use multiple windows) as well as some other cool new features like on-canvas text editing, multi-column dock windows, a new set of brushes and many other features and improvements.

There's no official announcement for the latest GIMP 2.8 yet, but you can download the source from its FTP servers. Update: GIMP 2.8 has been officially released.

New features in GIMP 2.8 (stable):
  • Single Window Mode: you can finally use a single main window instead of overlapping floating windows. This is optional and can be turned on from the Windows menu.
  • On-canvas text editing: editing text is not performed in a separate window anymore.
  • Multi-column dock windows which makes the GIMP UI a lot more customizable
  • Improved screen real estate for dockable dialogs
  • Using "Save" now saves the file in the GIMP XCF format and it can't be used for saving PNG and other files. For non-XCF file types, you now have to use the "Export" menu entry.
  • You can now create layer groups which can be organized in tree-like structures
  • Brush system and tool preset improvements
  • You can now tag brushes and patterns
  • New slider widgets
  • A new set of default brushes and tool presets from Ramon Miranda (from GIMP Paint Studio)
  • Brushes can now be rotated
  • New open window navigation which displays a small preview for each tab
  • Tools rendering on canvas have been ported to Cairo to provide smooth antialiased graphics
  • A new "Lock Pixels" feature
  • Support for JPEG2000 and loading 16bit (RGB565) raw data. 
  • Export color values to CSS, PHP, Java, Python or plain text
  • Core integration of the graph-based GEGL library
  • Export to PDF
  • New tool: Cage Transform which makes it possible to easily warp parts of objects using an adjustable user-defined polygonal frame
  • Many others

Update: the official GIMP 2.8 release notes are now available @ gimp.org.


gimp 2.8 single window screenshot
New brushes / tagging brushes

gimp 2.8 font on-canvas
On-canvas text editing

gimp 2.8 layer groups
Layer groups

gimp 2.8 Multi-column dock windows
Multi-column dock windows

Cage Transform tool

gimp 2.8 New open window navigation (tabs with previews)
New open window navigation (tabs with previews)



Install GIMP 2.8 (stable) in Ubuntu


Important: The PPA below provides GIMP 2.8 final for Ubuntu 12.04 Precise Pangolin 11.10 Oneiric Ocelot and while the packages in the PPA worked just fine in my tests under both Ubuntu 12.04 and 11.10, the PPA description says that there are some dependency issues, especially for Ubuntu 11.10, so use it at your own risk!

To add the PPA and install GIMP 2.8 stable in Ubuntu 12.04 Precise Pangolin or 11.10 Oneiric Ocelot, use the following commands:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp

If you're upgrading from an older GIMP version, instead of the last command above, use the following:
sudo apt-get dist-upgrade


Revert the changes (go back to GIMP 2.6.x)


If you don't want to use the GIMP 2.8 packages from the PPA above for whatever reasons, you can purge it by using the following commands:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp




0 comments

» read more....

ownCloud Android App Available For Download

2:38 AM

ownCloud, the complete, open source cloud file sync tool (includes music streaming, file management which supports sharing, calendar, contacts and more) is now available for Android.

This is the first public ownCloud Android app release and it doesn't have to many features yet, but it does have the basics: browse, upload, download and delete files. The application also supports previews for videos and photos but only for those on your device (which you want to upload) and not for those available on the ownCloud server.

Further more, for now the application doesn't support non-standard ports so if you've configured your ownCloud setup to use such a port, you won't be able to use the Android app for now.

Here are a few ownCloud for Android screenshots:







ownCloud for Android isn't yet available on Google Play, but it should be posted in about 4-6 weeks and around the same time, the iOS app should also be available in the AppStore (for now there's no iOS app available for download).

Download ownCloud for Android (.apk)


More about ownCloud:

0 comments

» read more....

How To Install Ubuntu 12.04 On Non-PAE Capable Hardware

11:45 PM

Physical Address Extension (PAE) is a feature to allow (32-bit) x86 processors to access a physical address space (including random access memory and memory mapped devices) larger than 4 gigabytes.

Ubuntu 12.04 (as well as Kubuntu 12.04) uses the PAE Linux kernel by default for 32bit ISOs so old computers that don't support PAE can't boot the latest Ubuntu version. But there is a way to install Ubuntu 12.04 LTS Precise Pangolin on computers without PAE support: using the non-PAE netboot Minimal ISO (there are also some alternatives, see below).

The non-PAE netboot mini ISO lets you install the non-PAE kernel and the desktop environment you want: you can select to install Ubuntu Desktop (with Unity), Kubuntu Desktop and so on. One note though: since the minimal CD will download packages from online archives at installation time instead of providing them on the install CD itself, you need a working Internet connection during the installation.


Install Ubuntu 12.04 LTS on non-PAE capable systems using the netboot minimal ISO


Download mini.iso from HERE, write it on a CD or USB stick and boot from the ISO like with the regular Ubuntu ISO and select "Install":

Ubuntu mini iso screenshot


The installer will now ask you a bunch of questions regarding the keyboard, etc. - select the options you want (use TAB to move through fields, SPACE to select and ENTER to activate buttons / continue). If you use a proxy, you'll be asked to enter it before the installation starts:



Basically, all the info available in the regular installer are also available for the mini ISO, like selecting your country, choose if you want to encrypt you home directory, partition the hard disk and so on:




After partitioning your hard disk, the installer will start downloading the core packages:



If some packages fail to download, you can select to continue and at the end of this step, you'll get to the Ubuntu Installer Main Menu where you can select "Install the base system" so the installer will try to redownload the packages for which the download failed:



Next, you'll be asked to select the Linux kernel you want to use - here, select "linux-generic":



The next important step is to select the desktop environment you want to use. Select it using the SPACE key (don't just press enter or else you'll end up with the core system only and without a graphical desktop environment!):
  • for Unity, select "Ubuntu Desktop"
  • for KDE / Kubuntu, select "Kubuntu Desktop"


Next, make sure you install the GRUB bootloader (by simply selecting "Yes" when you reach the screen below):



And that's about it, after you complete the above steps, you should have a working Ubuntu 12.04 LTS (with Unity or KDE) that runs on non-PAE supported hardware.


You can also watch a video with the whole non-PAE Mini ISO Ubuntu 12.04 installation process, below:


(Direct video link)



Alternatives


Like I was telling you above, using the non-PAE mini ISO isn't the only way to install Ubuntu 12.04 Precise Pangolin on computers that don't support PAE. You can also install Xubuntu or Lubuntu since both come with non-PAE Linux kernels, and if you don't want to use XFCE or LXDE, simply open a terminal and type:

- for Unity (and all the default Ubuntu packages):
sudo apt-get install ubuntu-desktop

- for KDE:
sudo apt-get install kubuntu-desktop

Update: there's also an unofficial non-pae Ubuntu 12.04 ISO available for download HERE (thanks to Bob for the tip!).

0 comments

» read more....

Ubuntu GNOME Shell Remix 12.04 Available For Download

12:10 AM

ubuntu gnome shell remix 12.04

Ubuntu GNOME Shell Remix is unofficial Ubuntu remaster in which Unity has been replace with GNOME Shell. Besides this, Ubuntu GNOME Shell Remix also comes with some applications that are a part of GNOME and aren't installed by default on Ubuntu, such as Evolution, GNOME Sushi, Contacts or Cheese.

Ubuntu GNOME Shell Remix is intended for those who don't want/need Unity and want a clean GNOME Shell from the start, without having to remove Unity and other packages that depend on it. 

One note though: using Ubuntu GNOME Shell Remix 12.04 doesn't mean you can't use some Ubuntu-specific applications - for instance, Ubuntu one and Ubuntu Software Center are installed by default so there's only a different shell, but the features you like about Ubuntu are still available.



Because of some changes made in the latest Ubuntu 12.04, Ubuntu GNOME Shell remix doesn't come with GDM and uses LightDM by default (but it doesn't use the Unity Greeter and instead, it comes with the LightDM GTK greeter by default), so it's not a pure GNOME 3.4 experience, but it's the closest you can get while using Ubuntu.

Download Ubuntu GNOME Shell Remix 12.04

Thanks to Jan Hoffmann for the tip!

0 comments

» read more....

TV-Maxe 0.07 Released, Ubuntu PPA Available [SopCast Player For Linux]

10:36 PM

tv maxe sopcast player

TV-Maxe is an application that you can use to watch TV stations online, through a P2P technology called SopCast. It comes with two TV channel lists by default: one international and one Romanian, but more unofficial lists are available on its wiki (for France, Hungary, United Kingdom, Danmark, Spain, Russia and Ukraine).


TV-Maxe 0.07 has been released recently, bringing some important changes both under-the-hood as well as to the end users:
  • HTTP remote control: TV Maxe already had support for remote control via infrared, but the latest version also comes with HTTP remote control so all you need is a mobile phone or tabled with a working network connection to change TV channels, play/stop TV maxe and change or mute the volume.
  • Gstreamer support which is more stable than the Mplayer or the VLC backends
  • Separation of protocol engines and multimedia backends
  • Faster startup
  • Support for streams with multiple audio tracks
  • Added support for multiple Sopcast sources for the same channel
  • Channel list filtering
  • Deleted channels management
  • Extended support for RTMP streams


Install TV-Maxe (SopCast Player) in Ubuntu


To install the latest TV-Maxe in Ubuntu 12.04, 11.10, 11.04, 10.10 or 10.04, use the commands below:
sudo add-apt-repository ppa:venerix/blug
sudo apt-get update
sudo apt-get install tv-maxe

For .rpm and source files, see the TV-Maxe downloads page.

via blog.ov1d1u.net (in Romanian)

0 comments

» read more....

Zukitwo, Zukini, Holo Theme Packs Updated For GNOME 3.4 [Ubuntu PPA]

11:37 PM

Zukitwo, Zukini and Holo (unofficial) GTK2/3/GNOME Shell themes have been updated to work with GNOME 3.4 (so they work in Ubuntu 12.04) and are now available in the WebUpd8 themes PPA.

To be able to install the themes below using the WebUpd8 themes PPA, firstly add the PPA:
sudo add-apt-repository ppa:webupd8team/themes
sudo apt-get update


Zukitwo is a GTK2/3/GNOME Shell/Xfwm4 theme pack that comes with two GTK theme variants: light and dark. Zukitwo for GNOME Shell uses a transparent top bar and a beautiful message tray, giving GNOME Shell a glassy look. Both Zukitwo and Zukitwo-Dark GTK themes work with Unity, though the top panel font is a bit blurry with Zukitwo (this doesn't occur with Zukitwo-Dark).

Here are some Zukitwo screenshots:

Zukitwo Dark
Zukitwo GNOME Shell theme
Zukitwo GTK & Zukitwo GNOME Shell

To install Zukitwo from the WebUpd8 Themes PPA in Ubuntu, use the command below:
sudo apt-get install zukitwo-gtk-theme zukitwo-dark-gtk-theme

For other Linux distributions, download Zukitwo from DeviantArt.



Zukitwo Colors is a theme pack based on Zukitwo that comes with GTK2, GTK3 and GNOME Shell themes in 7 colors from Shiki-Colors (Brave, Dust, Human, Illustrious, Noble, Wine and Wise), as well as a color-neutral GNOME Shell theme (Zukitwo-Colors) and Metacity/Mutter themes for Dust (Zukitwo-Dust):

One of the Zukitwo Colors theme

To install Zukitwo Colors in Ubuntu, use the command below:
sudo apt-get install zukitwo-colors-theme

For other Linux distributions, download Zukitwo Colors from GNOME Look.



Holo is GNOME 3 theme pack created by Tiheum (the Faenza icon theme designer) that tries to mimic the Android 4.0 Ice Cream Sandwich theme. The theme doesn't support GNOME 3.4 officially, so RĂ©gis Montoya has ported it to the latest GNOME version:



Note: Holo is especially designed for GNOME Shell and doesn't work properly in Unity!

To install Holo theme pack in Ubuntu, use the command below:
sudo apt-get install holo-theme

For other Linux distributions, download Holo unofficial port to GTK3.4 via GitHub. The original Holo GTK/GNOME Shell theme can be downloaded via DeviantArt.




Zukini is yet another GTK2/3/GNOME Shell theme pack created by lassekongo83 (the Zukitwo theme designer):

Zukini GNOME Shell theme
Zukini GTK theme

To install Zukini in Ubuntu, use the command below:
sudo apt-get install zukini-theme

For other Linux distributions, download Zukini from DeviantArt.

To use any of the GTK themes above in Ubuntu, you can use Unsettings, Ubuntu Tweak, etc.

For GNOME Shell themes, you'll need the User Themes GNOME Shell extension which is a part of the "gnome-shell-extensions" package available in the WebUpd8 GNOME 3 PPA - for how to install it in Ubuntu, see our previous post: Official GNOME Shell Extensions, Weather, System Monitor, MediaPlayer And GPaste Available For GNOME Shell 3.4 [PPA - Ubuntu 12.04]

0 comments

» read more....

Wallch: Wallpaper Changer For GNOME 3 / Unity

4:51 PM


Wallch is an automatic wallpaper changer that works with GNOME 3 (and Unity). It features desktop/sound notifications, random image and time changing, live earth wallpaper (a 'live' picture of the earth updated every half hour), taking screenshots or webcam image.

The application also comes with Unity launcher support, so you can start or stop Wallch, select the next or previous wallpaper or start the live earth wallpaper from the Unity launcher:



Recently, the application got a new feature to automatically use a picture from Wikipedia of the day as wallpaper, as well as folder monitor and a redesigned UI. You also have an option to save the current picture of the day for later use.


To activate the picture of the day wallpaper or live earth wallpaper, firstly make sure the regular wallpaper changer is stopped (if started, click "Stop" in the main Wallch UI), then select Edit > Extras and you'll find a button to activate the live earth wallpaper or picture of the day. Here, you'll also find the folder monitor which adds any images you copy to a given folder to the Wallch wallpaper list.

Wallch live earth wallpaper


Install Wallch wallpaper changer in Ubuntu


The latest Wallch 3.0 is available in the Ubuntu 12.04 LTS repositories so to install Wallch, click the button below:


Or run the following command in a terminal:
sudo apt-get install wallch

Wallch is also available for Ubuntu 11.10 Oneiric Ocelot, but it's an older version. To add the Wallch PPA and install it in Ubuntu 11.10, use the commands below:
sudo add-apt-repository ppa:wallch/wallch-ppa
sudo apt-get update
sudo apt-get install wallch

For other Linux distributions, you can download the Wallch source from HERE.


thanks to Leon Vs for the tip!

0 comments

» read more....

Things To Tweak After Installing Ubuntu 12.04 Precise Pangolin

8:44 PM

tux star wars

Ubuntu 12.04 LTS Preise Pangolin has been released and many of you have already upgraded or plan on upgrading, so I've made yet another post that you'll hopefully find useful, with things that you may want to tweak, fix or install in Ubuntu 12.04.

Some of the tweaks in this article are old, and we've already talked about it in the previous posts about things to tweak after installing Ubuntu 11.10 or 11.04, but there are also many new things to install and tweak and also, some improved old tweaks.


Unity-specific tweaks


Disable global menu (appmenu), overlay scrollbars, whitelist the systray and more


If you're new to global menus or overlay scrollbars, give them a try for a few days before disabling them.

If until now, you had to modify configuration files or run various commands to disable the global menu (appmenu), the overlay scrollbars or whitelist the systray, this time things got a lot easier thanks to some tools such as Unsettings.

tweak unity unsettings

So those of you who don't like the global menu, overlay scrollbars or want to whitelist the systray so applications that use a notification area icon show up on the Unity panel, can use Unsettings to change these settings with a click.

But that's not all Unsettings can do. You can also use it to change the GTK or icon theme, further tweak Unity and more:
  • Unity Launcher look: change launcher size, opacity, select when devices show up on the launcher or get a "show desktop" icon
  • Launcher behaviour: visibility (always visible or autohide), autohide animation, reveal trigger, edge responsiveness, urgent animation, launch animation, blacklight
  • Dash: set Dash size, blur, enable or disable apps available for download and recently used apps, enable / disable search for all files
  • Panel: set the opacity, enable / disable opaque if maximized, set the applications available in the systray whitelist and enable / disable the real name, user menu and sound indicator from showing up on the panel
  • Change fonts, hinting and antialiasing
  • Windows: enable / disable overlay scrollbars, global menu, click to focus, HUD, auto raise (as well as the delay) and change automaximize value
  • Desktop: set the number of vertical and horizontal workspaces, show / hide various icons on the desktop like the home, computer, trash or network icon, configure the next monitor pressure (for multi-monitor setups), shortcut hints overlay, ALT + Tab settings
  • Change GTK, Window, Icon and cursor themes.

To install Unsettings in Ubuntu, use the following commands in a terminal:

sudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install unsettings

Unsettings isn't the only such tool, there's also MyUnity and Ubuntu Tweak, each with some common but also some extra features.



Tweak Unity 2D


Unsettings and MyUnity are nice for Unity 3D, but they lack proper support for Unity 2D so to easily tweak Unity 2D, you can install Ubuntu Tweak, which lets you enable / disable HUD, set Dash to full screen, change the launcher autohide (this is also available in System Settings, under Appearance) and multi-monitor behaviour.

To install Ubuntu Tweak, use the commands below:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak



Get Unity Dodge Windows autohide behaviour back and minimize on click


The 'Dodge Windows' / 'Dodge active window' Unity launcher autohide behaviour has been removed from Ubuntu 12.04 Precise Pangolin but you can get it back using a patched Unity. This patched Unity also adds minimize/unminimize on click for the Unity launcher.

To install Unity with these two patches, use the commands below:
sudo apt-add-repository ppa:ikarosdev/unity-revamped
sudo apt-get update
sudo apt-get upgrade

Then log out and log back in.

To go back to Unity without these patches, use the commands below:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:ikarosdev/unity-revamped

More info @ HERE.



Change the Unity 2D launcher icon size



The Unity 3D launcher icon size can easily be changed through System Settings (under Appearance), but that's not available for Unity 2D. But there is a way to change the Unity 2D launcher icon size: through a script.

To change the Unity 2D icon size, run the following commands in a terminal:
cd
wget http://webupd8.googlecode.com/files/script.py
chmod +x script.py
sudo ./script.py SIZE

In the last command above, replace "SIZE" with the desired size for the launcher icons, for example "32" (don't use any quotes). Then log out and log back in to Unity 2D.

Credits for the script: ppd @ Ubuntuforums.org



Install lenses


Quite a few Unity lenses have been created in the last few months. The lens I find most useful is called Recoll Lens which lets you use Recoll, a full text search tool, from Dash, without having to open any additional GUI.

The lens comes with a few filters like Text, Spreadsheet, Presentation, Media or Message, but for more advanced searches, you'll have to manually enter the Recoll search query. Examples: author:"john doe", metallica OR megadeth, /2007 (all documents from 2007 or older), dir:/path/to/dir (filters content from /path/to/dir directory) and more.

Unity recoll lens

To install Unity Recoll Lens, use the following commands:
sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
sudo apt-get update
sudo apt-get install recoll-lens recoll

Once installed, log out and log back in.

More info about Unity Recoll Lens.


Another lens that I find really useful is the Utilities Lens which comes with two scopes: Cities and Calculator. The cities scope lets you quickly see the time, weather and wind conditions in a city you search for in Dash and, as expected, the calculator scope lets you quickly perform mathematic operations:

unity cities scope lens

unity cities scope lens


To install the Utilities Lens along with Cities and Calculator scopes, use the commands below:
sudo add-apt-repository ppa:scopes-packagers/ppa
sudo apt-get update
sudo apt-get install unity-lens-utilities unity-scope-calculator unity-scope-cities
Once installed, log out and log back in.

These are just the lenses I find most useful, but there are many others, like torrent search lens, Grooveshark or Spotify lens (available in the same PPA as the Cities and Calculator scopes) and more. See here for more lenses and also search for new lenses and scopes in the Ubuntu Software Center.




Install extra appindicators


AppIndicators are applications that come with an indicator displayed on the top Unity panel (or on the Classic GNOME panel).

Weather Indicator displays the weather on the panel, from one or multiple locations around the world. You can configure it to display notifications and more.

weather indicator

To install Weather Indicator, search for it in Ubuntu Software Center or use the command below:
sudo apt-get install indicator-weather

Alternative: My Weather Indicator.


If you use Ubuntu One, you'll find Ubuntu One Indicator very useful as it displays the sync status including the upload speed, recently published files for which you can copy the public links, disconnect Ubuntu One and more:

ubuntuone indicator

To install Ubuntu One indicator, use the commands below:
sudo add-apt-repository ppa:rye/ubuntuone-extras
sudo apt-get update
sudo apt-get install indicator-ubuntuone


Another feature that users who have upgraded from Ubuntu 10.04 might be missing in Ubuntu 12.04 is a system monitor panel applet. The Unity panel doesn't support applets, but you can use an indicator for this. System Load Indicator displays CPU, Memory, Network, Swap, Disk io and system load on the panel, just like the old system monitor applet:

system load indicator

Install System Load Indicator in Ubuntu 12.04 LTS using the commands below:
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload


Get longer battery life with Jupiter

Jupiter is an appindicator (it now uses Python instead of Mono) designed to improve laptops / netbooks battery life. It can be used to switch between maximum, high performance and power saving modes, change the screen resolution and orientation, enable or disable bluetooth, touchpad, WiFi (if available) and so on. If you own an Asus EeePC netbook, there's also a separate package that adds support for Asus Super Hybrid Engine (SHE) as well as some other EeePC tweaks.

jupiter indicator

Install Jupiter using the following commands:
sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter



Calendar indicator

If you're upgrading from Ubuntu 10.04 LTS and you miss the old behaviour of integrating Google Calendar with the calendar applet through Evolution, you can use an alternative: Calendar Indicator, a tool to display your Google Calendar events on the Ubuntu / Unity panel. Install it in Ubuntu 12.04 Precise Pangolin using the commands below:
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install calendar-indicator

Thunderbird is now the default email client so if you want to synchronize Google Calendar with Thunderbird, see: How To Synchronize Google Calendar With Thunderbird.



Privacy: prevent some files, directories or applications activity from showing up in Dash

zeitgeist activity log manager

Zeitgeist displays your most used and recently used files and applications in Dash, which is something many of you might not want. But starting with Ubuntu 12.04, Activity Log Manager has been integrated into System Settings so you can blacklist certain file types, folders or applications from showing up in Dash. You can also use it to clear the Zeitgeist history for a period of time or completely.

zeitgeist activity log manager

To access Activity Log Manager, open System Settings and click on "Privacy". On the "Recent items" tab you can clear the Zeitgeist history or disable it completely. For more control, check out the other tabs: on the Files tab, you can blacklist some directories or file types and on the Applications tab you can blacklist some applications that you don't want to show up in Dash.



Get a global menu (appmenu) for LibreOffice (and get HUD to work with it)


Just like in the previous releases, LibreOffice doesn't use a global menu by default in Ubuntu 12.04 Precise Pangolin, but you can get it to make use of the global menu by installing the "lo-menubar" package:
sudo apt-get install lo-menubar

This doesn't just add global menu support for LibreOffic
e, but it also makes HUD, the new smart menu which can be accessed by tapping the ALT key, work with LibreOffice.


Create your own quicklists


Quicklists are menu items that show up when right clicking an icon from the Unity launcher. In Ubuntu 12.04, many applications now have quicklists but there are of course some without this useful addition so if you want, you can create your own quicklists, easily, using either Ubuntu Tweak or MyUnity.

ubuntu tweak - quicklists


To install the latet Ubuntu Tweak 0.7.0 which lets you edit quicklists, use the commands below:
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

Or, use MyUnity instead:
sudo apt-get install myunity

After you've installed either MyUnity or Ubuntu Tweak, pin an application to the launcher and you can edit its quicklists like this:
  • in Ubuntu Tweak, under Admins > Quicklists Editor
  • in MyUnity, click on the "launcher" tab, and right under the launcher text there should be a link called "quicklists".



General tweaks (for any "shell")


Get hibernate back


Hibernate has been disabled by default in Ubuntu 12.04. You can use 'suspend' instead, but if you want hibernate back, there is a way to do it.

But firstly, what's the difference between hibernate and suspend? When using suspend, the computer disconnects everything everything except for RAM so it's still using a bit of power. Hibernate on the other hand saves everything to the hard disk, so the computer doesn't need any power, which is important for laptops and netbooks.

Before enabling hibernate, test to see if your computer supports it. To do this, open a terminal and copy/paste the following command:
sudo pm-hibernate

Your computer should switch off - turn it back on and all the applications you had open should reopen if hibernate works for your computer.

If the above test worked, you can enable hibernate in the Ubuntu power menu by running the following command in a terminal:
gksu gedit /etc/polkit-1/localauthority/50-local.d/com.ubuntu.enable-hibernate.pkla

And in the newly opened file, add the following:
[Re-enable hibernate by default]
Identity=unix-user:*
Action=org.freedesktop.upower.hibernate
ResultActive=yes

Then save the file.

After logging out and logging back in, "Hibernate" should show up in the power menu.



How to get a working screensaver in Ubuntu


xscreensaver ubuntu 12.04

Just like the previous Ubuntu release, the latest Ubuntu 12.04 doesn't have a screensaver by default and it uses a blank screen instead (this is actually an upstream GNOME decision). But if you really want a screensaver, you can use Xscreensaver, like we wrote about in the things to fix / tweak post for Ubuntu 11.10:
sudo apt-get remove gnome-screensaver
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
Then search for "Screensaver" in the menu and tweak its settings to your needs.

To add Xscreensaver to startup, open Startup Applications and add "xscreensaver -nosplash".

To get CTRL + ALT + L to lock the screen and start the screensaver, go to System Settings > Keyboard and on the "Shortcuts" tab, under "System", change the "Lock screen" keyboard shortcut from CTRL + ALT + L to something else, then under "Custom Shortcuts", click the "+" button to add a new custom shortcut, under "Name" enter "Xscreensaver" and under "Command" enter "/usr/bin/xscreensaver-command", then click "Apply".

And finally, click next to the newly created shortcut and press CTRL + ALT + L to assign it to it (or use any other keyboard shortcut you want, but make sure it's not already assign to something else). Alternatively, you can run the following command instead of assigning a new keyboard shortcut for the old screensaver:
sudo ln -s /usr/bin/xscreensaver-command /usr/bin/gnome-screensaver-command

To revert the changes (go back to the black GNOME Screensaver screen), use the commands below:
sudo apt-get remove xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
sudo rm /usr/bin/gnome-screensaver-command
sudo apt-get install gnome-screensaver


If you've used the alternative method to assign CTRL + ALT + L to Xscreensaver lock screen, open System Settings > Keyboard again, remove the custom Xscreensaver command and assign CTRL + ALT + L back to "Lock screen" (under "System").

To get Xscreensaver not to start automatically when watching a movie, I recommend using Caffeine, a small indicator applet which you can install using the commands below:
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update
sudo apt-get install caffeine python-glade2



Make all autostart items show up in Startup Applications dialog


startup applications ubuntu

Some autostart items don't show up in the Startup Applications dialog. To get all of them to show up, use the following command:
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/*.desktop



Install Oracle Java 7


For most stuff, OpenJDK/JRE is enough (and you can install it using Ubuntu Software Center), but in case you really need Oracle (previously Sun) Java 7, you can install it (this will install JDK/JRE and the browser plugin) in Ubuntu using the WebUpd8 Java PPA:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer

In case the installation doesn't work (it sometimes fails when behind a proxy), you can try to manually install Oracle Java 7.



Get Synaptic and Gdebi back


Users upgrading from Ubuntu 10.04 LTS to 12.04 LTS will probably find it a bit awkward at first to see that Ubuntu Software Center is now used to install deb files by default and not Gdebi. But if you can't get used to using Ubuntu Software Center for this, you can easily get Gdebi back and set it default for installing deb files. Install Gdebi using the following command:
sudo apt-get install gdebi

If you want to make Gdebi default, right click a .deb file, select "Properties", go to the "Open With" tab and select "GDebi Package Installer" instead of "Ubuntu Software Center". Click "Close" and double click the .deb file - it should now open with GDebi and not Ubuntu Software Center.

Synaptic has also been removed a while back so if you want to install it, simply copy/paste the following command in a terminal:
sudo apt-get install synaptic



Automatically enable working PPAs from previous Ubuntu releases


y ppa manager

When you upgrade to a new Ubuntu version, all the PPAs are disabled. The "Re-enable working PPAs feature checks if the old PPAs have been updated to work with your current Ubuntu version and if they do work, it re-enables them.

If you've just upgraded from Ubuntu 11.10 or 10.04 and want to re-enable the PPAs that work with Ubuntu 12.04, you can use Y PPA Manager to do this automatically. Make sure your Internet connection is working, then in Y PPA Manager select Advanced > Re-enable working PPAs after Ubuntu upgrade" and all the PPAs that have packages for Ubuntu 12.04 will be enabled automatically, leaving the others disabled.

If you want to do a clean Ubuntu 12.04 install, you can make a backup for the PPAs you had on your previous Ubuntu installation using Y PPA Manager, then restore the backup using Y PPA Manager on Ubuntu 12.04 and update the release name in those PPAs that work with Ubuntu 12.04 (so if a PPA has packages for Ubuntu 12.04, it will be updated to use "precise" in the .list file instead of the previous version). To do this, in Y PPA Manager select Advanced > Update release name in working PPAs.

Before any of the above tasks, make sure you make a backup using Y PPA Manager or manually.

To install Y PPA Manager in Ubuntu 12.04 LTS Precise Pangolin, use the commands below:
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager



Dropbox


And a small extra tip: If you try to install Dropbox and you get this error:
Error: Dependency is not satisfiable: libnautilus-extension1 (>= 1:2.22.2)
It's because you're trying to install the Dropbox .deb downloaded from the official Dropbox website, and it currently can't be installed in Ubuntu 12.04. But you can simply install Dropbox by searching for it in Ubuntu Software Center / Synaptic - that package should install without any issues.



Unity alternatives


If you don't like Unity (either the default Unity which uses Compiz or Unity 2D), you have many alternatives available, while continuing to use GNOME. I will only talk about official alternatives which are available in the Ubuntu repositories, but in case you don't like them, there's also Cinnamon, a GNOME Shell fork that uses a GNOME2-like layout and Mate, or you can use a different Ubuntu flavor like Xubuntu, Lubuntu or Kubuntu.



Classic GNOME session - looks almost the same as GNOME 2


If you prefer the old GNOME 2 layout, you can install the classic (also known as fallback) GNOME session in Ubuntu 12.04 - you'll get almost the same look as in GNOME 2: Ubuntu AppIndicators and the default indicators (Messaging Menu, Sound Menu and so on), Compiz and panel applets. 

The theme needs some fixes (the panel has a few visual glitches) for the classic GNOME session and they will probably come with a later Ubuntu 12.04 update. Here's how the Classic GNOME session looks like in Ubuntu 12.04:

classic gnome session

To install the Classic GNOME Session, use the following command in a terminal:
sudo apt-get install gnome-session-fallback

Once installed, log out and select "GNOME Classic" from the login screen:

classic session login screen

Note: to be able to access the GNOME panel settings or add applets, you need to hold the ALT key and right click the panel instead of simply right clicking it, as it used to be in GNOME 2.



GNOME Shell

gnome shell ubuntu

The latest GNOME Shell 3.4.1 is available in the official Ubuntu 12.04 LTS Precise Pangolin repositories, even though it was initially announced that the latest version won't make it into Precise. So to install it, simply search for GNOME Shell in Ubuntu Software Center or use the following command:
sudo apt-get install gnome-shell

And then select "GNOME" from the login screen.

GNOME Shell has a tweaking tool so if you want to change some of its configuration options or the theme, install GNOME Tweak Tool:
sudo apt-get install gnome-tweak-tool

To be able to change the GNOME Shell theme (not GTK/window theme), you'll also need the GNOME Shell User Theme extension. You can install it, along with all the official GNOME Shell extensions by using the WebUpd8 GNOME 3 PPA:
sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-extensions

Then restart GNOME Shell (ALT + F2 and enter "r" or log out and log back in) and use GNOME Tweak Tool to activate the extensions you want to use.

These aren't the only GNOME Shell extensions available in the WebUpd8 GNOME 3 PPA - many other unofficial extensions can be installed easily through our PPA. See the following posts for details:

And of course, there's also the GNOME Shell extensions website which offers a huge list of extensions that you can install with a click. Note: you need to use GNOME Shell to be able to see the available extensions and install them.


This post is still work in progress and more tweaks and tips will be added later on, so make sure you keep an eye on it. Oh, and if you have a suggestion for something that you think should belong here, lets us know in the comments!

0 comments

» read more....