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
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
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
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
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
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
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