Xmonad is a pain to install if you don't use haskell for developing purposes, because it needs haskell and a bunch of other related stuff to run. Not to mention the pain of using a tiling wm if you have no previous experience with that :p So, if I can do anything to ease your bug hunting process, just let me know. For now, I have dumped the xprop output for the Xt7 window under xmonad, and you can get it here:
http://jesgue.homelinux.org/other-files/xt7-xmonad.txt
Well, maybe i will be luckier in installing Xmonad with arch linux, or in reproducing the same bug with another tiling wm like awesome, i've to investigate.
If you agree I will start the translation to spanish, and send it to you once it's complete.
Of course, apart from people downloading it, i've not had much feedback on this project, you're welcome.
If you're going to translate it, there are a few thing you should know first.
- I already made an italian translation, you'll see;
if a string hasn't been translated to italian, it's because it could cause program malfunctionality (my fault, i'll correct)
- some comboboxes has values like: "keywork - option","keyword2 - Another option".
the first value (or word) in those boxes, the first space and " - " hasn't to be changed (again, follow the italian scheme)
- when you'll have done (or just now, to let people know), it would be fine if you'll post on the project forum ^_^
Do you know if it's possible to use ladspa stuff in there? I am looking for a way to dynamically adjust the volume (in a way that actually works), so the occasional bomb/motorbike/screaming kung fu fighter doesn't hurt my ears.
In the past i experimented with mplayer+ladspa filters, until someone wrapped it out from mplayer ebuild, i don't know if they are back (you can still edit ebuild to re-enable them, i remember about a commented use flag), but as long as mplayer gives support via -af filter, you can use them.
This is the kind of thing i expected to see in "tips and tricks" section on xt7 forum ^_^
By the way, i didn't implemented yet a ladspa filter in xt7, so you have to use the "custom" audio filter in chains window, enable a slot and fill it with something like:
Code: Select all
ladspa=fast_lookahead_limiter_1913:fastLookaheadLimiter:0:-16:0.8,ladspa=amp_1181:amp:16
which is a chain of ladspa filters which will compress and amplify back the sound.
...Save to a profile and live happy

(i don't know if it actually works, and maybe it will introduce some A/V desync, but you can correct it)
Also take a look here:
http://lists.mplayerhq.hu/pipermail/mpl ... 31870.html
or here:
http://alsa.opensrc.org/index.php/Ladspa_(plugin)
If not ladspa, volnorm filter could help you!
Another question, not an important one but it would be nice to know anyway. Is there any plan for qt4 in the future or is that a gambas thing? Forgive for the noobish question, but I never used gambas before.
Benoit Minisini (gambas author) is doing something, but i don't think it will happen shortly, he is a kde3.x fan and gtk component is still far to be complete.