Le 10/08/2011 13:25, Mark S Bilk a écrit :
Nico, thanks! Am I correct in thinking that you downloaded
the 0.135 source files from git.gnome.org and built the
executable on your machine?
Almost. I 'git pull'ed the repository and built the executable on my
machine through the use of portage system (which is the package manager)
and a custom .ebuild file (= package specification for portage). In
particular there are have been changes in some .po files since the
official 0.135 release. This should not matter, I guess. I must also
mention that I apply the following patch :
- const bool is_smallish = lines <= 5000;
+ const bool is_smallish = lines <= 10000;
to pan/gui/header-pane.cc
(because I read some groups where many pictures are between 5k and 10k
lines). This should not matter either, I hope.
Which Linux distro are you running? And is it 32 or 64 bit?
This is Gentoo, 32 bit.
btw, did you try running "pan --debug" ?
--
Nico.
_______________________________________________
Pan-users mailing list
Pan-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/pan-users