Re: [Pan-users] copy/paste from cat/more to Pan post format errors

2022-03-20 Thread Dominique Dumont
On Saturday, 19 March 2022 16:46:51 CET David Chmelik wrote: > I edited my post in text editor because after I saved draft in Pan, there > seemed no way to reopen that worked. Indeed. Fortunately this is a bug that I could fix [1]. This will be part of next release. All the best [1] https://g

Re: [Pan-users] pan on windows

2022-03-23 Thread Dominique Dumont
On Wednesday, 23 March 2022 11:21:54 CET Tom Tanner via Pan-users wrote: > I've been unable to save articles. The > article is downloaded fine, but it produces a x.ERRORS file instead, > with the contents > > ERROR: Write error on target file D:\Caches\TempDir\Temp\uuZNQJJ1: Bad > file descrip

Re: [Pan-users] pan on windows

2022-03-24 Thread Dominique Dumont
On Thursday, 24 March 2022 09:05:39 CET Tom Tanner via Pan-users wrote: > Unfortunately the instructions for building under windows are (a) scary > and (b) possibly out of date as they refer to gtk2 and I think pan is > using gtk3 now? Pan now builds with gtk3 by default. gtk2 is still available,

Re: [Pan-users] pan on windows

2022-03-27 Thread Dominique Dumont
On Friday, 25 March 2022 20:31:09 CEST John Wendel wrote: > I'm using PAN on a Linux Mint box and also see these ".msg" and ".ERROR" > files. But only on a small subset of the binary files I download. I > have no clue what triggers this behavior. Please tell us which files so we can reproduce thi

Re: [Pan-users] pan on windows

2022-04-05 Thread Dominique Dumont
On Sunday, 27 March 2022 18:11:55 CEST Tom Tanner via Pan-users wrote: > And the gtk3 icons are microscopic. Is there any way of persuading it to > use bigger ones? That's weird. On Linux, gtk3 icons are bigger than gtk2's. ___ Pan-users mailing li

Re: [Pan-users] Pan 0.150 on openSUSE 15.3

2022-05-08 Thread Dominique Dumont
On Saturday, 7 May 2022 04:15:17 CEST Jim Henderson wrote: > So far, it's looking good, but one thing I've noticed is that if I > navigate from message to message in gmane.linux.suse.opensuse.project, > the group pane resizes itself and won't let me change it back. For > example, the message threa

Re: [Pan-users] Pan core-dumping under Linux Mint

2022-05-08 Thread Dominique Dumont
On Thursday, 5 May 2022 14:47:34 CEST Brian wrote: > I run 64-bit Linux Mint 20.3 (LTS version) with an XFCE desktop. When > I install Pan from the Mint/Ubuntu repositories, it appears to install > successfully, but running from the desktop results in a immediate > crash with no input. > > So, I t

Re: [Pan-users] Pan core-dumping under Linux Mint

2022-05-08 Thread Dominique Dumont
On Thursday, 5 May 2022 14:47:34 CEST Brian wrote: > So, I tried running from a terminal. This also crashed immediately, > unsurprisingly, but it did get me the following output Come to think of it, we've heard of corrupted files in ~/.pan2 directory that can cause crashes. You can try to move t

Re: [Pan-users] Pan 0.150 on openSUSE 15.3

2022-05-10 Thread Dominique Dumont
On Tuesday, 10 May 2022 00:29:57 CEST Jim Henderson wrote: > It kinda seems to be something really specific with the messages I > noted. I just tried reading a bunch of other messages and had no issue > at all. I found those message (at least, with the same title) and did not see any problem. A

Re: [Pan-users] Pan 0.150 on openSUSE 15.3

2022-05-15 Thread Dominique Dumont
On Wednesday, 11 May 2022 17:21:28 CEST Jim Henderson wrote: > I built using commit 0342028b34ece0b0349ef3b4d9165dba1c3fd54a - how does > that compare to your build? I've just re-built pan/gtk3 with that version and did not see any problem with the "community meeting" message you mentioned. All

[Pan-users] [ANNOUNCE] Pan release 0.151

2022-06-25 Thread Dominique Dumont
Hi After 3 months, here's the new release of Pan 0.151 codename "Butcha" Pan is a powerful and user-friendly Usenet newsreader for GTK+. See http://pan.rebelbase.com/ for more information. This release is dedicated to all people suffering from Russian war in Ukraine. Until this war is over,

Re: [Pan-users] [ANNOUNCE] Pan release 0.151

2022-06-26 Thread Dominique Dumont
On Saturday, 25 June 2022 19:44:19 CEST Brian Morrison wrote: > > You can get Pan 0.151 release tarball on Gnome's gitlab: > > > > - https://gitlab.gnome.org/GNOME/pan/-/tags/v0.151 > > Showing as 404 right now, you might like to check that github is doing > what it should. That's one on me: I f

Re: [Pan-users] pan always crashing fast again

