Results 1 to 4 of 4

Thread: Will I lose my applets when i upgrade to 11.04? see pic

  1. #1
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    Will I lose my applets when i upgrade to 11.04? see pic

    Will i lose this look of ubuntu ive come to know and love through my customization?

    obviously i will lose it on unity, but what about "classic mode"?

    upgrading from update manager
    Attached Images Attached Images
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  2. #2
    Join Date
    Nov 2010
    Location
    Florida
    Beans
    93
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Will I lose my applets when i upgrade to 11.04? see pic

    and i was also thinking, is there some way i could put a second taskbar on the bottom using unity that i could put applet- like icons? ie cpus, cpu temp, temp, etc
    HP Envy 14-1200 Beats Edition | i7-740QM 1.73Ghz | 8GB DDR3 1600Mhz | 640GB 7200RPM | Ubuntu 10.10-amd64 | Win7 x64
    Acer Ferrari 4005 WLMi | AMD Turion-64 2.0Ghz | 1.5GB DDR | Ubuntu 10.10-i386
    Follow me: www.twitter.com/_seabass

  3. #3
    Join Date
    Mar 2009
    Location
    Denmark
    Beans
    106
    Distro
    Ubuntu 15.10 Wily Werewolf

    Re: Will I lose my applets when i upgrade to 11.04? see pic

    Yes - say goodbye to those
    Proud to have been 100% not a Mascrosoft slave since March 2009!

    Join the Reformed Church of Emacs!!

  4. #4
    Join Date
    Sep 2007
    Location
    UK
    Beans
    111
    Distro
    Ubuntu 14.04 Trusty Tahr

    Thumbs down Re: Will I lose my applets when i upgrade to 11.04? see pic

    You can whitelist apps so they appear in the notification area
    http://www.omgubuntu.co.uk/2011/03/h...-ubuntu-11-04/
    this is quite simple and works fine - I've currently put pidgin and dropbox in there

    Code:
    gsettings get com.canonical.Unity.Panel systray-whitelist
    will list your current whitelist, you can then add entries and then use

    Code:
    gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Wine', 'Dropbox']"
    to update it, for example mine currently reads

    ['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'Pidgin', 'Dropbox']

    so this would be

    Code:
    gsettings set com.canonical.Unity.Panel systray-whitelist "['JavaEmbeddedFrame', 'Mumble', 'Wine', 'Skype', 'hp-systray', 'Pidgin', 'Dropbox']"
    this doesn't fix the dreadful lack of a taskbar (I am _really_ missing that) but it helps a bit

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
  •