On Tue, 2008-07-01 at 13:14 +0100, Tom Holden wrote:
> I'm getting the error below with the 0.4.3.1-0ubuntu1 version of
> F-Spot. On the previous dist of Ubuntu I had had a self-compiled
> version of f-spot installed, but I'm pretty sure I have removed all
> traces of it now. Any ideas?
>
> :~$ f-spot
> Starting new FSpot server
> Unrecognized deviceID 258a
> The program 'f-spot' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadAlloc (insufficient resources for operation)'.
> (Details: serial 381 error_code 11 request_code 159 minor_code 3)
> (Note to programmers: normally, X errors are reported asynchronously;
> that is, you will receive the error a while after causing it.
> To debug your program, run it with the --sync command line
> option to change this behavior. You can then get a meaningful
> backtrace from your debugger if you break on the gdk_x_error()
> function.)
>
>
> Running f-spot with -versions gives:
>
> $ f-spot -versions
> F-Spot
0.4.3.1 - (c)2003-2008, Novell Inc
> Personal photo management for the GNOME Desktop
>
> .NET Version: 2.0.50727.42
>
> Assembly Version Information:
> gconf-sharp (
2.20.0.0)
> FSpot.Utils (
0.0.0.0)
> gdk-sharp (
2.12.0.0)
> gnome-vfs-sharp (
2.20.0.0)
> Mono.Addins (
0.3.0.0)
> NDesk.DBus.GLib (
1.0.0.0)
> NDesk.DBus (
1.0.0.0)
> System (
2.0.0.0)
> Mono.Posix (
2.0.0.0)
> Cms (
0.0.0.0)
> FSpot.Core (
0.0.0.0)
> atk-sharp (
2.12.0.0)
> gtk-sharp (
2.12.0.0)
> Mono.Addins.Setup (
0.3.0.0)
> gnome-sharp (
2.20.0.0)
> glib-sharp (
2.12.0.0)
> f-spot (
0.4.3.1)
> mscorlib (
2.0.0.0)
>
>
>
> Are the 0.0.0.0s right in here, or has something gone wrong in
> install?
>
> Tom