View Single Post
Posts: 49 | Thanked: 32 times | Joined on Sep 2012
#24
Originally Posted by pasko View Post
Hi.
I also had to 'touch' another file. I rename the files instead of delete. The login screen was still present after reboot so I had to do:
Code:
 mv /usr/lib/AccountSetup/genericplugin  /usr/lib/AccountSetup/genericplugin.orig
So far no more annoying login screens.
Regards.
i couldn't remove login screen after touching

Code:
devel-su
cp  /usr/lib/AccountSetup/bin/oviplugin \
 /usr/lib/AccountSetup/bin/.oviplugin 
rm  /usr/lib/AccountSetup/bin/oviplugin
and

Code:
 mv /usr/lib/AccountSetup/genericplugin  /usr/lib/AccountSetup/genericplugin.orig
shouldn't it be

Code:
 mv /usr/lib/AccountSetup/bin/genericplugin  /usr/lib/AccountSetup/bin/genericplugin.orig