2022-09-08 Thread Dominique Dumont
On Thursday, 8 September 2022 01:25:16 CEST David Chmelik wrote: > Aren't > easily-accessible/properly-numbered 0.150 & 0.151 tarballs going to be > released on pan.rebelbase.com? I don't think so. But you can get tarballs on this gitlabpage: https://gitlab.gnome.org/GNOME/pan/-/tags Each ver

Re: [Pan-users] pan always crashing fast again

2022-09-08 Thread Dominique Dumont
On Thursday, 8 September 2022 12:16:10 CEST David Chmelik wrote: > I compiled pan 0.151 but, after starting, quickly got another > segmentation fault. Can you get a backtrace ? All the best ___ Pan-users mailing list Pan-users@nongnu.org https://lis

Re: [Pan-users] The recent git merges broke pan's build for me, culprit 18f92b133

2022-09-19 Thread Dominique Dumont
Hi Thanks, Duncan, for the detail analysis. On Monday, 19 September 2022 07:59:30 CEST Duncan wrote: > I'm compiling using gcc-12.2.0 on gentoo ~amd64. > Looks like iconv_t is defined by /usr/include/iconv.h, which is from glibc > so it's pretty basic. Today's update did include a glibc update,

Re: [Pan-users] The recent git merges broke pan's build for me, culprit 18f92b133

2022-09-19 Thread Dominique Dumont
On Monday, 19 September 2022 19:28:09 CEST Dominique Dumont wrote: > Was there any reason to move up the #ifdef line ? Duncan, this patch should fix pan compilation for you. I'll wait on Thomas opinion before committing this change. All the best diff --git a/pan/usenet-utils/gpg.h b/pa

Re: [Pan-users] The recent git merges broke pan's build for me, culprit 18f92b133

2022-09-21 Thread Dominique Dumont
On Tuesday, 20 September 2022 08:09:47 CEST Thos Tanner wrote: > Yes. It looks like a more appropriate fix would be to add the gmime.h > include to mime-utils.h, with this patch: Yes, that's much better. I've pushed this patch. Duncan, can you try on your side ? > (I am being very pedantic here

Re: [Pan-users] The recent git merges broke pan's build for me, culprit 18f92b133

2022-10-02 Thread Dominique Dumont
On Sunday, 2 October 2022 06:13:27 CEST Duncan wrote: > Got to it this weekend; posting with a fresh-built HEAD now. =:^) Good news ! Thanks for the follow-up All the best Dod ___ Pan-users mailing list Pan-users@nongnu.org https://lists.nongnu.or

[Pan-users] [ANNOUNCE] Pan release 0.152

2022-11-12 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.152 codename "Mariupol" Pan is a powerful and user-friendly Usenet newsreader for GTK+. The main points of this release are: - Gtk2 is removed from Pan. Only Gtk3 is working. - Links to old pan.rebelbase.com are replaced with links to pan git

[Pan-users] [ANNOUNCE] Pan release 0.153

2022-11-13 Thread Dominique Dumont
Hi On Saturday, 12 November 2022 17:56:17 CET Dominique Dumont wrote: > I happy to announce the release of Pan 0.152 codename "Mariupol" I'm less happy to announce that I've botched this release: Pan 0.152 reports itself as 0.151. So I've created release 0.153

Re: [Pan-users] pan always crashing fast again

2022-12-05 Thread Dominique Dumont
On Thursday, 1 December 2022 03:54:24 CET dchme...@gmail.com wrote: > On 9/8/22 6:07 AM, Dominique Dumont wrote: > > On Thursday, 8 September 2022 12:16:10 CEST David Chmelik wrote: > >> I compiled pan 0.151 but, after starting, quickly got another > >> segmentation fa

[Pan-users] [ANNOUNCE] Pan release 0.154

2023-01-05 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.154 codename "Izium" Pan is a powerful and user-friendly Usenet newsreader for GTK+. This release fixes a regression from v0.153 where pan can segfault when reading groups. See issue #156 for details. Some other cleanup related to gtk2 were done. M

Re: [Pan-users] Pan not working

2023-01-08 Thread Dominique Dumont
On Sunday, 1 January 2023 15:07:56 CET Dieter Britz wrote: > What can be going on here? How do I get back on? In your screenshot, pan shows a "No Connections" message (bottom left of Pan windows). Looks like something is wrong with your connection to your news server. May be a credentials probl

Re: [Pan-users] 441 Duplicate Content-Type Header Field

2023-02-18 Thread Dominique Dumont
On Sunday, 12 February 2023 03:38:43 CET Veek M wrote: > I tried posting to alt.test and I get an error message in File-->Event Log > https://i.imgur.com/NujyVMe.png > "441 Duplicate Content-Type Header Field" What version of pan are you using ? This looks like the following bug that was fixed wi

Re: [Pan-users] pan always crashing fast again

2023-07-19 Thread Dominique Dumont
On Thursday, 6 July 2023 10:24:45 CEST dchme...@gmail.com wrote: > Now I compiled 0.154. I don't know that I'll be able to get a > backtrace. Do I need debugging compiled in, and if so, how do I do that > then get the backtrace? By default, pan is built with with ' -g -O2 ' and the pan executabl

