@Narendra, I don't know if you have resolved your problem already but here is a solution
$ for i in $(dpkg -L gedit | grep -i icon); do echo $i; done I hope you can figure out the line above. Do take care that the output of file names in "dpkg -L gedit" don't have spaces in the path because strings are tokenized thus (could that be the reason for whatever mismatch you are finding?). SB -- l...@iitd - http://tinyurl.com/ycueutm
