You are not logged in.

#1 2017-07-24 22:53:39

axelectrik
Member
Registered: 2012-01-25
Posts: 126

Tint 2 issues under Compiz

This is my xprofile:

# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd &

setxkbmap latam &
tint22 &
volumeicon &
guake &

This is tint22:

#!/bin/sh

tint2 -c /xtra/config/tint2/systray.tint2rc &
tint2 -c /xtra/config/tint2/launcher.tint2rc &
tint2 -c /xtra/config/tint2/clock.tint2rc &
tint2 -c /xtra/config/tint2/taskbar.tin2rc &

This is my xinit:

#!/bin/sh

userresources=$HOME/.Xresources
sysresources=/etc/X11/xinit/.Xresources

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi


export QT_QPA_PLATFORMTHEME=gtk2 

[ -f ~/.xprofile ] && . ~/.xprofile

xsetroot -cursor_name left_ptr &
compiz ccp  &
wallpaper5 &
compiz ccp --replace

Why is compiz twice??
If I run command just once, one or more tint2 won't appear at all, tho all  tint2 instances are running according to task manager. By running compiz the second time, all tint2 instances appear.

Problem is:
One or more of tint2 instances are "click-through", if running "xprop" it won't detect it as any window.
And yes, on CCSM > Window Rules, all tint2 windows are marked as "Above"

In case you are wondering, I've already tried running tint2 from xinit (after and before compiz), and also I've tried to run compiz from xprofile, no difference, however.

I don't undersand why compiz has to be run twice, so tint2 can appear, also why window is not detected.
Any ideas?

Thank you.

Offline

Board footer

Powered by FluxBB