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

2024-10-26 Thread Brian Morrison via Pan-users
On Sat, 26 Oct 2024 12:15:10 +0200 Dominique Dumont wrote: > On Friday, 25 October 2024 20:16:28 CEST Brian Morrison via Pan-users > wrote: > > Using rpmbuild and the following spec file > > [snip] > > %build > > mkdir -p std-build > > cmake -B std-build > > Here you should tell cmake where to

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

2024-10-26 Thread Dominique Dumont
On Friday, 25 October 2024 20:16:28 CEST Brian Morrison via Pan-users wrote: > Using rpmbuild and the following spec file > [snip] > %build > mkdir -p std-build > cmake -B std-build Here you should tell cmake where to install files with a command like: cmake -B std-build -DCMAKE_INSTALL_PREFIX=/u

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

2024-10-25 Thread Brian Morrison via Pan-users
On Fri, 25 Oct 2024 12:54:34 +0200 Dominique Dumont wrote: > On Thursday, 24 October 2024 23:02:13 CEST Brian Morrison via > Pan-users wrote: > > OK, so in the Fedora packages, the icons are put in > > /usr/share/pan/icons so what is the easiest way to fix this up? > > How did you build and in

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

2024-10-25 Thread Dominique Dumont
On Thursday, 24 October 2024 23:02:13 CEST Brian Morrison via Pan-users wrote: > OK, so in the Fedora packages, the icons are put in /usr/share/pan/icons > so what is the easiest way to fix this up? How did you build and install pan ? (what options on the command line ?) . All the best

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

2024-10-24 Thread Duncan
Brian Morrison via Pan-users posted on Thu, 24 Oct 2024 22:02:13 +0100 as excerpted: > On Mon, 21 Oct 2024 23:08:15 - (UTC) > Duncan <1i5t5.dun...@cox.net> wrote: > >> > $ pan --debug >> [...snip...] >> icon.cc:43:load_icon_from_path) >> > Unable to load icon icon_pan.png from /usr/local/shar

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

2024-10-24 Thread Brian Morrison via Pan-users
On Mon, 21 Oct 2024 23:08:15 - (UTC) Duncan <1i5t5.dun...@cox.net> wrote: > > $ pan --debug > [...snip...] > > reading news.gmane.io groups from /home/bdm/.pan2/newsrc-2 > > (/home/bdm/rpmbuild/BUILD/pan-v0.161-build/pan-v0.161/pan/gui/load- > > > icon.cc:43:load_icon_from_path) > > Unable

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

2024-10-21 Thread Duncan
Brian Morrison via Pan-users posted on Mon, 21 Oct 2024 20:43:15 +0100 as excerpted: > Thanks for the update, it builds and installs on Fedora 41, but on > running it I see no icons and attempting to open an article results in > this in the console, it's probably to do with gdk-pixbuf which has ha