Monday, November 11, 2013

Fix Eclipse menu bar problem in Ubuntu 13.10
















After installing latest eclipse in Ubuntu 13.10 most probably you might experience a problem with the eclipse global menu bar.
Menu doesn't show it's contents. Editing eclipse.desktop file will fix this. But it won't give the global menu.


Go to the /usr/share/applications directory which contains the eclipse.desktop



sudo cd /user/share/applicatoins

sudo gedit eclipse.desktop

It would contain something like this.

################################## [Desktop Entry]
Name=Eclipse
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false

Exec=env UBUNTU_MENUPROXY=0 /opt/eclipse/eclipse


Icon=/opt/eclipse/icon.xpm

Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE
Name[en]=eclipse.desktop
##################################

This row will do the trick. If your eclipse.desktop doesn't contain it add it and save.

Exec=env UBUNTU_MENUPROXY=0 /opt/eclipse/eclipse

/opt/eclipse/eclipse should be replaced with what ever your Exec(Exec=/opt/eclipse/eclipse in my eclipse.desktop ) is equal to.




Then you are done :)



Sunday, November 3, 2013

Must have Software Ubuntu 13.10







 

   SOFTWARE

 

Install from software center

  1. 1.  Gnome-do

    Gnome-do allows you to quickly search for many items present on your desktop or the web and perform useful actions on those items.

  2. 2. Guak terminal

    Guake is a drop-down terminal for Ubuntu desktop environment. Like similar terminals. it is
     invoked with a single keystroke, and hidden by pressing the same keystroke again.
  3. 3. VLC

    Media player
  4. 4. Compizconfig Settings Manager

    The OpenComposting Project brings 3D desktop visual effects that improve usability of the
     X Window System and provide increased productivity
  5. 5. Advanced Settings Tweak

    Allows the adjustment of several advanced GNOME options.
  6. 6. Synaptic Package Manager

    Synaptic is a graphical package management tool based on GTK+ and APT. Synaptic
     enables you to install, upgrade and remove software packages in a user friendly way.
  7. 7. WineHQ  

    Wine is an open source, free and easy-to-use program that enables Linux users to run some Windows based applications on Unix-like operating systems. Wine is a compatibility layer
     for installing almost all versions of Windows programs.

  8. 8. Restricted Extras
     

    Ubuntu restricted extras is a software package for the computer operating system Ubuntu
     that allows the user to install essential software which is not already included due to legal
     or copyright reasons.

    9. IntellijIDEA

    IDE

  

 Other Software

 

  1.   1. Ubuntu Tweak

    Can be used to tweak ubuntu 13.10.Eg. Add workspaces. Change login screen. Screen conner choices. 
    sudo add-apt-repository ppa:tualatrix/ppa
    sudo apt-get update
    sudo apt-get install ubuntu-tweak
  2. 2. TLP

    TLP is a popular battery tool. Since jupiter was interrepted and the latest version does not work well on Ubuntu 13.10 everybody begin to use TLP. TLP tweaks your system for better power usage/bettery life. You can just install TLP and forget about it, because it does his job by itself.

    sudo add-apt-repository ppa:linrunner/tlp
    sudo apt-get update
    sapt-get install tlp tlp-rdw tp-smapi-dkms smartmontools ethtool
    sudo tlp start
  3. 3. Sticky notes

    Indicator Stickynotes is meant for Ubuntu's Unity interface

    sudo add-apt-repository ppa:umang/indicator-stickynotes
    sudo apt-get update
    sudo apt-get install indicator-stickynotes
  4. 4. Cairo DOC


    Doc for Ubuntu 13.10

      


    5. Java

    sudo add-apt-repository ppa:webupd8team/java
    sudo apt-get update
    sudo apt-get install oracle-java7-installer

    6. Chrome

    wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

    sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'

    sudo apt-get update
    sudo apt-get install google-chrome-stable


    7. qBittorrent

    Torrent Client
    sudo add-apt-repository ppa:hydr0g3n/qbittorrent-stable
    sudo apt-get update
    sudo apt-get install qbittorrent


   


Installing graphics drivers Ubuntu 13.10(Hybrid Graphics).


If you have hybrid graphics then you don’t have to  turn off the discrete graphic card manually  any more. Ubuntu 13.10 supports hybrid graphics.


AMD Hybrid Graphics : 

I've tested this and it works fine. According to the Ubuntu wiki page there aren't any known issues yet. 
To get proper AMD Hybrid graphics support in Ubuntu 13.10 all you have to do is install the latest fglrx driver and fglrx-pxpress from the repositories.

sudo apt-get install fglrx fglrx-pxpress

with AMD graphics you can switch between the two graphic cards by AMD catalyst control center like you do in Windows. But it requires a system reboot for changes to take effect. Other than that everything is fine. No ever heating.
Here more about this.(if you have a NVIDIA system ).