Thursday, March 10, 2011

Add icons under System Menu in Ubuntu 10.04 Lucid Lynx


Press Alt+F2,and type gconf-editor in pop-up window.Click Run and the Configuration Editor window should open up.




Now,navigate to “desktop -> gnome -> interface” and check the check-box behind “menus_have_icons” in right.


See the images for difference.

 
It is done.

 

 

Disable Pidgin Pop-Up Notification System


Notifications can be easily fixed by disabling the libnotify plugin within the Pidgin plugins manager. 

To disable this system go to Tools > Plugins and uncheck the checkbox next to “Libnotify Popups”.

Also, if you’d prefer, you can try to customize the pop-up behavior by selecting the “Configure Plugin” button.

Tuesday, February 8, 2011

Create Folder Shortcut on Desktop


There are number of different approaches to create shortcut of folder on Desktop -
  1. First Approach
    1. Goto Desktop.
    2. Right click and select Create Launcher option.
    3. Fill the data -
      1. Type – Location
      2. Name – Any valid name
      3. Location – location of desired folder
      4. Press Ok to complete.
  2. Second Approach
    1. Open Terminal.
    2. Type the following command-
        ln -s /home/abc ~/Desktop
  3. Third Approach
    1. Open Terminal
    2. sudo ln -s /home/abc /home/efg/xyz