← Back to team overview

cairo-dock-team team mailing list archive

Re: [Question #192051]: Missing icons when open a subdock

 

Question #192051 on Cairo-Dock Core changed:
https://answers.launchpad.net/cairo-dock-core/+question/192051

Matthieu Baerts proposed the following answer:
I think you can do that: 
 $ cd ~/.config/cairo-dock/current_theme/icons/
 $ for i in drive-harddisk-system drive-harddisk drive-optical drive-removable-media drive-removable-media-usb ; do ln -s gnome-dev-harddisk.svg $i.svg; done
 $ for i in inode-directory folder-documents folder-pictures folder-download folder-music folder-video ; do ln -s file-browser.svg $i.svg; done
 $ ln -s gnome-fs-smb.svg folder-remote-smb 
 $ ln -s gnome-fs-network.svg folder-publicshare.svg
 $ ln -s gnome-fs-desktop.svg user-home.svg

and re-launch the applet (or the dock) ;)

Is it better?

-- 
You received this question notification because you are a member of
Cairo-Dock Team, which is an answer contact for Cairo-Dock Core.