Installing F-Spot should be easy via yum, but unfortunately a few obstacles have been put in the way. When you try yum install f-spot the installation process will eventually throw an error complaining about a file conflict between two packages. See #3 of this post to resolve the problem before you continue.
F-Spot can then be installed. Once you try to start it another error will appear. It's just two missing libraries so install them together with F-Spot.
sudo yum install f-spot ndesk-dbus ndesk-dbus-glibPut the F-Spot icon on the desktop.
dca add 12 "file='/usr/share/applications/f-spot.desktop'"If you also want to uninstall the pre-installed photo manager use the commands below.
sudo rpm -e pcmlinux
sed '/pcmphoto/d' -i $HOME/.config/xfce4/desktop/group-app.xmlA reboot may be required for the changes to become effective.


Thank you so much for all the work you're doing for the AA1 users!
Also I notice it now says "Preferences" instead of "Settings" on the desktop. (Just an observation...)
Now onto update No.3 which will (hopefully) be to change the desktop to a windows type one ! (I'm guessing icon instructions above are for that one cause I can't find the files to replace referred to above after the sudo mousepad bit - see I'm learning ;-)
Thanks again Macles
I get so far, and this is the first problem:
[user@localhost ~]$ sudo rpm -U --force gnome*rpm redhat*rpm
gnome-menus-2.20.3-1.fc8.i386.rpm: not an rpm package (or package manifest):
Trying the install i get:
Transaction Check Error:
file /usr/share/desktop-directories/Internet.directory from install of gnome-menus-2.20.3-1.fc8 conflicts with file from package xfdesktop-acer-lp-1652.mcs_patched
file /usr/share/desktop-directories/Settings.directory from install of gnome-menus-2.20.3-1.fc8 conflicts with file from package xfdesktop-acer-lp-1652.mcs_patched
Error Summary
-------------
Any suggesttions
Thanks for all the great help
Please HELP! I already redid #3 with no change.
Sorry to be dense but what do I need to remove before re-attempting the installation after getting the same set of error messages (below)
I tried sudo yum remove f-spot ndesk-dbus ndesk-dbus-glib
but I got messages saying they were available but not installed.
thanks
Transaction Check Error:
file /usr/share/desktop-directories/Internet.directory from install of gnome-menus-2.20.3-1.fc8 conflicts with file from package xfdesktop-acer-lp-1652.mcs_patched.i386
Error Summary
-------------
thanks
I keep getting:
Transaction Check Error:
file /usr/share/desktop-directories/Internet.directory from install of gnome-menus-2.20.3-1.fc8 conflicts with file from package xfdesktop-acer-lp-1652.mcs_patched
file /usr/share/desktop-directories/Settings.directory from install of gnome-menus-2.20.3-1.fc8 conflicts with file from package xfdesktop-acer-lp-1652.mcs_patched
I see above that we should delete the 'package'. I'm at a loss to which package, there are none of these in the /var/cache/yum/fedora/packages directory or the directory I'm using (~) to install from.... Thanks!
Install package gnome-menus...rpm with command rpm -U --force
It might need some depency packages, install them too using command rpm -U --force
Then yum update works as should.
Thanks!