<br><div><span class="gmail_quote">On 5/18/07, <b class="gmail_sendername">vivek shah</b> <<a href="mailto:boni.vivek@gmail.com">boni.vivek@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi,<br>    I installed Feisty Fawn on my laptop 2 days back and everythng<br>worked fine but strangely the various applicatins under<br>System->Administration do not respond when<br>I try clicking them to run them like Networking,Users and Groups and so on ...
<br>The application launches asks for the password but then becomes "Not<br>Responding" for which I need to Force Quit.<br>What is the problem and what should I do???<br></blockquote></div><br>You might be able to learn more about the problem if you watch the .xsession_errors file in you home directory.  That contains all of the error output from programs started from the GUI.  Before trying to run a program type this from your home directory in a console window:
<br><br><div style="margin-left: 40px;"><span style="font-family: courier new,monospace;">tail -f .xsession_errors</span><br></div><br>You could also try the same thing with /var/log/messages, which contains all system-level error messages.
<br><br>-- Vince<br>