2

Cairo Dock doesn't start on startup, I always have to start it automatically.

Tim
  • 33,500
nana
  • 21

1 Answers1

1

Solved in comments:

Run this command: ls ~/.config/autostart – Tim

There is no output with that – nana

Run this command: ls /usr/share/applications/ | grep cairo – Tim

The output: cairo-dock-cairo.desktop and cairo-dock.desktop – nana

Run this command cp /usr/share/applications/cairo ~/.config/autostart/ – Tim

The issue was the launcher wasn't in the autostart folder. If this ever happens again, use the last two commands - just change cairo to a word from the name of the program that isn't starting. Command 2 is optional, but is sensible to check what you are copying.

Tim
  • 33,500