Comment 4 for bug 1298160

Revision history for this message
Tony Houghton (h-realh) wrote :

Are you sure it wasn't still running the old roxterm? If there were any old terminals still open running roxterm again would have reused the same instance instead of running a new one.

I can't reproduce this in Debian with GNOME 3. Can you do something to confirm the command line being sent to roxterm? Eg:

sudo mv /usr/bin/roxterm /usr/bin/roxterm.bak

and create a new /usr/bin/roxterm something like:

#!/bin/sh
echo "$@" > ~/roxterm-log
exec /usr/bin/roxterm.bak "$@"