4

Probably a dumb question, I have just started using linux again, since college 5 years ago, and getting back into the swing of things. I would like to add cairo dock to my startup and just cant figure out how for some reason, thanks.

  • Have you read this Q&A? What are you struggling with? http://askubuntu.com/questions/27824/how-to-start-applications-at-startup – fossfreedom Dec 29 '11 at 15:33

3 Answers3

4

follow the guide and you can specify in the command option which backend to use when running cairo-dock by specifying it as an option.

Run with OpenGL backend

cairo-dock -o

Run with Cario backend

cairo-dock -c
hhlp
  • 42,002
3

I think you should check here where there is another question on how to run applications at startup:

How to start applications at startup?

heiko81
  • 1,915
3

While the dock is running, right click on the dock. In the drop down menu there's an option to start cairo-dock on startup. Select it. Done.

jwdinkc
  • 181
  • to run cairo-dock open a terminal and execute cairo-dock & and follow the instruction... – hhlp Dec 29 '11 at 19:05