I have checked this in ubuntu Feisty forums .One user suggested the following tip to improve the applications launch performance.
Edit your “/etc/hosts” file
sudo gedit /etc/hosts
You should see something like this
127.0.0.1 localhost
127.0.1.1 onlyubuntu
(and if your in Feisty, some lines about IPV6 also)
Now, You need to Replace with the following lines
127.0.0.1 localhost onlyubuntu
127.0.1.1 onlyubuntu
(Replace “onlyubuntu” with your hostname)
Save and exit the file.
Now your applications launch should improve.
Currently There are two bugs filed against this you can check here and here
0 comments:
Post a Comment