Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-05-05 23:46:32

zamf
Member
Registered: 2007-02-08
Posts: 3

systray on dual head for kde applications

I have a dual head setup with gentoo and xfce-4.4
I have modified the panel configuration so that I have a panel on each screen.
However I cannot convince kde applications (amarok for instance) to be docked in the systray on the external monitor.
Gnome applications such as gaim work however.

I have attached the xfce4-pannels configuration file, I am not sure if this is the problem.
This used to work in xfce-4.2 out of the box but it seems broken in 4.4

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config SYSTEM "config.dtd">
<panels>
        <panel>
                <properties>
                        <property name="size" value="30"/>
                        <property name="monitor" value="0"/>
                        <property name="screen-position" value="2"/>
                        <property name="fullwidth" value="1"/>
                        <property name="xoffset" value="0"/>
                        <property name="yoffset" value="0"/>
                        <property name="handlestyle" value="0"/>
                        <property name="autohide" value="0"/>
                        <property name="transparency" value="20"/>
                        <property name="activetrans" value="0"/>
                </properties>
                <items>
                        <item name="showdesktop" id="1"/>
                        <item name="pager" id="2"/>
                        <item name="tasklist" id="3"/>
                        <item name="systray" id="4"/>
                </items>
        </panel>
        <panel>
                <properties>
                        <property name="size" value="30"/>
                        <property name="monitor" value="1"/>
                        <property name="screen-position" value="2"/>
                        <property name="fullwidth" value="1"/>
                        <property name="xoffset" value="0"/>
                        <property name="yoffset" value="0"/>
                        <property name="handlestyle" value="0"/>
                        <property name="autohide" value="0"/>
                        <property name="transparency" value="20"/>
                        <property name="activetrans" value="0"/>
                </properties>
                <items>
                        <item name="showdesktop" id="1"/>
                        <item name="pager" id="2"/>
                        <item name="tasklist" id="3"/>
                        <item name="clock" id="11749002700"/>
                        <item name="systray" id="5"/>
                </items>
        </panel>
</panels>


I would be greateful for any clues. Thanks.

Offline

#2 2007-05-06 19:23:20

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: systray on dual head for kde applications

You can try enabling the kde systray proxy in xfwm4...

Offline

Board footer

Powered by FluxBB