Questions tagged [xterm]

21 questions
0
votes
1 answer

GNU screen 4.2.1 in xterm: hardstatus in window title disappears

The only 2 lines in my ~/.screenrc are: termcapinfo xterm* 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' hardstatus string "%h [screen %n%?: %t%?]" In GNU screen version 4.0.3 that I used previously, it set the hardstatus to be in the window title to…
Alan
  • 1
  • 1
0
votes
1 answer

xterm color theme in Linux terminal style

In case of using command to launch xterm windows, the options I have so far is xterm -fn 8x16 -geometry 100x30. It's with white background and black font color. I was wondering if it's possible to have Linux Konsole/Terminal style color theme (black…
Stan
  • 1,387
  • 6
  • 24
  • 40
0
votes
1 answer

how to copy text from xterm based terminal to some other gui application on linux

i use uxrvt ( for those who dont know, its terminal emulator based on xterm). i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste. but in my case i…
Idlecool
  • 234
  • 3
  • 9
0
votes
1 answer

How to exit from telnet in xterm (ctrl+], ctrl+'+', ctrl+d) don't work

Can't exit from telnet while connected to host. Commands like (Ctrl+], Ctrl+'+', Ctrl+D) etc. don't work. I have tried all the suggestions from keyboard shortcut to quit 'telnet'. Are there any other options available?
0
votes
1 answer

Run xterm script from /etc/profile leads to "cannot load font"

I want to auto-start a shell script and therefore I added this line to my /etc/profile: /bin/su -c "/path/to/my/script" user - the script itself starts a xterm shell command and output following error during autostart: xterm: cannot load font…
leon22
  • 101
  • 1
0
votes
0 answers

MobaXTerm fails with SSH2_MSG_CHANNEL_FAILURE for nonexistent channel 0 but Putty it's working

I am trying to connect to a server via SSH with MobaXterm but after inserting the password I get: SSH2_MSG_CHANNEL_FAILURE for nonexistent channel 0 I am able to connect to the server using Putty. Version: MobaXterm: 20.1 and 20.2 (latest) Putty:…
1
2