hi,
i am trying to run xterm command in linux.it opens one pop-up window and closes when we close that terminal.I want to store it like a file. Can you please tell me how to do this?
[alcatel@isam069 ~]$ xterm -l -lf "test"
but test is not storing any where? how to configure this?
Regards
Mallikarjun
I have to work with a script that forks and launches an instance of xterm in order to display log output in one window and have an interactive interface in the other.
Hi folks, I just upgraded from FC 8 to FC 12 and it was pretty smooth sailing all along, I kept my old home directory and even then it was all good.
The only noticeable change is that in an xterm if I hit Ctrl-C the actual characters ^C are printed into the xterm. Before this did not happen and I'd like to have the old behaviour back when ^C doesn't get printed.
I have a command that execute well in the normal terminal on Linux:
xterm -e bash -c "some commands"
I want to execute the above command using c program execXX system calls. I try to use the following codes but it gives me a normal xterm window.
Recently I was very frustrated with xterm not behaving as expected.
VT100 terminals have a relatively simple way to save terminal contents with escape codes to a file using Meta-p:
XTerm.VT100.printAttributes: 2
XTerm.VT100.printerCommand: cat - > file
XTerm.VT100.translations: #override Meta <KeyPress> P: print() \n
I've looked around quite a bit, and can't find a solution for this to work in the default GNOME Terminal + XTerm + Bash.
I do not want j
There is a program at work called processsubmit - it is kinda like a ping command plus a ps command - written in c.
we execute is manually and it pings all the processes in a region to make sure everything is running. instead of doing it manually, I cron jobbed it and make it pop out in an xterm;
This is what I put in .Xdefaults to change it to my liking.xterm*Background: black
xterm*Foreground: green
xterm*cursorColor: LightBlue
xterm*pointerShape: arrow
xterm*pointerColor: blueYou can do it how you like but if you want transparency some things have to be installed.It's explained in the wiki.
10PinkPanther
http
I'm having an interesting issue with XFCE Terminal/Gnome Terminal (not reproducible in XTerm), where executing bash or logging in using login or su will open a new Bash instance inside a Bash instance as shown:
_randall@manbearpig:/home/randall[root@manbearpig randall]#
Ctrl+D and exit both exit back to the original bash instance.