On Tue, 2007-09-11 at 20:31 +0200, Albert Shih wrote: > Le 11/09/2007 à 10:31:25+0000, Tuomo Valkonen a écrit > > On 2007-09-11, Albert Shih <[EMAIL PROTECTED]> wrote: > > > Sometime I need to use the "presentation mode" of kpdf, well it's not work > > > very well with ion3. > > > > That piece of crapware (version below) seems to create a new window > > for the FS mode instead of asking the window manager to FS the present > > one, and the most brain-dead of all: marks the window as transient of > > the main window. So Ion handles it as a transient. > > > > $ kpdf --version > > Qt: 3.3.4 > > KDE: 3.5.3-0.2.fc4 Red Hat > > KPDF: 0.5.3 > > > > Hummm..thanks for your answer....but....please don't shoot me, ..how can I > define this ? > > How can I tell ion the kpdf windows is a transient windows ?
It *is* a transient window, but it shouldn't be. You can override that
by adding this to cfg_ion.lua:
defwinprop {
class = "Kpdf",
role = "presentationWidget",
transient_mode = "off"
}
Ben.
--
Ben Hutchings
Nothing is ever a complete failure; it can always serve as a bad example.
signature.asc
Description: This is a digitally signed message part
