On Thu, May 06, 2004 at 00:26 +0200, Cheyenne wrote:
> For almost any application, the key binding <alt>+<enter> is fine. But
> xpdf has a special behavior: when it is started in windowed mode, it
> displays a navigation bar, although when started full-screen mode, the
> navigation bar is not displayed, which comes handy for slide shows. Once
> the navigation bar is displayed, there is no way to make it disappear.
>
> Starting xpdf with the "-fullscreen" option is not enough to make it
> start full-screen in ion.
>
> I've added the following lines in ~/.ion2/ion.lua:
> winprop{
> name="Xpdf.*",
> fullscreen=true,
> }
>
> Xpdf now starts full-screen (even without the "-fullscreen" option), but
> the navigation bar is still there.
>
> Maybe this bug should be filed against the xpdf package, but this
> problem doesn't occur with other window managers.
I think the problem is that xpdf uses some kind of magic hack to
detect whether it has successfully attained fullscreen mode, and it
doesn't work with Ion. My guess is that this is a bug in xpdf since
Ion usually follows the ICCCM standard pretty well.
Tuomo, do you know?
--
Pelle