Home Forums Wiki Doc Install Extras Screenshots Source Code Projects Blog Users Groups Register
Glx-Dock / Cairo-Dock Home
The latest stable release is the *3.4.0* : How to install it here.
Note: We just switched from BZR to Git on Github! (only to host the code and your future pull requests)

Last users

Overview

homeworkhelp499 (#12778)

homeworkhelp498 (#12777)

Adrian_King (#12776)

edjen (#12774)

lino lalu (#12773)

Support Us

Flattr this

Cairo-Dockon

Glx-Dock / Cairo-Dock

A quick overview

Cairo-Dock is a desktop interface that takes the shape of docks, desklets, panel, etc

It is designed to be light, fast and customizable, and is desktop-agnostic.

It has a powerful DBus interface, to be controlled from a terminal or another application.
Features can be added by plug-ins or applets, and applets can be written in C or in any language.
Most actions can be done from keyboard.

images/cairo-dock-2.2.jpg


Cairo-Dock implements the following protocols and standards:


Cairo-Dock supports the following interfaces:


As well as interfaces provided by several well-known applications:
  • Pidgin, XChat, Tomboy/GNote, Transmission, Deluge, KTorrent, GTG, Thunderbird, Lifearea, Gnomenu/Cardapio
or websites:
  • weather.com, Twitter/Indenti.ca, GoogleTranslate



Cairo-Dock / GLX-Dock 3.4 is now available
Cairo-Dock 3.4 is finally released! One year after the 3.3 version.

Cairo-Dock is a pretty, fast and customizable desktop interface. You can see it as a good alternative/addition to Unity, Gnome-Shell, Xfce-panel, KDE-panel, etc.
(For more details about the Cairo-Dock sessions and more screenshots, please have a look at a previous article: here)

TL;DR: main changes
  • Menus: added the possibility to customise them
  • Style: unified the style of all components of the dock
  • Better integration with Compiz (e.g. when using the Cairo-Dock session) and Cinnamon
  • Applications Menu and Logout applets will wait the end of an update before displaying notifications
  • Various improvements for Applications Menu, Shortcuts, Status-Notifier and Terminal applets
  • Start working on EGL and Wayland support
  • And as always ... various bug fixes and improvements!
Important note: We just switched from BZR to GIT on Github, feel free to fork! https://github.com/Cairo-Dock
And GTK 2 support has been dropped.

Screenshot of this version with 4 actions

http://download.tuxfamily.org/glxdock/communication/images/3.4/cd-3.4.0-4-600.jpg


Menus and unified style

The most visible change is the ability to customise the menus. You can change the background, the shape, etc. and even use your own css file (a menu.css file in your current_theme folder) for those who want to change every tiny details

Note that the dock now has the possibility to use an unified style. Either a custom one (on the left) or based on the current GTK3 theme (on the right):

http://download.tuxfamily.org/glxdock/communication/images/3.4/cd-3.4.0-menu-custom.png . http://download.tuxfamily.org/glxdock/communication/images/3.4/cd-3.4.0-menu-system.png


You can easily change the style from the config panel:

http://download.tuxfamily.org/glxdock/communication/images/3.4/cd-3.4.0-menu-style.png


(there are more options in the advanced mode of the configuration panel of the dock and you can choose to use the global style (or not) for many options of different applets)



The default theme has also been updated in order to use a custom style with a black background, it now looks like that:

http://download.tuxfamily.org/glxdock/communication/images/3.4/cd-3.4.0-default-600.jpg


These screenshots have been made with 'Default-Panel' and 'Default-Single' themes available in the Theme manager, but please remember that Cairo-Dock is fully customisable. You can easily change its look, simply have a look at the theme manager, your favourite search engine, DeviantArt, Gnome-Look, etc.



Other improvements
Many other tiny improvements and bugs fixes have added to this version in order to fix some details that can help the user, e.g.:
  • There is a better integration with your Window Manager, e.g.:
    • If it's the first time you're using our Cairo-Dock Session but your current dock only has one panel, you'll see a proposition to switch to the 'Default-Panel' theme.
    • When adding new desktops from the Switcher applet, a special case has been added for Compiz user to add workspaces instead of desktops (not the same concept) and save the new settings.
    • On Cinnamon, the dock will open more specific applications (e.g. to change sound settings, lock the screen, logout, etc.)
  • Applications Menu and Logout applets will wait for the end of an update of the system before displaying notifications, e.g.:
    • When installing a new software, the Applications Menu will propose to you to open this new application at the end of the installation of all applications (of course, you can disable this behaviour)
    • When upgrading your kernel (or a few other packages), you will see a notification only at the end of the upgrade of all packages which will propose you to reboot your computer. If you try to reboot your computer during an upgrade, the dock will show you a warning.
  • A few options have been added (e.g. in the Terminal applet) and other details have been improved. For a complete ChangeLog, please have a look to our commit messages


Note that GTK 2 support has been dropped in this new release. If you still don't support GTK 3, please install Cairo-Dock 3.3.



Switch from BZR to Git on Github
We just switched from BZR to Git on Github.
It's absolutely not because BZR sucks! BZR is a great distributed version control system, easy to use and intuitive. For example, by default you commit all you changes, no need to use a "stage" or add an option. If you want to send your changes to another branch, simply add the new name when you push it. If you want to do two things in parallel, simply duplicate your folder. If you want to undo your commit, simply use the understandable uncommit command. If you want to undo your current changes, simply use revert command (by default, it will create backup files). If you just need a snapshot of a branch and still have the possibility to be synced, there is an option to not clone the entire branch. And many other details!
Plus also all other tools to manage Ubuntu's .deb packages.

Of course, you can do all these stuff with Git but sometime it's not so easy and not so intuitive. For example, you can do many things with the checkout command, maybe too many things. You can have a better control of your remote repos but it's a bit more complex. You can add aliases, you can switch from a branch to another without duplicating any folder, there are a lot of options, etc. but it's maybe not so useful for projects with only a few contributors.



So, why did we switch? Mostly to be on Github. Not because it's Github but we hope that it will improve our visibility, we hope we will have more contributors (because we're looking for new contributors, feel free to fork ). Many people are using Git, many people already have a Github account and there are a lot of documentations and tools about Git and Github. We can even use the web interface to edit file and create pull requests!
Another interesting thing is that we can easily review the code on Github by adding comments linked to some lines in the code. And we can easily use other services thanks to Git's Hooks (e.g. to automatically build and test the entire project on Travis when there are new changes, etc.)

Note that we will only use Github to host the code and your future pull requests. Please continue to report bugs/ideas/questions on Launchpad or on our forum
Also, if you still want to continue to use BZR (e.g. if you have scripts and you just want to compile the development version of the dock), you can continue to use BZR because these branches are now synced with our Git repositories: lp:cairo-dock-core, lp:cairo-dock-plug-ins, lp:cairo-dock-plug-ins-extras. But of course, if you were already using these BZR branches, you'll need to re-download them.



Hello EGL and Wayland
Cairo-Dock has now a basic EGL and Wayland support. For more details about that, please have a look to our previous article



How to install

Installation is very easy, simply follow the wiki, depending on your distribution: Wiki: installation
E.g. for Ubuntu users, you can simply copy/paste these 3 lines into a terminal:
sudo add-apt-repository ppa:cairo-dock-team/ppa
sudo apt-get update
Then if Cairo-Dock is already installed:
sudo apt-get dist-upgrade
else:
sudo apt-get install cairo-dock cairo-dock-plug-ins




It's a community project, feel free to help!
If you like this project, please be nice and support it by reporting bugs or ideas, making applets, articles, videos, themes, or donations, sending patches, reviewing the code, etc.. Thank you !



Fabounet (Fabrice Rey) and Matttbe (Matthieu Baerts) for the Cairo-Dock team.



http://www.glx-dock.org/images/button-compact-static-100x17.png
https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif
matttbe, Thursday 23 October 2014 à 01:45




~~~~~~~~~~
See all previous news
~~~~~~~~~~


Cairo-Dock has started in July 2007, when Fabounet proposed a first version on the ubuntu-fr.org forum.

Since then, new versions have followed at an intensive pace with many innovative features like sub-docks, desklets or OpenGL effects.
Many people have joined the project, each one bringing its competences in graphics(themes), applets development, or translation.

One can always make the dock better. You are invited to take part and make proposals for future evolutions on the forum !

See here to follow the progress of the work.

Friendly, the Cairo-dock's team


Glx-Dock / Cairo-Dock Home Top

Online users :

Powered by ElementSpeak © 2007 Adrien Pilleboue, 2009-2013 Matthieu Baerts.
Dock based on CSS Dock Menu (Ndesign) with jQuery. Icons by zgegball
Cairo-Dock is a free software under GNU-GPL3 licence. First stable version created by Fabounet.
Many thanks to TuxFamily for the web Hosting and Mav for the domain name.