Forums

Topics list

a little suggestion with compiz-metacity switch New topic  - Reply
Author Answers
chain2k Saturday 3 May 2008 at 20:54 - [Quote]
Rank: Membre

Membre
as you now many bugs are depends on compiz
i've tried today one thing and its worked, so may be you'll include it in the next versions as an option
I added two commands to launch POL script to switch compiz off before wine application start and to enable it after it finished.

#!/bin/bash
export WINEPREFIX="/home/chain/.PlayOnLinux/wineprefix/A9Cad"
export WINEDEBUG="-all"
cd "/home/chain/.PlayOnLinux/wineprefix/A9Cad/drive_c/Program Files/A9Tech/A9CAD"
metacity --replace; wine "a9cad.exe" $@; compiz --replace


work nice for me

so as not all users used compiz, thank it can be an optional feature.
Tinou Saturday 3 May 2008 at 21:07 - [Quote]
Rank: Admin

Admin
And if you use KDE ?
chain2k Saturday 3 May 2008 at 21:14 - [Quote]
Rank: Membre

Membre
yep, sorry forgot that kde didn't use metacity...
New topic  - Reply
Il n'y a rien à voir ici