Hello. On Fri, 2014-04-11 at 10:55, Gabriele Piccini wrote: > Thanks for response, but another question.. > Hence if I remove header files and libraries until I compile and install > new I'll be withount window manager. Is it right??
The header files are only used durign the compilation not from the running window manager. The libs are used but already loaded into memory. Your window manager will keep running when you remove th files from disk (kernel fs layer will mark it as to be removed only anyway) If your E crashes after you removed the libs and before you installed the new ones it will not be able to restart though. If you want to you can make a backup of the files and have it around if the new compile does not work after the removal. In such a case you can restore the old files and everything should be as before. regards Stefan Schmidt ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
