Results 1 to 6 of 6

Thread: 12.04 workspace indicator

  1. #1
    Join Date
    Nov 2007
    Beans
    Hidden!

    12.04 workspace indicator

    I wish to use 12.04 as designed, Unity and all.

    How do I quickly know at a glance which workspace I am working in? I can't find the indicator that tells me that?

  2. #2
    Join Date
    Apr 2011
    Beans
    6

    Re: 12.04 workspace indicator


  3. #3
    Join Date
    Mar 2008
    Location
    Germany
    Beans
    171
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: 12.04 workspace indicator

    Not working properly with precise. I was using it for a while now
    If you can't explain it simply, you don't understand it well enough. - A. Einstein

  4. #4
    Join Date
    Jul 2012
    Beans
    2

    Re: 12.04 workspace indicator

    THANKS SO MUCH TO Joern AT
    http://www.ubuntugeek.com/indicator-...orkspaces.html
    Your Jan 4 posting is the only is the only easy recipe that worked for me.

    indicator-workspace BUILD FROM SOURCE
    WORKS FOR Ubuntu 12.04 PRECISE PANGOLIN

    Some Notes If Anyone "hit snags"

    # I don't know why you ubuntu guys don't
    # work from a root prompt but I do.
    sudo su -

    # Joern's directions use aptitude.
    # Of course, you need to install aptitude
    # if you don't have it.
    apt-get install aptitude

    # There are some "wnck" dependencies
    # you might need to install
    aptitude install python-wnck

    # The name of the "deb" file may change.
    # ls *.deb to see what it is after building

    # I DID NOT need to run indicator workspaces.
    # I DID NOT need to add it to startup.


    aptitude install cdbs bzr
    bzr branch lp:indicator-workspaces
    cd indicator-workspaces
    ./make-deb
    cd build
    dpkg -i indicator-workspaces_0.6.4_all.deb

    # REBOOT HERE

  5. #5
    Join Date
    Jul 2012
    Beans
    2

    Errors from bad directions posted on other sites

    ERRORS FROM BAD DIRECTIONS POSTED ON OTHER SITES
    I'm adding these errors so people searching for solutions will see my posting above.

    W: Failed to fetch http://ppa.launchpad.net/geod/ppa-ge...source/Sources 404 Not Found
    W: Failed to fetch http://ppa.launchpad.net/geod/ppa-ge...-i386/Packages 404 Not Found

  6. #6
    Join Date
    Sep 2011
    Beans
    8

    Re: 12.04 workspace indicator

    Workspace Indicator seems to be buggy on my version of Precise.
    No matter which workspace I navigate to it always display "1" instead of the correct number, making it useless.

    FYI
    lsb_release -a:
    Distributor ID: Ubuntu
    Description: Ubuntu 12.04.1 LTS
    Release: 12.04
    Codename: precise

    uname -a:
    Linux gemini-desktop 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:45:18 UTC 2012 i686 i686 i386 GNU/Linux



    Quote Originally Posted by hsuclarklarry2 View Post
    aptitude install cdbs bzr
    bzr branch lp:indicator-workspaces
    cd indicator-workspaces
    ./make-deb
    cd build
    dpkg -i indicator-workspaces_0.6.4_all.deb

    # REBOOT HERE

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
  •