Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: How To: Installing gdesklets in ubuntu 10.10 successfully.

  1. #1
    Join Date
    Nov 2008
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    How To: Installing gdesklets in ubuntu 10.10 successfully.

    I had to search for half an hour to make gdesklets work in ubuntu. This is how it is done.

    1. Open Terminal

    2. Install gdeskelts by typing

    sudo apt-get install gdesklets

    3. Create a link for python2.5

    sudo ln -s /usr/bin/python2.5 /usr/bin/python2.6


    4. Open /usr/lib/gdesklets/utils/ErrorFormatter.py as root

    sudo gedit /usr/lib/gdesklets/utils/ErrorFormatter.py

    5. Go to the line that contains (line 116)

    def _new_imp(name, globs = {}, locls = {}, fromlist = []):

    and replace it by

    def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):

    6. Thats it. Start gdesklets. It should work well. You can add it to your start-up by adding an entry in gnome-session-properties

  2. #2
    Join Date
    Oct 2010
    Location
    Greece
    Beans
    25
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    Great walkthrough! Worked for me...

  3. #3
    Join Date
    Dec 2010
    Location
    India
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    Hi

    Thanks a lot for your post. Ir really helped me a lot!

  4. #4
    Join Date
    Apr 2008
    Beans
    34

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    Yes! Many thanks from me also! Worked very well.

  5. #5
    Join Date
    Dec 2010
    Beans
    2

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    When I attempt to open ErrorFormatter.py it just opens up a blank document. Any suggestions?

  6. #6
    Join Date
    Dec 2010
    Beans
    2

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    NEVERMIND!!!! n00b move! I didn't capitalize the E and the F.

  7. #7
    Join Date
    Nov 2008
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    open it as a superuser

  8. #8
    Join Date
    Nov 2008
    Beans
    38
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    oh. okay

  9. #9
    Join Date
    Dec 2008
    Beans
    6

    Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    Great! I finally got it working!

    Thanks a lot!

  10. #10
    Join Date
    May 2007
    Beans
    79

    Smile Re: How To: Installing gdesklets in ubuntu 10.10 successfully.

    Wow! I don't know how you figure this out, but many thanks.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •