Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiz: lxpanel shows all virtual desktops' windows
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
lolisamurai
n00b
n00b


Joined: 23 Sep 2014
Posts: 2
Location: Italy

PostPosted: Wed Sep 24, 2014 3:06 pm    Post subject: Compiz: lxpanel shows all virtual desktops' windows Reply with quote

Hello, I've recently installed Gentoo on my laptop (first time trying gentoo) and configured it with Xorg + Compiz + lxpanel.
I use Compiz cube to rotate between my virtual desktops and I'd like lxpanel to only show the windows that belong to that particular virtual desktop.
I have already unticked "Show windows from all desktops" in the lxpanel properties, but I'm assuming this does not apply to virtual desktops because I'm still seeing all of my windows on all of my desktops.

This is my .xinitrc:
Code:
#!/bin/sh
exec compiz --replace --sm-disable ccp &
emerald --replace &
setxkbmap it &
lxpanel

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/Xresources
sysmodmap=/etc/X11/xinit/Xmodmap

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

_________________
(´・ω・`)
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Wed Sep 24, 2014 3:23 pm    Post subject: Reply with quote

Did you test without compiz? If that's ok, then the culprit is compiz.
For testing you can start lxpanel on pure X without any wm.
Back to top
View user's profile Send private message
lolisamurai
n00b
n00b


Joined: 23 Sep 2014
Posts: 2
Location: Italy

PostPosted: Wed Sep 24, 2014 4:12 pm    Post subject: Reply with quote

charles17 wrote:
Did you test without compiz? If that's ok, then the culprit is compiz.
For testing you can start lxpanel on pure X without any wm.


I haven't tried starting it without compiz, but I tried using xfce4-panel instead of lxpanel and it works fine. Hmm I guess lxpanel only considers real multiple desktops instead of virtual desktops? :?
_________________
(´・ω・`)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum