To locate it, right-click on the Eclipse Application icon and select "Show Package Contents", then double-click on the "Contents" folder and then double-click on the "MacOS" folder, the home of eclipse.ini. You can use Applications->Text Edit to change the eclipse.ini file. :) Usually you want to adjust the heap settings.
Droid seems to have an issue where in the spinner background is white and none of the elements are displayed even though they are available in the spinner.
Causes:
1) Your fedora distribution may have been EOL. No more packages are available. You need to upgrade your version. OR
2) Your yum cache is out of date and needs a refresh.
Add as the first line.
options snd-hda-intel index=0 model=thinkpad
Then reboot and you should be good to go.
If you are keen on seeing what my file looks like:
# ALSA Sound Support
#
# We want to ensure that snd-seq is always loaded for those who want to use
# the sequencer interface, but we can't do this automatically through udev
# at the moment...so we have this rule (just for the moment).
#
# Remove the following line if you don't want the sequencer.
If you are trying to set up passphraseless SSH on Fedora, then remember that the permissions on the file authorized_keys should be 644
======================================================
.ssh$ chmod 644 authorized_keys
anil@sadbhav:~/.ssh$ ssh localhost
Last login: Sun Jan 22 21:42:06 2012 from localhost
anil@sadbhav:~$ exit
logout
Connection to localhost closed.
anil@sadbhav:~/.ssh$ chmod 644 known_hosts
================