WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xterm  (Read 5010 times)

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
xterm
« on: December 21, 2011, 08:06:32 AM »
A real xterm extension is requested following the discussion in this thread:
http://forum.tinycorelinux.net/index.php/topic,12152.msg65033.htm
   

Offline martin

  • Jr. Member
  • **
  • Posts: 87
Re: xterm
« Reply #1 on: December 31, 2011, 06:36:18 PM »
I've been wanting that too. I have just made another extension which I will be submitting, I will make one for xterm at the same time.

edit: extension has been created and submitted to the email address in the wiki.
« Last Edit: December 31, 2011, 09:26:48 PM by markerr »

Offline martin

  • Jr. Member
  • **
  • Posts: 87
Re: xterm
« Reply #2 on: January 01, 2012, 06:10:34 PM »
Done. Xterm is now available: http://distro.ibiblio.org/tinycorelinux/4.x/updates/updatelist.txt

edit: I recommend using:
xterm*background: black
xterm*foreground: grey
in your .Xdefaults file, but it all comes down to personal preference.
« Last Edit: January 01, 2012, 07:27:33 PM by markerr »

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: xterm
« Reply #3 on: January 02, 2012, 06:57:27 AM »
hi markerr,

the standard font is so tiny that it's hard to read on some displays.
actually the huge font is pretty good... although my eyes are not so bad :)
what configuration do you recommend to get the huge font as the standard font format?

thank you for your help.
it's a pitty that the icon is not so nice...
in my opinion the standard icon for terminals, the black window, is sufficient and nice.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11026
Re: xterm
« Reply #4 on: January 02, 2012, 03:35:36 PM »
The version field in the xterm info file looks wrong?
The only barriers that can stop you are the ones you create yourself.

Offline martin

  • Jr. Member
  • **
  • Posts: 87
Re: xterm
« Reply #5 on: January 02, 2012, 06:37:14 PM »
the standard font is so tiny that it's hard to read on some displays.
You can increase the font size temporarily by pressing Control and holding the mouse right click at the same time. Or you can put something like "XTerm*font: *-fixed-*-*-*-20-*" (without quotes) into your .Xdefaults file.

Quote
it's a pitty that the icon is not so nice...
in my opinion the standard icon for terminals, the black window, is sufficient and nice.
You are right. When packaging it, I just made it use the standard icon, but there is another one, with the black background and colour which is nicer. The next revision will use that instead. The plain white one does seem a little bland.

Offline martin

  • Jr. Member
  • **
  • Posts: 87
Re: xterm
« Reply #6 on: January 02, 2012, 06:39:47 PM »
The version field in the xterm info file looks wrong?
My apologies, I must have got two different packages confused or something, I now cannot find "1.0. I thought I found it in xterm.h, but I was wrong. I will submit a new revision, with the proper version number, and a changed default icon :)

edit: what is the etiquette for overwriting system files? The current extension does not do this, but I was tempted to make it overwrite the soft link at /usr/bin/xterm which comes with Xlibs. Would that be frowned upon?
« Last Edit: January 02, 2012, 06:42:01 PM by markerr »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11512
Re: xterm
« Reply #7 on: January 02, 2012, 08:51:02 PM »
Hi markerr
I don't know what the policy on overwriting is, however, if you set up a link called  /usr/local/bin/xterm,
it will override  /usr/bin/xterm  since it shows up earlier in the path variable.

Offline martin

  • Jr. Member
  • **
  • Posts: 87
Re: xterm
« Reply #8 on: January 02, 2012, 10:23:45 PM »
however, if you set up a link called  /usr/local/bin/xterm..(snipped)
Good! I forgot to look in the most obvious place for the simplest explanation. I do that sometimes. Yes, the extension installs xterm to that exact spot. That will work well then. Thank you.