Re: [Pan-users] pan always crashing fast again

2023-07-27 Thread Dominique Dumont
On Thursday, 27 July 2023 09:40:33 CEST dchme...@gmail.com wrote: > #0 0x76451ae7 in strtoll_l_internal () at /lib64/libc.so.6 > #1 0x76444f90 in atoi () at /lib64/libc.so.6 > #2 0x00733631 in pan::DataImpl::load_headers(pan::DataIO > const&, pan::Quark const&) () ok

Re: [Pan-users] pan always crashing fast again

2023-07-27 Thread Dominique Dumont
On Monday, 24 July 2023 09:44:05 CEST David Chmelik wrote: > When I used those arguments/flags/switches and ran 'gdb pan' it said it > has no debugging symbols. Below is the configure line from the SlackBuild. > > ./configure --prefix=/usr --localstatedir=/var/lib --sysconfdir=/etc > --mandir=/us

Re: [Pan-users] pan always crashing fast again

2023-07-29 Thread Dominique Dumont
On Friday, 28 July 2023 07:33:10 CEST David Chmelik wrote: > I think it has them as I ran 'gdb --args pan --debug'. How do I get > line numbers then? I'm just a gdb beginner so could use full > instructions... Pan now doesn't always crash fast, but always crashes. Looks like the pan you compile

Re: [Pan-users] can't move anything

2023-08-27 Thread Dominique Dumont
On Thursday, 24 August 2023 04:07:02 CEST David Chmelik wrote: > After Dominique Dumont's help (deleted ~/.pan2/groups) I got pan 0.154 > working again without crashing, but now I can't move anything: headers, > sides of pane, etc. You can re-order the header columns with Edit->preferences->heade

Re: [Pan-users] can't move anything

2023-09-08 Thread Dominique Dumont
On Friday, 8 September 2023 09:33:41 CEST David Chmelik wrote: > That's what I originally did. Is there any way I can debug this in pan > 0.154. You can try that: GTK_DEBUG=interactive ./pan/gui/pan See https://people.gnome.org/~ebassi/docs/_build/Gtk/4.0/running.html for details HTH _

Re: [Pan-users] can't move anything

2023-10-04 Thread Dominique Dumont
On Wednesday, 4 October 2023 03:00:33 CEST David Chmelik wrote: > >> GTK_DEBUG=interactive ./pan/gui/pan > > I don't understand that; I don't have the source code unarchived or > > compiled myself, just /usr/bin/pan from Slackware64 15+current's > > pan-0.154-x86_64-1 package. > > So, how do I deb

Re: [Pan-users] good non-gui test of functionality for homebrew?

2023-10-25 Thread Dominique Dumont
On Sunday, 22 October 2023 23:08:40 CEST Ken Cunningham wrote: > It works well, but the homebrew devs would like to see a test that can be > automatically run by the CI system to show that the built & installed but > never configured pan application actually works and does something, and > does not

[Pan-users] [ANNOUNCE] Pan release 0.155

2023-11-01 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.155 codename "Kherson" Pan is a powerful and user-friendly Usenet newsreader for GTK+. This release fixes some bugs and fixes build on MacOs. Many thanks to Thomas Tanner, Ken Cunningham, Emil Tomczyk and John Paul Adrian Glaubitz for the work done

Re: [Pan-users] can't move anything

2024-01-01 Thread Dominique Dumont
On Monday, 1 January 2024 03:56:23 CET David Chmelik wrote: > Since there's apparently nothing else to do, despite this will be > difficult, I'll try this, but all you'll see is me going over all the > areas to move panels & headers with nothing happening. What program do > you suggest to 'screenc

Re: [Pan-users] can't move anything

2024-01-02 Thread Dominique Dumont
On Tuesday, 2 January 2024 08:20:36 CET David Chmelik wrote: > Here you go, but I don't think it shows anything I haven't adequately > described, just is evidence/proof: http://youtu.be/VfW1V73fzkk . I've viewed it. You mentioned that you're running pan on slackware. What window manager are you

Re: [Pan-users] can't move anything

2024-01-03 Thread Dominique Dumont
On Wednesday, 3 January 2024 01:30:12 CET David Chmelik wrote: > > Could you try to move a header column separator when the scrollbar > > vanishes when you hover the separation between 2 columns ? > > Apparently it is possible now. I thought the mouse cursor used to change. It's supposed to chan

[Pan-users] Trying to build Pan with cmake

2024-01-09 Thread Dominique Dumont
Hi all I'm trying to build Pan with Cmake. The main reasons are: - autotools is really not easy to maintain - using ccls (C++ language server) with Pan code is not easy. Working with ccls requires a .ccls or a compile_commands.json which contains build information so that ccls can understand the

Re: [Pan-users] Why CMake?

