I used to be a gnome-terminal fan, with Kubuntu, because konsole's cursor blink rate is far too slow.
But, I've just upgraded to Oneiric from Lucid, and gnome-terminal and kwin don't get on, and the gnome-settings-daemon (required to tell gnome-terminal the blink rate) runs only fitfully if at all.
So, since Kubuntu kindly gave me the hint to use xterm by putting it on the system menu, I've checked out xterm. It's pretty good, with
but it has a very annoying problem: when starting gtk based gui programs like gvim or gedit or firefox, the focus usually stays with the xterm window, sometimes even with the new window going behind the xterm. Not a problem for k apps, and only happens with xterm under KDE.
Anyone shed light on this?
Is there a way to tell kwin which window should have focus? I imagine that this is kwin's responsibility.
Maybe I'll just have to try konsole again, with the ancient hack of blink.c (see /usr/share/vim/vim73/tools/blink.c if you've got gvim installed).
But, I've just upgraded to Oneiric from Lucid, and gnome-terminal and kwin don't get on, and the gnome-settings-daemon (required to tell gnome-terminal the blink rate) runs only fitfully if at all.
So, since Kubuntu kindly gave me the hint to use xterm by putting it on the system menu, I've checked out xterm. It's pretty good, with
Code:
xterm -bc -bcf 200 -bcn 200 -sb -geometry 80x60 -bg black -fg cyan
Anyone shed light on this?
Is there a way to tell kwin which window should have focus? I imagine that this is kwin's responsibility.
Maybe I'll just have to try konsole again, with the ancient hack of blink.c (see /usr/share/vim/vim73/tools/blink.c if you've got gvim installed).
Comment