Log-in problem and Nautilus problem in Ubuntu 12.04

Posted by Md. Mahidul Hasan on 2:54 AM with 1 comment
Log-in problem and Nautilus problem in Ubuntu 12.04

After a long search in web didn't find the right solution. Here is the solutions to fix those problems.

Error1: Desktop is not comming after login in Ubuntu 12.04.
Solution:
mahidul@mahidul-pc:~$ sudo apt-get update
mahidul@mahidul-pc:~$ sudo apt-get -y install --reinstall ubuntu-desktop

Error2: Nautilus does not working in ubuntu 12.04. And error log shows as below- (Press Ctrl+Alt+F1)

mahidul@mahidul-pc:~$ tail -f /var/log/syslog
mahidul-pc kernel: [  809.241978] nautilus[3199]: segfault at ab ip 00007f8016d4ef08 sp 00007fff9e2155d0 error 4 in libpython2.7.so.1.0[7f8016bc8000+281000]

mahidul@mahidul-pc:~$ nautilus
Segmentation fault (core dumped)

Solution:

mahidul@mahidul-pc:~$ sudo mv /usr/share/nautilus-python/extensions/ /tmp
[sudo] password for mahidul: give_your_sudo_password_here

mahidul@mahidul-pc:~$ nautilus