2024-01-23 Thread Dominique Dumont
On Monday, 22 January 2024 07:59:26 CET Emil Tomczyk wrote: > Hey, > I was curious, why pan is moving to CMake? The main reasons are: - autotools is really not easy to maintain - using ccls (C++ language server) with Pan code is not easy. Working with ccls requires a .ccls or a compile_commands.j

Re: [Pan-users] interface bug (or not?)

2024-03-13 Thread Dominique Dumont
On Wednesday, 13 March 2024 06:56:53 CET Duncan wrote: > OK, using a keyword (is_smallish) from an old patch I had I grepped (well, > mcedit-searched) the code and found this in header-pane.cc For what it's worth, here's a link to this code: https://gitlab.gnome.org/GNOME/pan/-/blob/master/pan/gu

Re: [Pan-users] interface bug (or not?)

2024-03-13 Thread Dominique Dumont
On Wednesday, 13 March 2024 11:53:44 CET Duncan wrote: > So the described behavior does have a reason and I'd argue is not a bug -- > people arguably do not *want* pan to just start downloading arbitrarily > large attachments, *especially* in what they may reasonably expect to be > text-only groups

Re: [Pan-users] interface bug (or not?)

2024-03-13 Thread Dominique Dumont
On Wednesday, 13 March 2024 18:25:01 CET Dominique Dumont wrote: > The code you've found does not use MIME in its heuristics. I believe this > code could be improved to take MIME into account. I pushed a possible fix on branch fix-gui-bug [1] (although this patch does not use MIME

[Pan-users] [ANNOUNCE] Pan release 0.157

2024-04-01 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.157 codename "Mariinka" Pan is a powerful and user-friendly Usenet newsreader for GTK+. This release fix a few bugs and add support for cmake. Pan can now be built with cmake. Building pan with autotools is deprecated. Many thanks to Thomas Tanner a

[Pan-users] [ANNOUNCE] Pan release 0.158

2024-04-13 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.158 codename "Avdiivka" Pan is a powerful and user-friendly Usenet newsreader for GTK+. This release fix the installation of man and help files with cmake. Building pan with autotools is still deprecated. Many thanks to Atri Bhattacharya for the he

Re: [Pan-users] [ANNOUNCE] Pan release 0.158

2024-04-19 Thread Dominique Dumont
On Thursday, 18 April 2024 16:16:56 CEST glen walpert wrote: > 0.157 and 0.158 both compile and run fine with Ubuntu 22.04 using the > snap version of cmake. The apt version of cmake is outdated and will > not work. Well, there's indeed a line with "cmake_minimum_required(VERSION 3.25)", but I'm

Re: [Pan-users] [ANNOUNCE] Pan release 0.158

2024-04-21 Thread Dominique Dumont
On Sunday, 21 April 2024 16:15:46 CEST glen walpert wrote: > CMake Error: The source directory "test-strftime.c" does not exist. > Specify --help for usage, or press the help button on the CMake GUI. > CMake Error at CMakeLists.txt:194 (try_run): >Failed to configure test project build system.

[Pan-users] Removed deprecated StatusIcon

2024-05-05 Thread Dominique Dumont
Hi While investigating compilation warnings, I've learnt that StatusIcon are deprecated [1], so I've removed this feature from pan [2]. Actually, I could not see any difference in Pan bevahior after this removal. Please get back to me if you see a problem. All the best Dominique [1] https:/

Re: [Pan-users] Removed deprecated StatusIcon

2024-05-06 Thread Dominique Dumont
On Sunday, 5 May 2024 21:23:32 CEST Rhialto wrote: > Speaking of Icons: after I update to the latest release, Pan doesn't > seem to have icons any more if you iconify its window. I skipped a few > releases because they were so close together, but before, there was an > icon that looked like a folde

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-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] Removed deprecated StatusIcon

2024-05-08 Thread Dominique Dumont
On Tuesday, 7 May 2024 03:19:30 CEST Duncan wrote: > So I run pan on wayland now and haven't had this set for awhile as AFAIK > the standard was X-specific and the gtk folks saw no continued use for it > so there's no similar XDG/wayland standard. AFIU, this may be more related to window manager

[Pan-users] [ANNOUNCE] Pan release 0.159

2024-06-05 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.158 codename "Vovchansk" Pan is a powerful and user-friendly Usenet newsreader for GTK+. The main changes of this release are: - remove autotools. Pan can only be built with cmake - remove support for obsolete Status Icon You can get Pan 0.159 rel

Re: [Pan-users] Removed deprecated StatusIcon

