Cairo Dock doesn't start on startup, I always have to start it automatically.
Asked
Active
Viewed 5,853 times
1 Answers
1
Solved in comments:
Run this command:
ls ~/.config/autostart– TimThere is no output with that – nana
Run this command:
ls /usr/share/applications/ | grep cairo– TimThe output:
cairo-dock-cairo.desktopandcairo-dock.desktop– nanaRun 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.