Results 1 to 5 of 5

Thread: Bring existing window to front instead of opening a new one.

  1. #1
    Join Date
    Oct 2005
    Beans
    20

    Bring existing window to front instead of opening a new one.

    I searched around the forums but couldn't find anything that matched what I was actually looking for. If you know where the post it, please link me to it.

    I've been using RedHat Linux at work for years and have decided to switch to Ubuntu. There's one function in fedora/redhat that I'm missing and am sure I can replicate in Ubuntu, I just don't know how. In RedHat, when I open a window (say chrome) for the first time and new window is opened, as expected. When I click on the chrome shortcut again, the open window is brought to the front, a new window is not opened. This is the same with the terminal and any other application. On my ubuntu install, every click of the shortcut opens a new window, regardless of the program.

    How can I go about forcing the OS to use existing windows instead of opening new ones?

    Thanks for reading!
    Last edited by Klainn; July 17th, 2013 at 03:28 AM.

  2. #2
    Join Date
    Dec 2005
    Location
    Western Australia
    Beans
    11,480
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Bring existing window to front instead of opening a new one.

    If you are using Unity, I'm stumped - because the behaviour you want is exactly what Unity does, so no idea why it works differently for you.

    Are you using the default desktop (Unity) or something different?

  3. #3
    Join Date
    Oct 2005
    Beans
    20

    Re: Bring existing window to front instead of opening a new one.

    Oh! I forgot to mention that. I am using Xfce.

  4. #4
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Bring existing window to front instead of opening a new one.

    The default xfce desktop shows an unexpanded bottom panel with launchers which as you found out
    just launches apps.
    You could remove the bottom panel and replace with Plank which is a very simple dock
    with the functionality you want.
    Plank ppa

    Code:
    sudo add-apt-repository ppa:ricotz/docky
    sudo apt-get update
    sudo apt-get install plank
    Youtube-----> Plank dock installation in Ubuntu XFCE
    Attached Images Attached Images
    Last edited by stinkeye; July 16th, 2013 at 05:15 PM.

  5. #5
    Join Date
    Oct 2005
    Beans
    20

    Re: Bring existing window to front instead of opening a new one.

    This is exactly what I was looking for.

    Thanks much stinkeye!

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
  •