2024-06-09 Thread Dominique Dumont
On Sunday, 9 June 2024 04:19:58 CEST David Chmelik wrote: > No longer works in XFCE. :( What is the last version of Pan working in your setup ? All the best ___ Pan-users mailing list Pan-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/pa

Re: [Pan-users] Removed deprecated StatusIcon

2024-06-15 Thread Dominique Dumont
On Monday, 10 June 2024 01:08:41 CEST dchme...@gmail.com wrote: > Of course it's useful: I minimize/close programs often without wanting > to really exit, so the change is very inconvenient and much harder to > deal with. Pan 0.159 does not preclude running Pan in minimized form. Removing Status

Re: [Pan-users] Removed deprecated StatusIcon

2024-06-20 Thread Dominique Dumont
On Monday, 17 June 2024 00:40:23 CEST dchme...@gmail.com wrote: > > On the other hand, you can get feedback using Dbus system. This requires > > to > > compile Pan with WANT_DBUS option. With this option, you can get feedback > > while pan is running minimized. [...] > > I don't know what that mea

Re: [Pan-users] Removed deprecated StatusIcon

2024-06-21 Thread Dominique Dumont
On Friday, 21 June 2024 01:54:30 CEST dchme...@gmail.com wrote: > It's part of Slackware GNU/Linux. To mitigate the removal of StatusIcon, I suggest you discuss with Pan package maintainer on slackware to compile pan with -DWANT_DBUS=1 and -DWANT_NOTIFY=1 With these 2 options, pan is able to sen

[Pan-users] Experiment on Sqlite storage

2024-06-22 Thread Dominique Dumont
Hi I've created a new "sqlite" branch on pan git repo. In this branch, I'm experimenting on using Sqlite to store pan's data. So far only news server information is stored there. Next next is storing group information. This will probably take a few months. Using Sqlite for all pan data will ta

Re: [Pan-users] Pan's new (May) rgb() color settings not working correctly

2024-07-20 Thread Dominique Dumont
Hi Thanks to your rather complete test report, I'm beginning the understand the problem. One that I've figured out is that g_object_set is used a lot to tweak colors and this call requires a string returned by gdk_rgba_to_string(). This requires to convert 'rgb(x,y.z)' strings to GdkRGBA and

Re: [Pan-users] Pan's new (May) rgb() color settings not working correctly

2024-07-21 Thread Dominique Dumont
Hi I've some bad news and good news... On Sunday, 21 July 2024 11:38:50 CEST Duncan wrote: > Dominique Dumont posted on Sat, 20 Jul 2024 18:21:21 +0200 as excerpted: > > One that I've figured out is that g_object_set is used a lot to tweak > > colors and this call requ

[Pan-users] [ANNOUNCE] Pan release 0.160

2024-08-11 Thread Dominique Dumont
Hi I happy to announce the release of Pan 0.160 codename "Toresk" Pan is a powerful and user-friendly Usenet newsreader for GTK+. The main changes of this release are: - fix color management that was broken with v0.159 - load_icon: print error message when icon is not found - delete newsrc

[Pan-users] Please test replacement of gtkspell with gspell

2024-08-11 Thread Dominique Dumont
Hi To fix a long standing issue (#92), I've replaced gtkspell wtih gspell in post- ui.cc. This requires to install a new library (libgspell-1-dev on Debian and derivatives). Please test and report any issue with spellchecking when posting an article. All the best Dominique ___

Re: [Pan-users] Please test replacement of gtkspell with gspell

2024-08-13 Thread Dominique Dumont
On Tuesday, 13 August 2024 00:41:59 CEST Duncan wrote: > LOL. FWIW my brain is obviously elsewhere today; when reading the commits > I interpreted "post-ui" as one interprets "post-apocalyptic": post -> > after: ??after-ui?? and it just wasn't making sense! 😆 We all have these kind of moments ..

Re: [Pan-users] Cross compiling pan

2024-08-15 Thread Dominique Dumont
Hi On Thursday, 15 August 2024 13:22:50 CEST Emil Tomczyk wrote: > I'm trying to update Void's package to 0.160 and CMake. I have trobule > with cross compilation. Huh... On Debian, package are built on target system, thus we avoid cross compilation issues. No matter, I'll try to help you ther

Re: [Pan-users] Problems with color preferences

2024-08-26 Thread Dominique Dumont
Hi On Monday, 26 August 2024 18:27:52 CEST Jim Henderson wrote: > Any ideas, or is this a known issue with this release? It's a known issue that has been fixed in Pan 0.160. All the best ___ Pan-users mailing list Pan-users@nongnu.org https://list

Re: [Pan-users] Segmentation fault when get all headers from de.comm.software.mozilla.mailnews

2024-09-04 Thread Dominique Dumont
Hi On Tuesday, 3 September 2024 20:49:50 CEST Alex via Pan-users wrote: > I use pan on Ubuntu 22.04 which is version 0.149. > > The Problem is when I now tel pan to "get all headers" from > 'de.comm.software.mozilla.mailnews' stop pan with "Segmentation fault" I've retrieved all headers of this

Re: [Pan-users] Segmentation fault when get all headers from de.comm.software.mozilla.mailnews

2024-09-04 Thread Dominique Dumont
Hi On Tuesday, 3 September 2024 20:49:50 CEST Alex via Pan-users wrote: > I tried the same with the latest pan and got the same "Segmentation fault". > After a debug build and a start of pan with Thanks to your pan-debug.txt file, I was able to see where the crash occured. Given the location, i

[Pan-users] External Pan FAQ is gone

2013-02-06 Thread Dominique Dumont
Hello The FAQ provided by Pan site [1] is mentioned as outdated. But it's replacement link [2] leads to nowhere. All the best [1] http://pan.rebelbase.com/faq/ [2] http://www.darrenalbers.net/wiki/index.php?title=Pan_FAQ signature.asc Description: This is a digitally signed message part.

Re: [Pan-users] PPA Version update?

2013-02-10 Thread Dominique Dumont
Le samedi 9 février 2013 20:35:32, DLSauers a écrit : > Is there a schedule as to when the PPA is updated with DEBS for updating > via apt-get. > > There seems to a lot of updates to the program some which would be great > to have, but the PPA doesn't seem to update since 5/12? I package pan fo

Re: [Pan-users] Pan broken on Ubuntu Raring?

2013-05-19 Thread Dominique Dumont
Le Sunday 19 May 2013 08:49:38, Duncan a écrit : > Ubuntu's pan may have been built with SSL turned off this time. Correct. This is mentioned in pan 0.139-2 Debian changelog. I hope this log is available on Ubuntu. > There > were some problems with gnutls (the library pan uses for SSL/TLS supp

Re: [Pan-users] Pan on Ubuntu 14.04

2014-05-01 Thread Dominique Dumont
On Wednesday 23 April 2014 12:58:40 Chris Gentle wrote: > So what's up with that? I was really hoping this would be "fixed" since > this is an LTS release. Licenses issues with tls and gmp are now resolved. I've uploaded pan 0.139-3 to Debian with tls/ssl support. This new version should eventu

Re: [Pan-users] Pan 0.139-7 will not start

2016-03-15 Thread Dominique Dumont
On Tuesday 15 March 2016 00:07:33 Duncan wrote: > > ERROR:pan-tree.cc:80:GtkTreeIter PanTreeStore::get_iter(const > > PanTreeStore::Row*): assertion failed: (row) > > Aborted (core dumped) See https://bugzilla.gnome.org/show_bug.cgi?id=756458 comment 5 and 8 All the best -- https://github.com/

Re: [Pan-users] [Pan-announce] ANN: Pan 0.141 "Tarzan's Death"

2017-01-07 Thread Dominique Dumont
On vendredi 30 décembre 2016 21:44:31 CET Petr Kovar wrote: > December 30, 2016 - New Release: > Pan 0.141 "Tarzan's Death" > http://pan.rebelbase.com/download/ That's great news ! Pan 0.141 is now uploaded to Debian/unstable and will be soon available. [1] All the best [1] https://tracker.debi

Re: [Pan-users] Deprecated libgnome-keyring

2017-07-14 Thread Dominique Dumont
On Monday, 19 June 2017 19:26:50 CEST Petr Kovar wrote: > This is now in master together with Detlef's port to libsecret & > gcr. If there are no major issues with the code, I think we can release a > 0.142 soonish. Pan on Debian now has a bug requesting this change [1]. A new release would then

Re: [Pan-users] Pan group list not accessible?

2017-09-04 Thread Dominique Dumont
On Monday, 4 September 2017 21:18:00 CEST Duncan wrote: > The workaround as listed in the bug is to build pan against gtk2, since > the bug only triggers when pan is built against gtk3. On Debian, pan is built with gtk3 to work avoid crash seen when running pan with KDE (see details in https://b

Re: [Pan-users] Fw: [Bug 786438] New: Please upgrade gmime version to 3.0

2017-09-04 Thread Dominique Dumont
On Sunday, 27 August 2017 13:49:10 CEST Petr Kovar wrote: > Anyone up for a porting challenge? :) Debian bug report mention the following links to help with porting: * gmime's porting guide from 2.6 to 3.0: https://github.com/jstedfast/gmime/blob/master/PORTING -- https://github.com/dod

Re: [Pan-users] Distros: do not build against gmime-3 yet

2017-12-10 Thread Dominique Dumont
On Sunday, 10 December 2017 23:24:47 CET Petr Kovar wrote: > Please do keep in mind that support for gmime-3 is incomplete and > experimental and not even mentioned in README, and as such not intended to > be used by end-users. More gmime-3 patches welcome and needed! Note that you have to make su

Re: [Pan-users] ANN: Pan bugs migrated from Bugzilla to GitLab

2018-09-23 Thread Dominique Dumont
On Sunday, 23 September 2018 00:05:35 CEST Petr Kovar wrote: > FYI, GNOME sysadmins recently migrated all open Pan bugs from Bugzilla to > https://gitlab.gnome.org/GNOME/pan/issues. Ouch. Pan bugs on Debian have a cross-reference to upstream bugs, in pan's case, bugzilla. The migration you announ

Re: [Pan-users] ANN: Pan bugs migrated from Bugzilla to GitLab

2018-09-25 Thread Dominique Dumont
On Monday, 24 September 2018 07:01:41 CEST Petr Kovar wrote: > So you can take > the BZ-GitLab mapping based on the last comment in the BZ bug. ok, got it. I've updated the cross-references in Debian bug tracker. Thanks for the hint. Dod ___ Pan-us

Re: [Pan-users] Pan stops showing more than one message header column

2018-11-05 Thread Dominique Dumont
On Tuesday, 6 November 2018 02:51:26 CET David Chmelik wrote: > I'm temporarily trying Pan (with same profile from a working installation > of Pan on other OS) on Kubuntu. I must say it's a poor implementation of > KDE. In this, Pan only shows one message header column (either author, > subject,

Re: [Pan-users] can you run Pan 2 on anything but GNOME/Linux? (and how to donate?)

2020-09-01 Thread Dominique Dumont
On Wednesday, 19 August 2020 12:30:02 CEST David Chmelik wrote: > Okay, here is some output from trying to run Pan 2 in FreeBSD Unix > KDE5. Are you compiling with gtk2 or gtk3 ? On Debian, I compile pan with gtk3, otherwise pan under KDE often crashes. HTH Dod _

Re: [Pan-users] can you run Pan 2 on anything but GNOME/Linux? (and how to donate?)

2020-09-12 Thread Dominique Dumont
On mardi 18 août 2020 08:30:54 CEST David Chmelik wrote: > I've used Pan since '00s: best NNTP newsreader ever. However last year > it started crashing for me in KDE5, so I tried TWM, XFCE, MATE... can't > run Pan 2 in anything. On Debian, pan built with gtk2 crashed when run within KDE. That's

Re: [Pan-users] New maintainer

2021-08-11 Thread Dominique Dumont
Hi Looks like you were faster than me with this announce... On Wednesday, 11 August 2021 09:08:54 CEST Duncan wrote: > The *.doap file is an XML-based maintainer listing. Given the email > @debian, presumably that's pan's Debian maintainer, now upstream > maintainer as well. Indeed, I am Pan ma

[Pan-users] [ANNOUNCE] New Pan release 0.147 (and new maintainer)

2021-09-19 Thread Dominique Dumont
Hi After a 2 years hiatus, I'm happy to announce Pan version 0.147. Yes, that's right, Pan has a new maintainer. I've been maintaining Pan package for Debian for almost 10 years, and I did not want this software to die, so I've taken over upstream maintenance. As I've not seriously programmed

Re: [Pan-users] pan 0.147 crashes

2021-09-28 Thread Dominique Dumont
On Tuesday, 28 September 2021 05:42:01 CEST David Chmelik wrote: > For last few versions (including 0.147) pan crashes (on > Slackware64-current) apparently for any GTK theme I use. Did you compile pan yourself? Is pan compiled with gtk2 or gtk3 ? What's your window manager ? Could you provid

Re: [Pan-users] pan 0.147 crashes

2021-09-28 Thread Dominique Dumont
On Tuesday, 28 September 2021 09:59:02 CEST David Chmelik wrote: > > Is pan compiled with gtk2 or gtk3 ? > > Maybe GTK2, but I don't know. I've checked. It's gtk2: $ ldd /tmp/pan | grep gtk libgtkspell.so.0 => /lib/x86_64-linux-gnu/libgtkspell.so.0 (0x7f8e4557f000) libgtk-x11

Re: [Pan-users] nzb download errors and bombing out.

2021-09-28 Thread Dominique Dumont
On Tuesday, 28 September 2021 05:18:06 CEST Pedro wrote: > the problem I have with many nzb downloads is that is saves the part in > many multiple _copy_x, where x can be in the hundreds, > interspersed with ,filename_copy_x.ERROR file This looks like this issue: https://gitlab.gnome.org/GNOME/pan

Re: [Pan-users] pan 0.147 wants mime 2.0 >= 2.6 when I have installed gmime 3.2.7

2021-10-10 Thread Dominique Dumont
On vendredi 8 octobre 2021 07:10:21 CEST Pedro wrote: > configure: error: Package requirements (gmime-2.6 >= 2.6.20) were not met: > > No package 'gmime-2.6' found > > I tired to install gmime 2.6 but that had a fatal error. Depending on your distro, gmime 2 might no longer be available. I'd su

Re: [Pan-users] References header posting error patch?

2021-10-10 Thread Dominique Dumont
On mercredi 6 octobre 2021 19:51:50 CEST Duncan wrote: > Now that we're getting a somewhat workable pan again, the biggest > remaining issue I've been seeing is the posting error due to pan messing > up the references header (bad character conversion I believe). I've tested followup post with pan

Re: [Pan-users] pan 0.147 wants mime 2.0 >= 2.6 when I have installed gmime 3.2.7

2021-10-11 Thread Dominique Dumont
On Sunday, 10 October 2021 22:24:18 CEST Pedro wrote: > hi, did you not get my post to this email group with my solution, > several days ago, similar to yours but in more detail. Sorry, I got it but it went in a different mail thread so I forgot about it when I looked again at this issue.. All

Re: [Pan-users] References header posting error patch?

2021-10-17 Thread Dominique Dumont
On Saturday, 16 October 2021 10:11:07 CEST Duncan wrote: > Again on gmane.io, an example that fails a reply (still the newest thread > as I post this): > > From: Mark Knecht > Newsgroups: gmane.comp.kde.linux > Subject: Google Chrome - no title bar this morning > Date: Wed, 22 Sep 2021 06:51:56 -

[Pan-users] [ANNOUNCE] Pan release 0.148

2021-10-24 Thread Dominique Dumont
Hi I'm happy to announce Pan 0.148 Pan is a powerful and user-friendly Usenet newsreader for GTK+. See http://pan.rebelbase.com/ for more information. The main changes of this release are: - gmime3 is used by default (configure option --with-gmime30 is gone) - gmime2 is deprecated, but can be us

Re: [Pan-users] References header posting error patch?

2021-10-25 Thread Dominique Dumont
On Sunday, 24 October 2021 09:45:56 CEST Duncan wrote: > What gmime version are you building against? 3.2.7 (from March of 2020) > or earlier? 3.2.7 > FWIW, gmime-3.2.7 here, built with all USE flags (Gentoo feature control) > turned off, so: -idn -crypt -doc -static-libs -test -vala . I use gm

[Pan-users] [ANNOUNCE] Pan release 0.149

2021-12-22 Thread Dominique Dumont
Hi I'm happy to announce Pan 0.149 Pan is a powerful and user-friendly Usenet newsreader for GTK+. See http://pan.rebelbase.com/ for more information. The main changes of this release are: - Fix freeze when loading group with non-ascii characters in subject - Avoid mojibake in Subject and Header

Re: [Pan-users] [ANNOUNCE] Pan release 0.149

2021-12-28 Thread Dominique Dumont
On Tuesday, 28 December 2021 15:24:00 CET Maurice via Pan-users wrote: > Any chance of an RPM version being available, please? May be there: https://src.fedoraproject.org/rpms/pan ___ Pan-users mailing list Pan-users@nongnu.org https://lists.nongnu.o

Re: [Pan-users] [ANNOUNCE] Pan release 0.149

2021-12-29 Thread Dominique Dumont
On Wednesday, 29 December 2021 13:44:04 CET Maurice via Pan-users wrote: > Maybe the info "(BLIBC -2.33" is a useful clue? The package you're installing require glibc 2.33 which is very very old ___ Pan-users mailing list Pan-users@nongnu.org https://

Re: [Pan-users] Unable to view posts

2022-01-09 Thread Dominique Dumont
On Saturday, 8 January 2022 22:14:56 CET M.R.P. zensky via Pan-users wrote: > Hello running pan on ubuntu and when I select a newsgroup I get a list but > cannot view the article. We cannot fix this issue without information that enable us to reproduce this problem. So please tell us: - Which ve

[Pan-users] [ANNOUNCE] Pan release 0.150

2022-02-25 Thread Dominique Dumont
Hi I'm happy to announce Pan 0.150 "Moucherotte" Pan is a powerful and user-friendly Usenet newsreader for GTK+. See http://pan.rebelbase.com/ for more information. The main changes of this release are: - Dropped support for GMime2. Only Gmime3 is supported - Gtk3 is now default build, Gtk2 is d

Re: [Pan-users] [ANNOUNCE] Pan release 0.150

2022-02-27 Thread Dominique Dumont
On Saturday, 26 February 2022 20:13:33 CET glen walpert wrote: > Attempting to compile Pan 0.150 on Ubuntu 18.04.6 LTS using: 18.04 is quite old... > I get: > > checking for GLIB - version >= 2.17.6... yes (version 2.56.4) > checking for GMIME... no > configure: error: Package requirements (gmim

Re: [Pan-users] [ANNOUNCE] Pan release 0.150

2022-02-27 Thread Dominique Dumont
On Sunday, 27 February 2022 06:47:13 CET Duncan wrote: > So look for gmime-devel-3.x or a similarly named package, and note that > after you install that, there may be other necessary -devel packages to > install as well You can find the list of required packages in: https://gitlab.gnome.org/GNOM

Re: [Pan-users] [ANNOUNCE] Pan release 0.150

2022-02-28 Thread Dominique Dumont
On Sunday, 27 February 2022 01:44:11 CET David Shochat wrote: > I built this on my ubuntu 21.10 system (default configure options). It > seems to function normally for reading, but I saw many of the > following in the shell window where I launched pan: > (pan:172435): Gtk-CRITICAL **: 16:30:22.499:

Re: [Pan-users] [ANNOUNCE] Pan release 0.150

2022-02-28 Thread Dominique Dumont
On Sunday, 27 February 2022 19:33:42 CET glen walpert wrote: > Pan 0.150 compiled fine and works properly with NNTP but not > SSL Please check the list of dependencies listed below line 34 in https://gitlab.gnome.org/GNOME/pan/-/blob/master/.gitlab-ci.yml You'll find the required package to e

  1   2   >