Your message dated Mon, 24 Oct 2005 17:17:49 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335545: devilspie: Doesn't seem to work on xfce4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 24 Oct 2005 15:50:44 +0000
>From [EMAIL PROTECTED] Mon Oct 24 08:50:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from rincevent.net [82.67.28.79] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EU4ay-0008GA-00; Mon, 24 Oct 2005 08:50:44 -0700
Received: by rincevent.net (Postfix, from userid 1000)
        id 826CDFF73; Mon, 24 Oct 2005 18:01:05 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Lucas Bonnet <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: devilspie: Doesn't seem to work on xfce4
X-Mailer: reportbug 3.17
Date: Mon, 24 Oct 2005 18:01:05 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: devilspie
Version: 0.15-1
Severity: important


Hello.

I noticed that the new devilspie (the one based on
s-expressions) doesn't work at all in Xfce 4.2.

No matter what instructions I put in it, no action
is ever taken on the windows. But I know that devilspie
parses my config file, because the (debug) instruction,
makes it print the window names on the terminal.

I tried various combinations of instructions, none
of them changed something.

The XML-based devilspie was working perfectly.

For example, my config :

 --- 
% cat ~/.devilspie/perso.ds

(debug)

(if (matches (application_name) "^emacs.+") (begin maximise undecorate))

(if (is (application_name) "xterm") (begin (set_workspace 2)))

 --- 

Regards,

Lucas.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages devilspie depends on:
ii  libatk1.0-0               1.10.3-1       The ATK accessibility toolkit
ii  libc6                     2.3.5-7        GNU C Library: Shared libraries an
ii  libglib2.0-0              2.8.3-1        The GLib library of C routines
ii  libgtk2.0-0               2.6.10-1       The GTK+ graphical user interface 
ii  libpango1.0-0             1.8.2-3        Layout and rendering of internatio
ii  libwnck16                 2.10.3-1       Window Navigator Construction Kit 
ii  libx11-6                  6.8.2.dfsg.1-9 X Window System protocol client li
ii  xlibs                     6.8.2.dfsg.1-9 X Window System client libraries m

devilspie recommends no packages.

-- no debconf information

---------------------------------------
Received: (at 335545-done) by bugs.debian.org; 24 Oct 2005 16:17:55 +0000
>From [EMAIL PROTECTED] Mon Oct 24 09:17:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smtp.nildram.co.uk [195.112.4.54] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EU51H-00077P-00; Mon, 24 Oct 2005 09:17:55 -0700
Received: from burtonini.com (althur.gotadsl.co.uk [84.12.135.175])
        by smtp.nildram.co.uk (Postfix) with ESMTP id 6C3D124D2F5
        for <[EMAIL PROTECTED]>; Mon, 24 Oct 2005 17:17:50 +0100 (BST)
Received: from 127.0.0.1 (ident=unknown) by burtonini.com with esmtp
 (masqmail 0.2.20) id 1EU51B-4Z8-00 for <[EMAIL PROTECTED]>;
 Mon, 24 Oct 2005 17:17:49 +0100
Subject: Re: Bug#335545: devilspie: Doesn't seem to work on xfce4
From: Ross Burton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Content-Type: text/plain
Date: Mon, 24 Oct 2005 17:17:49 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.4.1 
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

On Mon, 2005-10-24 at 18:01 +0200, Lucas Bonnet wrote:
> I noticed that the new devilspie (the one based on
> s-expressions) doesn't work at all in Xfce 4.2.
> 
> No matter what instructions I put in it, no action
> is ever taken on the windows. But I know that devilspie
> parses my config file, because the (debug) instruction,
> makes it print the window names on the terminal.

Try putting the (debug) statement at the end of the file, then you'll
see why it isn't working.

Currently there is a limitation of one s-expression per file. This is a
known problem, is clearly stated in the README, and will be fixed at
some point.

Ross
-- 
Ross Burton                                 mail: [EMAIL PROTECTED]
                                          jabber: [EMAIL PROTECTED]
                                     www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to