After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344535 - Add an 'Import into F-spot' context menu item for Images
Add an 'Import into F-spot' context menu item for Images
Status: RESOLVED WONTFIX
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Kevin Kubasik
Beagle Bugs
Depends on: 344702
Blocks:
 
 
Reported: 2006-06-11 02:33 UTC by Kevin Kubasik
Modified: 2006-08-13 12:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
Check if f-spot is installed and allow user to import image into f-spot (4.07 KB, patch)
2006-06-11 02:42 UTC, Kevin Kubasik
none Details | Review

Description Kevin Kubasik 2006-06-11 02:33:38 UTC
We should allow users to import a photo into their f-spot library or collection if F-spot is installed.
Comment 1 Kevin Kubasik 2006-06-11 02:42:56 UTC
Created attachment 67110 [details] [review]
Check if f-spot is installed and allow user to import image into f-spot

Ok, the 0.1.1x series of f-spot releases will import only the image specified from the command line making the fixme's in the old code obsolete, and meaning that this should work. The major issue is that f-spot does not ship a .pc file so we can't check at compile time for the f-spot version. But since most current distros are shipping 0.1.10 or 0.1.11, we should be fine. 

This also adds a method 'DoesBinExist' to SystemInformation, I wasn't quite sure where it should go, but it just takes a executable name and does the path magic to see if it exists. 

Once (/if) f-spot adds a .pc file, we can check for it at configure/compile time, but until then I would recommend we consider this. If you like it, I can commit it.
Comment 2 Kevin Kubasik 2006-08-13 12:14:59 UTC
Doing the same as I did with bug 344527, WONTFIX.