I am trying to build my own greeter for Ubuntu 11.10 and amd looking for all the folders that are being used by lightdm. So far i have located the .conf files and the unity-greeter folder but it seems that i haven't located all the files/folders

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted
dpkg -L lightdm 

lists you all the files installed by the lightdm package.

If you want to have a look at the source code of lightdm use

apt-get source lightdm
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.