Stable: 2.5.2
Development: 2.6-alpha3
There are two things that make me unhappy with MOC :(
First, MOC doesn't resize itself properly when "inheritPixmap" option in urxvt is on.
Second, SetXtermTitle doesn't work with urxvt, even with xterm. Other programs can change terminal title successfully.
Does anybody have similar problems? I'm on Archlinux, urxvt 8.2? MOC 2.5.0-alpha2.
golemj
Wed, 2007-07-04 14:18
Permalink
I'm on Source Mage GNU/Linux
I'm on Source Mage GNU/Linux and resizing with inheritPixmap works fine.
Problem that SetXtermTitle does not work is same here.
daper
Wed, 2007-07-04 15:41
Permalink
Can you provide output from
Can you provide output from
echo $TERM
in this terminal?--
Damian Pietras - MOC developer
StormBlast
Wed, 2007-07-04 18:29
Permalink
Aha....
Umm, I see...
$TERM set to "xterm-color" in /etc/profile by default (in Arch Linux). When I change it to "xterm", MOC shows info in window's title.
Maybe it will be more accurate to identify terminal by WM_CLASS?
golemj
Thu, 2007-07-05 00:04
Permalink
Almost same here
Almost same here. When I change TERM to xterm then it works. My urxvt have TERM set to rxvt-unicode by default.
daper
Thu, 2007-07-05 20:17
Permalink
Please try this patch:
Please try this patch: ftp://daper.net/pub/soft/moc/patches/moc-more-xterms.patch (apply with patch -p0 < patch_file). MOC dont know such things as WM_CLASS because it's not an X client, it has only access to the terminal.
--
Damian Pietras - MOC developer
golemj
Sun, 2007-07-08 20:18
Permalink
works for me
works for me
skellr
Tue, 2007-08-21 17:38
Permalink
RE: moc-more-xterms.patch
I'm using rxvt-unicode and this works fine.
Thanks!
transacid
Sat, 2008-03-01 17:26
Permalink
Is this allready included in
Is this allready included in 2.5.0-alpha3? If not, when will it be included?
EDIT: never mind, latest alpha is available with my packaging system right now and it works