stumpwm-devel
[Top][All Lists]
Advanced

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

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


From: malnourite
Subject: Re: [STUMP] Bug: konqueror doesn't honor *deny-raise-requests*
Date: Wed, 21 Nov 2007 16:30:25 -0600
User-agent: Mutt/1.5.17 (2007-11-01)

On Wed, Nov 21, 2007, Tassilo Horn wrote:
> 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

Sorry if you missed it, but this has been fixed in my repo
since about 5 minutes after the first time you brought it up
on IRC.

-- 
Nov 21 2007,
John Moore Liles




reply via email to

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