stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] Bug: konqueror doesn't honor *deny-raise-requests*


From: Tassilo Horn
Subject: [STUMP] Bug: konqueror doesn't honor *deny-raise-requests*
Date: Wed, 21 Nov 2007 11:40:08 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

Hi all!

In my ~/.stumpwmrc I have

  (setf *deny-raise-request* '((:class "Konqueror")))

xprop on my konqueror window says

  WM_CLASS(STRING) = "konqueror", "Konqueror"

Nevertheless, when I say

  kfmclient newTab http://www.google.com

to open a new tab in the already running konqueror it is raised, too.  I
tried it with

  (setf *deny-raise-request* '((:class "Konqueror")
                               (:class "Firefox-bin")))

and indeed with firefox it works as expected.  

I debugged it a bit further and found out that with konqueror the
function `handle-managed-window' isn't called at all, so it's clear that
*deny-raise-requests* has no effect.  In the definition of the
:configure-request event handler (core.lisp, line 2738) the variable win
is NIL when I invoke `kfmclient newTab <URL>'.  Can it be that
`kfmclient newTab <URL>' opens some invisible window that raises
konqueror and works around stumpwm?  And is there any way to fix this?

Bye and thanks for any pointers,
Tassilo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]