xerxeslins
(usa openSUSE)
Enviado em 27/10/2011 - 23:28h
# cd /etc/rc.d/
# ls
Vai mostrar todos os scripts. Desabilita todos:
# chmod -x rc.*
Outra:
# nano /etc/rc.d/rc.M
Procure, uma de cada vez, essas linhas:
-> Update any existing icon cache files
-> Update mime database
-> SCIM and other GTK+ input methods like this file kept updated
Cada título desse inicia um script. Comente esses scripts colocando "#" na frente das linhas. Exemplo:
# Update mime database:
# if [ -x /usr/bin/update-mime-database -a -d /usr/share/mime ]; then
# echo "Updating MIME database: /usr/bin/update-mime-database /usr/share/mime &"
# /usr/bin/update-mime-database /usr/share/mime &
# fi
Faça com os três scripts.
Reinicie o PC e boa sorte!