Re: How to make "gnome-terminal -x" behave like "xterm -e"
- From: Daniel <daniel netbreeze com au>
- To: sean <seanlkml sympatico ca>
- Cc: gnome-list gnome org
- Subject: Re: How to make "gnome-terminal -x" behave like "xterm -e"
- Date: Mon, 03 Apr 2006 12:45:36 +1000
> However, if you try the same thing with gnome-terminal:
>
> $ gnome-terminal -x vi tmpfile ; rm tmpfile
>
> The user never gets to read the tmpfile because it has been deleted
> before vi actually gets a chance to start.
Try this:
gnome-terminal --disable-factory -x vi tmpfile ; rm tmpfile
the problem is that gnome-terminal is just asking a running
gnome-terminal to display another terminal instead of running and
displaying it's own window.. This should fix that..
Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]