Package: f-spot
Version: 0.8.2-2
Severity: normal
f-spot crashes when going to the export dialog for Web Gallery.
Steps to reproduce:
1. launch f-spot
2. select photos
3. Choose menu Photos, Export To..., Web Gallery
f-spot crashes.
If I erase ~/.config/f-spot/Accounts.xml before launching f-spot, it
does not crash and allows me to create a new account and will re-create
Accounts.xml. However, I cannot select or use the account, so exporting
is still impossible.
Here is output of:
f-spot --debug &>
** Running f-spot in Debug Mode **
** Running Mono with --debug **
[1 Info 14:41:58.279] Initializing Mono.Addins
[1 Debug 14:41:59.385] Mono.Addins Initialization took 1.004181
[1 Debug 14:42:00.150] Db Initialization took 0.409241
[1 Debug 14:42:01.751] Query Started : SELECT * FROM photos WHERE photos.id
NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time DESC,
filename ASC
[1 Debug 14:42:02.442] QueryToTemp took 0.69138 : SELECT * FROM photos WHERE
photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY
time DESC, filename ASC
[1 Debug 14:42:02.442] Reloading the query took 0.70255
[2 Debug 14:42:03.101] PhotosPerMonth took 0.38387
[2 Debug 14:42:03.107] TimeAdaptor REAL Reload took 0.608638
[1 Debug 14:42:03.235] Query took 0.046258 : SELECT * FROM photoquery_temp_0
LIMIT 100 OFFSET 0
[1 Debug 14:42:03.355] Query Started : SELECT * FROM photos WHERE photos.id
NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC,
filename ASC
[1 Debug 14:42:03.945] QueryToTemp took 0.590078 : SELECT * FROM photos WHERE
photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY
time ASC, filename ASC
[1 Debug 14:42:03.986] Query took 0.011873 : SELECT * FROM photoquery_temp_0
LIMIT 100 OFFSET 0
[1 Debug 14:42:04.556] open uri = file:///home/lkmorlan/Photos/1969/12/31/1.jpg
[3 Debug 14:42:04.567] PhotosPerMonth took 0.399085
[3 Debug 14:42:04.577] TimeAdaptor REAL Reload took 0.623088
[1 Debug 14:42:04.644] Reloading the query took 1.291434
[1 Debug 14:42:04.796] Query Started : SELECT * FROM photos WHERE photos.id
NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY time ASC,
filename ASC
[1 Debug 14:42:05.311] QueryToTemp took 0.514239 : SELECT * FROM photos WHERE
photos.id NOT IN (SELECT photo_id FROM photo_tags WHERE tag_id = 2) ORDER BY
time ASC, filename ASC
[1 Debug 14:42:05.356] IndexOf took 0.0084 : SELECT ROWID AS row_id FROM
photoquery_temp_0 WHERE id = 10497
[1 Debug 14:42:05.356] Reloading the query took 0.559645
[1 Debug 14:42:05.748] Query took 0.006426 : SELECT * FROM photoquery_temp_0
LIMIT 100 OFFSET 0
[4 Debug 14:42:05.869] PhotosPerMonth took 0.356742
[4 Debug 14:42:05.870] TimeAdaptor REAL Reload took 0.558764
[1 Debug 14:42:06.482] Loading image took 2.488423
Domain: 'Gtk' Level: Critical
Message: IA__gtk_combo_box_append_text: assertion `GTK_IS_LIST_STORE
(combo_box->priv->model)' failed
Trace follows:
at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level,
System.String message)
at Gtk.ComboBox.gtk_combo_box_append_text(IntPtr , IntPtr )
at Gtk.ComboBox.AppendText(System.String text)
at
FSpot.Exporters.Gallery.GalleryExport.PopulateGalleryOptionMenu(FSpot.Exporters.Gallery.GalleryAccountManager
manager, FSpot.Exporters.Gallery.GalleryAccount changed_account)
at FSpot.Exporters.Gallery.GalleryExport.Run(IBrowsableCollection selection)
at FSpot.Extensions.ExportMenuItemNode.OnActivated(System.Object o,
System.EventArgs e)
at System.Reflection.MonoMethod.InternalInvoke(System.Object ,
System.Object[] , System.Exception ByRef )
at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture)
at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[]
parameters)
at System.Delegate.DynamicInvokeImpl(System.Object[] args)
at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
at System.Delegate.DynamicInvoke(System.Object[] args)
at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs
args)
at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val,
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr
marshal_data)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at FSpot.Driver.Startup()
at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler
startup)
at FSpot.Driver.Main(System.String[] args)
Domain: 'Gtk' Level: Critical
Message: IA__gtk_cell_view_set_displayed_row: assertion `GTK_IS_TREE_MODEL
(cell_view->priv->model)' failed
Trace follows:
at GLib.Log.PrintTraceLogFunction(System.String domain, LogLevelFlags level,
System.String message)
at Gtk.ComboBox.gtk_combo_box_set_active(IntPtr , Int32 )
at Gtk.ComboBox.set_Active(Int32 value)
at
FSpot.Exporters.Gallery.GalleryExport.PopulateGalleryOptionMenu(FSpot.Exporters.Gallery.GalleryAccountManager
manager, FSpot.Exporters.Gallery.GalleryAccount changed_account)
at FSpot.Exporters.Gallery.GalleryExport.Run(IBrowsableCollection selection)
at FSpot.Extensions.ExportMenuItemNode.OnActivated(System.Object o,
System.EventArgs e)
at System.Reflection.MonoMethod.InternalInvoke(System.Object ,
System.Object[] , System.Exception ByRef )
at System.Reflection.MonoMethod.Invoke(System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture)
at System.Reflection.MethodBase.Invoke(System.Object obj, System.Object[]
parameters)
at System.Delegate.DynamicInvokeImpl(System.Object[] args)
at System.MulticastDelegate.DynamicInvokeImpl(System.Object[] args)
at System.Delegate.DynamicInvoke(System.Object[] args)
at GLib.Signal.ClosureInvokedCB(System.Object o, GLib.ClosureInvokedArgs
args)
at GLib.SignalClosure.Invoke(GLib.ClosureInvokedArgs args)
at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val,
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr
marshal_data)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at FSpot.Driver.Startup()
at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler
startup)
at FSpot.Driver.Main(System.String[] args)
[1 Warn 14:42:10.672] Caught an exception -
System.ArgumentOutOfRangeException: Index is less than 0 or more than or equal
to the list count.
Parameter name: index
-1 (in `mscorlib')
at System.Collections.ArrayList.ThrowNewArgumentOutOfRangeException
(System.String name, System.Object actual, System.String message) [0x00000] in
<filename unknown>:0
at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] in <filename
unknown>:0
at FSpot.Exporters.Gallery.GalleryExport.Connect
(FSpot.Exporters.Gallery.GalleryAccount selected) [0x00000] in <filename
unknown>:0
Marshaling activate signal
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle
the exception.
System.Reflection.TargetInvocationException: Exception has been thrown by the
target of an invocation. ---> System.NullReferenceException: Object reference
not set to an instance of an object
at FSpot.Exporters.Gallery.GalleryExport.Connect
(FSpot.Exporters.Gallery.GalleryAccount selected) [0x00000] in <filename
unknown>:0
at FSpot.Exporters.Gallery.GalleryExport.Connect () [0x00000] in <filename
unknown>:0
at FSpot.Exporters.Gallery.GalleryExport.Run (IBrowsableCollection selection)
[0x00000] in <filename unknown>:0
at FSpot.Extensions.ExportMenuItemNode.OnActivated (System.Object o,
System.EventArgs e) [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[]
parameters) [0x00000] in <filename unknown>:0
at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in
<filename unknown>:0
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
[0x00000] in <filename unknown>:0
at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in
<filename unknown>:0
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs
args) [0x00000] in <filename unknown>:0
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in
<filename unknown>:0
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val,
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr
marshal_data) [0x00000] in <filename unknown>:0
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean
is_terminal)
at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val,
UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr
marshal_data)
at Gtk.Application.gtk_main()
at Gtk.Application.Run()
at FSpot.Driver.Startup()
at Hyena.Gui.CleanRoomStartup.Startup(Hyena.Gui.StartupInvocationHandler
startup)
at FSpot.Driver.Main(System.String[] args)
[5 Debug 14:42:10.693] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.694] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.694] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.694] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.694] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.695] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.697] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.698] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.699] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.700] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.701] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.702] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.703] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.703] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.703] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.703] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.704] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.705] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.706] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.716] Finalizer called on FSpot.Database.Db. Should be Disposed
[5 Debug 14:42:10.717] Finalizer called on FSpot.Core.Tag. Should be Disposed
[5 Debug 14:42:10.719] Finalizer called on
FSpot.Utils.DisposableCache`2[System.String,Gdk.Pixbuf]. Should be Disposed
[5 Debug 14:42:10.724] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.724] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.724] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.725] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.726] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.726] Finalizer called on
FSpot.Utils.DisposableCache`2[Hyena.SafeUri,Gdk.Pixbuf]. Should be Disposed
[5 Debug 14:42:10.727] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.728] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.728] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.728] Finalizer called on FSpot.Core.Category. Should be
Disposed
[5 Debug 14:42:10.728] Finalizer called on FSpot.Core.Category. Should be
Disposed
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages f-spot depends on:
ii dbus 1.4.8-3 simple interprocess messaging syst
ii gconf2 2.28.1-6 GNOME configuration database syste
ii gvfs-bin 1.6.4-3 userspace virtual filesystem - bin
ii libc6 2.13-4 Embedded GNU C Library: Shared lib
ii libcairo2 1.10.2-6 The Cairo 2D vector graphics libra
ii libflickrnet2.2-cil 1:2.2.0-3 Flickr.Net API Library
ii libgconf2.0-cil 2.24.1-6 CLI binding for GConf 2.24
ii libgdk-pixbuf2.0-0 2.23.3-3 GDK Pixbuf library
ii libglib2.0-0 2.28.6-1 The GLib library of C routines
ii libglib2.0-cil 2.12.10-1 CLI binding for the GLib utility l
ii libgnome-keyring1.0-cil 1.0.0-3 CLI library to access the GNOME Ke
ii libgnome2.24-cil 2.24.1-6 CLI binding for GNOME 2.24
ii libgnomeui-0 2.24.3-1 The GNOME libraries (User Interfac
ii libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface
ii libgtk2.0-cil 2.12.10-1 CLI binding for the GTK+ toolkit 2
ii liblcms1 1.18.dfsg-1.2+b4 Color management library
ii libmono-addins-gui0.2-c 0.6-2 GTK# frontend library for Mono.Add
ii libmono-addins0.2-cil 0.6-2 addin framework for extensible CLI
ii libmono-cairo2.0-cil 2.6.7-5 Mono Cairo library (for CLI 2.0)
ii libmono-corlib2.0-cil 2.6.7-5 Mono core library (for CLI 2.0)
ii libmono-posix2.0-cil 2.6.7-5 Mono.Posix library (for CLI 2.0)
ii libmono-sharpzip2.84-ci 2.6.7-5 Mono SharpZipLib library (for CLI
ii libmono-simd2.0-cil 2.6.7-5 Mono SIMD (for CLI 2.0)
ii libmono-system-web2.0-c 2.6.7-5 Mono System.Web Library (for CLI 2
ii libmono-system2.0-cil 2.6.7-5 Mono System libraries (for CLI 2.0
ii libndesk-dbus1.0-cil 0.6.0-4 CLI implementation of D-Bus
ii libpango1.0-0 1.28.3-6 Layout and rendering of internatio
ii libsqlite3-0 3.7.6.3-1 SQLite 3 shared library
ii libunique-1.0-0 1.1.6-2 Library for writing single instanc
ii libx11-6 2:1.4.3-1 X11 client-side library
ii libxcomposite1 1:0.4.3-1 X11 Composite extension library
ii mono-runtime 2.6.7-5 Mono runtime
Versions of packages f-spot recommends:
ii dbus-x11 1.4.8-3 simple interprocess messaging syst
pn dcraw <none> (no description available)
f-spot suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]