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

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

  1. #1
    Join Date
    May 2009
    Beans
    63

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

    Well. That's my question. I like Cairo Dock and its panel much more than the Unity launcher, so I installed it. All fine. The one thing that I like of Unity is the 'dash home', where you can just type in a word and see where that leads you.

    So I would be very happy if I could get the dash-home onto my cairo panel. Is that possible? How?

    Thnx!

    NB: I've got Ubuntu 12.04 and cairo-dock 3.0 installed.

  2. #2
    Join Date
    Mar 2012
    Location
    Mayence, Germany
    Beans
    135
    Distro
    Ubuntu 12.10 Quantal Quetzal

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

    As far as i know that is not possible. The dash is an essential part of unity.

    However, i do understand you. I played with docky for a while and i loved the snappier, faster experience. Maybe with a little patience they will port some "dash" to docky/cairo.

  3. #3
    Join Date
    May 2009
    Beans
    63

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

    I think they should have used the cairo-dock as the starting point to create a launch panel, in steade of creating unity from scratch.

    Anyway, if anyone has other ideas on how to go about using dash-home on cairo, welcome. If not, I'll have to do as suggested: be patient and hope some one will develop this idea further.

  4. #4
    Join Date
    Apr 2011
    Location
    Cinnamon land
    Beans
    422
    Distro
    Kubuntu 22.04 Jammy Jellyfish

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

    I suppose you'd have to find out which Bash/Terminal command activates the dash, and try associating it with a new launcher (.desktop file) which you could then put on Cairo Dock / Docky / etc. (just an idea, may not work )
    check out KDE Neon
    Dell Inspiron 5625, AMD Ryzen 7 5825U


  5. #5
    Join Date
    May 2009
    Beans
    63

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

    thanks! will try that one later today.
    any other, more straightforward, ideas and options?

  6. #6
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

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

    can't you use WIN key to invoke dash with unity bar hidden by default? if you want to type and see where it leads you need to have hands on the keyboard either way.

    Or switch to another DE altoghether and install something like gnome-do or synapse (my setup on 10.04 = awn dock+synapse)? same idea - shortcut to invoke smart launcher thingie that looks for stuff according to typed text
    Last edited by Vaphell; June 10th, 2012 at 12:02 AM.

  7. #7
    Join Date
    Mar 2012
    Location
    /home/ubun2to
    Beans
    356
    Distro
    Ubuntu 13.04 Raring Ringtail

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

    Well, I have a workaround.
    I sometimes use Cairo-Dock (dockys are nice), and so I have a folder with all my most commonly used programs. The folder with all applications is at:
    Code:
    /usr/share/applications
    From there, collect the apps you always want to be able to quickly access and throw them in the folder.
    I just launch Cairo-Dock whenever I load Unity (for some reason it's buggy with Gnome Classic for me), so I have the best of both worlds.
    I'm trying to get Gnome Classic to work with Cairo-Dock, so I don't have to have ANY desktop icons, but so far, it seems like trying to make 2 opposing forces meet (like trying to put the North ends or South ends of 2 magnets together).
    Edit-after playing around a little longer, I finally got the Applications Menu icon I remembered about from 11.10 working. Now, I can clean up my desktop and ditch Unity entirely.
    Last edited by Ubun2to; June 10th, 2012 at 12:44 AM.

  8. #8
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

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

    Not a cairo-dock resoulion, but I always install synapse a search option using a key set prompt for locating stuff, it is similar to gnome-do, but a bit nicer looking in my opinion.





  9. #9
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

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

    You can always launch cairo from with unity.Then hide the launcher.
    A simple solution would be, in systems setting, appearance, behavior, switch launcher to always hide(at some point you might want to increase the pressure sensitivity so that poking the edge doesn't invoke it But, afaik, that requires other resources like ccsm to set that)
    Second, open up start-up applications, and add cairo-dock(the command is cairo-dock). This way, cairo-dock will always launch when you log in.
    This will give you the cairo-dock running on top of unity, with a hidden unity launcher. Everything else will still work, such as the dash. Unfortunately, you'll have to deal with unity's other stuff, like global menus.
    Last edited by deadflowr; June 10th, 2012 at 01:00 AM. Reason: misspell

  10. #10
    Join Date
    Jun 2007
    Beans
    17,337

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

    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
    Last edited by mc4man; June 10th, 2012 at 01:08 AM.

Page 1 of 2 12 LastLast

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
  •