Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: how to get dash home onto the cairo-dock panel?

  1. #11
    Join Date
    Dec 2009
    Location
    Mt.Home, AR
    Beans
    348
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: how to get dash home onto the cairo-dock panel?

    Thank You Mc4man. It worked perfectly. You are the master of the launchers !

  2. #12
    Join Date
    Jan 2013
    Beans
    1

    Red face Re: how to get dash home onto the cairo-dock panel?

    Er.. This is a bit late, but with my Cairo-Dock I made a new launcher and I have it execute <Alt> .. because I set it so the Alt key brings up the dash.. I then hid the launcher

  3. #13
    Join Date
    Aug 2010
    Beans
    1

    Unhappy Re: how to get dash home onto the cairo-dock panel?

    Quote Originally Posted by mc4man View Post
    Don't have cairo but maybe something along these lines

    Code:
    sudo apt-get install xdotool
    Then create a .desktop either in this location or as appropriate to cairo

    Code:
    gedit ~/.local/share/applications/dash.desktop
    Use whatever you wish for Name= & Icon=, sometimes just the icon name is ok, otherwise full path, the icon below isn't really suitable though may be ok

    Code:
    [Desktop Entry]
    Version=1.0
    Type=Application
    Name=Dash
    Icon=/usr/share/unity/5/launcher_bfb.png
    Exec=xdotool key super
    Then add dash.desktop to your cairo dock, if need be make dash.desktop executable -
    chmod u+x ~/.local/share/applications/dash.desktop
    or right click on > properties > permissions
    Hi.
    For me didn't work

    followed those steps, but no avail.

  4. #14
    Join Date
    Jul 2007
    Beans
    1,085

    Re: how to get dash home onto the cairo-dock panel?

    Actually to add a launcher that triggers a shortkey in Cairo-Dock, you can just create a custom launcher, and set the command to the shortkey directly
    In this case: <Super> (with the <>)

    Also, see this page for more information on using Cairo-Dock within Unity: http://glx-dock.org/ww_page.php?p=Ca...0Unity&lang=en
    Refresh your desktop with GLX-Dock !
    Installation of the latest stable version for Ubuntu in 1 copy-paste :
    http://www.glx-dock.org/ww_page.php?...sitory&lang=en

  5. #15
    Join Date
    Apr 2013
    Beans
    1

    Re: how to get dash home onto the cairo-dock panel?

    your solution works very well thanks
    Last edited by tjohn81; April 13th, 2013 at 02:50 PM. Reason: spelling

Page 2 of 2 FirstFirst 12

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
  •