Re: [Pan-users] running pan gives many errors

2024-05-08 Thread Ken Cunningham
> On May 8, 2024, at 2:20 AM, Dominique Dumont wrote: > > $ ./debug-build/pan/gui/pan That does it! I had no idea it would matter where you ran pan from, but I can see now that it does, and this works. Thank you for the explanation. Ken ___ Pa

Re: [Pan-users] running pan gives many errors

2024-05-08 Thread Ken Cunningham
It looks like the IOS mail client will convert an email automatically to rich text / html when a URL is pasted into the message. This is a fairly new feature I think -- anyway, there is no way to ever turn it off that I can see, nor is there a warning it will do so. Someone would have to see

Re: [Pan-users] running pan gives many errors

2024-05-08 Thread Dominique Dumont
On Tuesday, 7 May 2024 15:01:43 CEST Ken Cunningham wrote: > I don’t know much about gtk programming, but it looks like software is meant > to ask gtk where the icons are installed using > > Gtk.IconTheme.get_search_path > docs.gtk.org This may be useful to load directly icons provided be a Gtk t

Re: [Pan-users] running pan gives many errors

2024-05-08 Thread Dominique Dumont
On Tuesday, 7 May 2024 07:01:55 CEST Ken Cunningham wrote: > running pan works, but it does give an uncomfortable number of errors when > so doing ... > > (pan:10378): Gtk-CRITICAL **: 21:59:37.694: gtk_window_set_default_icon: > assertion 'GDK_IS_PIXBUF (icon)' failed The fgtk_window_set_default

Re: [Pan-users] running pan gives many errors

2024-05-07 Thread Duncan
FWIW, this appears to be the intended message content in plain text (unless I trimmed the HTML incorrectly): Ken Cunningham posted on Tue, 7 May 2024 06:01:43 -0700 as excerpted: > I don’t know much about gtk programming, but it looks like software is > meant to ask gtk where the icons are insta

Re: [Pan-users] running pan gives many errors

2024-05-07 Thread Duncan
Ken Cunningham posted on Tue, 7 May 2024 06:01:43 -0700 as excerpted: > dir="ltr"> Unrelated to the named topic, but it's worth keeping in mind that some of us read this mailing list via pan (via gmane.io's list2news gateway) and see HTML-only posts as the raw HTML text! Does iPad Mail allow

Re: [Pan-users] running pan gives many errors

2024-05-07 Thread Ken Cunningham
I don’t know much about gtk programming, but it looks like software is meant to ask gtk where the icons are installed usingGtk.IconTheme.get_search_pathdocs.gtk.orgI can’t see that function being used in pan so far.KOn May 7, 2024, at 02:58, Duncan <1i5t5.dun...@cox.net> wrote:Ken Cunningham poste

Re: [Pan-users] running pan gives many errors

2024-05-07 Thread Duncan
Ken Cunningham posted on Mon, 6 May 2024 22:01:55 -0700 as excerpted: > (pan:10378): Gtk-CRITICAL **: 21:59:37.694: gtk_window_set_default_icon: > assertion 'GDK_IS_PIXBUF (icon)' failed > > (pan:10378): GdkPixbuf-CRITICAL **: 21:59:37.696: gdk_pixbuf_get_width: > assertion 'GDK_IS_PIXBUF (pixbuf

Re: [Pan-users] running pan gives many errors

2024-05-07 Thread Chris Schram via Pan-users
On Mon, 6 May 2024 22:01:55 -0700, Ken Cunningham wrote: > running pan works, but it does give an uncomfortable number of errors > when so doing ... > > (macOS 14.4, arm64, default build, homebrew dependencies.) > I am also running Pan via Homebrew under macOS, and though it seemed to be runni