Sponsored Content
Full Discussion: xterm help?
Top Forums Shell Programming and Scripting xterm help? Post 59165 by douknownam on Friday 10th of December 2004 04:39:50 PM
Old 12-10-2004
xterm help?

I want to add a title to this xterm window but cannot figure out how. Can anybody assist with this?

Code:
xterm +sb -geom 80x25 -ls -tn xterms -tm "intr ^q" -name unikix -e $UNIKIX/bin/unikixl

 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Xterm

Guys: Anyone have ideas on where can I get information or references if I want to learn on how to program with UNIX GUIs? If you do have ideas please let me know. Its a big help. (2 Replies)
Discussion started by: jfsuminist
2 Replies

2. UNIX for Dummies Questions & Answers

xterm

Would someone tell me how to save changes in xterm once I've made them using the program options? For example, I type: xterm -bg red and my console window changes color. But how can I now make this attribute save, so that it becomes the default when I relaunch xterm? Any help you can offer... (1 Reply)
Discussion started by: af6
1 Replies

3. UNIX for Dummies Questions & Answers

xterm?

Hello all, This is a lame question because I have been working with unix for some years now, but anyway here it is; What is an xterm? ivo (1 Reply)
Discussion started by: Ivo
1 Replies

4. UNIX for Dummies Questions & Answers

xterm

hi I'm trying to launch admintool via an export DISPLAY. that is i am doing a rlogin to serverB from serverA. i did the command export DISPLAY=serverA:0 but it prompted me the error DISPLAY=serverA:0: is not an identifier i have searched the forum but there is not much things on this error... (3 Replies)
Discussion started by: legato
3 Replies

5. Shell Programming and Scripting

How to send from one XTERM to another

Hi who can I send a command from one Xterm to another Xterm? Example: I have 2 xterm windows and the want to send ls from #1 to #2 and see the result in #2. This is ofcourse not what I will do, will from a script start 2 xterm and then start 2 other scripts in these xterm windows. Thanx... (2 Replies)
Discussion started by: MrKalle
2 Replies

6. UNIX for Advanced & Expert Users

startx / xterm

When I try to run startx or xterm the window opens fine, however when using keyboard incorrect chars are displayed, e.g pressing return displays 2 (0 Replies)
Discussion started by: gefa
0 Replies

7. UNIX for Dummies Questions & Answers

xterm on Linux

Hi all, I use cygwin-X to log on to a remote Linux server (from WIN-XP) When I type xterm& it prints what it should print, something like: 23166 but the new screen never starts. What can cause this problem? do I need to add something to my PATH? Thanks! R (2 Replies)
Discussion started by: Rachel Ross
2 Replies

8. Slackware

xterm problem?

My understanding is that /usr/share/terminfo/x/ is populated from a standard set of files and not by compiling, i.e. tic, termcaps. I am getting from both regular user and root when issuing: man tic ------> WARNING: terminal is not fully functional tset -q --------> xterm: unknown terminal type... (2 Replies)
Discussion started by: slak0
2 Replies

9. UNIX for Dummies Questions & Answers

UTF-8 in xterm

I need to use sort, uniq, grep, wc,... and the like to work with lists of words in UTF-8 (the "words" being phonetic transcriptions using the IPA). I have been using Google a lot and I even found at least one previous post on this topic, but it didn't help. I tried following the instructions... (2 Replies)
Discussion started by: mregine
2 Replies
xon(1X) 																   xon(1X)

NAME
xon - start an X program on a remote machine SYNOPSIS
xon remote-host [-access] [-debug] [-name window-name] [-nols] [-screen screen-no] [-user user-name] [command...] OPTIONS
Note that the options follow the remote host name (as they do with rlogin). Runs xhost locally to add the remote host to the host access list in the X server. This will not work unless xhost is given permission to modify the access list. Normally, xon disconnects the remote process from stdin, stdout and stderr to eliminate the daemon processes which usually connect them across the network. Specifying the -debug option leaves them connected so that error messages from the remote execution are sent back to the originating host. This specifies a different application name and window title for the default command (xterm). Normally xon passes the -ls option to the remote xterm; this option suspends that behaviour. This changes the screen number of the DISPLAY variable passed to the remote command. By default, xon simply uses rsh/remsh/rcmd to connect to the remote machine using the same user name as on the local machine. This option cause xon to specify an alternative user name. This will not work unless you have authorization to access the remote account, by placing an appropriate entry in the remote users file. DESCRIPTION
The xon program runs the specified command (default xterm -ls) on the remote machine using rsh, remsh, or rcmd. xon passes the DISPLAY, XAUTHORITY and XUSERFILESEARCHPATH environment variables to the remote command. When no command is specified, xon runs 'xterm -ls'. It additionally specifies the application name to be 'xterm-remote-host' and the win- dow title to be 'remote-host'. xon can only work when the remote host will allow you to log in without a password, by having an entry in the file permitting access. BUGS
xon can get easily confused when the remote-host, user-name or various environment variable values contain white space. xon has no way to send the appropriate X authorization information to the remote host. xon(1X)
All times are GMT -4. The time now is 09:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy