Comment 16 for bug 298426

Revision history for this message
Imperial Line (quangtonthat) wrote :

Thanks for the tip ronm99!

I have also found a workaround by the following script:

#!/bin/bash

if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
        eval `dbus-launch --sh-syntax --exit-with-session`
fi

gnome-terminal $* &

gnome-terminal used to be my favorite term app but since I cannot disable blinking cursor (via ssh) and I cannot pick a cursor color. I have decided to use other system.

The blinking cursor really makes me go nuts!!!