-
I am using LMC 22.0 and wish to use Cairo, but I am completely clueless as to what is needed. Are there any instructions? For example, the Linux Mint repository lists numerous packages but without any information about the basic requirements. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please see here for the basic info: You will want the following packages:
It is recommended to install from one of our PPAs as the packages in the official repositories are outdated: Let us know if you run into issues or have further questions! |
Beta Was this translation helpful? Give feedback.
Please see here for the basic info:
https://github.com/Cairo-Dock/cairo-dock-core/wiki/Installation
You will want the following packages:
cairo-dock
: this should install all main dependencies, including pluginscairo-dock-gnome-session
: this adds Cairo-Dock to your login menu (as a custom session), which is the recommended way to run it on X11; however, this is optional and you could just add Cairo-Dock to your autostart (see here )It is recommended to install from one of our PPAs as the packages in the official repositories are outdated:
https://launchpad.net/~cairo-dock-team/+archive/ubuntu/ppa
https://launchpad.net/~cairo-dock-team/+archive/ubuntu/weekly
Let us know if you run into …