Re: Error: Default pixmap attachement.png cannot be found



Peter,

Thanks for the strace information.  That makes the problem obvious but 
I'm not sure what would cause the directory path to start with NONE.  I 
have tried compiling several times and use --with-ssl as a configure 
switch.

Timothy

access("NONE/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file 
or directory)
access("NONE/share/balsa/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No 
such file or directory)
access("src/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file or 
directory)
access("./pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file or 
directory)** (balsa:2175): WARNING **: Cannot find expected file 
"balsa_icon.png" (spliced with "pixmaps") with no extra prefixes
access("NONE/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file 
or directory)
access("NONE/share/balsa/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No 
such file or directory)
access("src/pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file or 
directory)
access("./pixmaps/balsa_icon.png", F_OK) = -1 ENOENT (No such file or 
directory)** (balsa:2175): WARNING **: Cannot find expected file 
"balsa_icon.png" (spliced with "pixmaps") with no extra prefixes
stat64("/usr/share/pixmaps/document-icons/gnome-text-plain.png", 
0xbfffe6f8) = -1 ENOENT (No such file or directory)
access("NONE/pixmaps/gnome-text-plain.png", F_OK) = -1 ENOENT (No such 
file or directory)
access("NONE/share/balsa/pixmaps/gnome-text-plain.png", F_OK) = -1 
ENOENT (No such file or directory)
access("src/pixmaps/gnome-text-plain.png", F_OK) = -1 ENOENT (No such 
file or directory)
access("./pixmaps/gnome-text-plain.png", F_OK) = -1 ENOENT (No such 
file or directory)
access("NONE/pixmaps/attachment.png", F_OK) = -1 ENOENT (No such file 
or directory)
access("NONE/share/balsa/pixmaps/attachment.png", F_OK) = -1 ENOENT (No 
such file or directory)
access("src/pixmaps/attachment.png", F_OK) = -1 ENOENT (No such file or 
directory)
access("./pixmaps/attachment.png", F_OK) = -1 ENOENT (No such file or 
directory)** (balsa:2175): WARNING **: Cannot find expected file 
"attachment.png" (spliced with "pixmaps") with no extra prefixes




On 2002.11.04 21:11 Peter Bloomfield wrote:
> If you run Balsa under strace:
> 
> strace src/balsa > ~/junk 2>&1
> 
> (if you use bash) then grep attachment in ~/junk, you'll see the 
> paths that Balsa is searching. In my case, I got:
> 
> access("/usr/pixmaps/attachment.png", F_OK) = -1 ENOENT (No such file 
> or directory)
> access("/usr/share/balsa/pixmaps/attachment.png", F_OK) = 0
> 
> This should help you figure out where Balsa is looking. (Of course, 
> `make install' should have put the files in the right place to begin 
> with...)
> _______________________________________________
> balsa-list mailing list
> balsa-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/balsa-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]