LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-19-2009, 07:27 AM   #16
AGer
Member
 
Registered: Oct 2007
Distribution: Slackware current
Posts: 136
Blog Entries: 22

Rep: Reputation: 19

Quote:
Originally Posted by dive View Post
rxvt-unicode

Nice and light. Perl support. Unicode. What more do you need?
Not to have to build and update it from Slackbuild.

Thus, I just use Terminal.
 
Old 09-19-2009, 07:34 AM   #17
Karu
Member
 
Registered: Jul 2007
Location: Estonia
Distribution: Slackware
Posts: 53

Rep: Reputation: 16
Quote:
Originally Posted by catkin View Post
Sorry I was not clear about "colour" in the OP -- I meant background colour rather than text colour.
Is something like that not enough for you:
Code:
xterm -bg <color1> -fg <color2>
xterm -bg <color3> -fg <color4> -e su
and alias commands or even put in .Xdefaults ?
 
Old 09-19-2009, 07:42 AM   #18
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by gapan View Post
I meant the xterm background color :P
Oh right, obviously. I have it set like that too, for so long, it feels like the default.
 
Old 09-19-2009, 08:10 AM   #19
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
I primarily use Terminal Emulator in XFce and xterm in Fluxbox.
 
Old 09-19-2009, 09:01 AM   #20
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by sahko View Post
Not me. Sakura is a VTE based terminal. Tried one, tried em all.
What is wrong with VTE based terminals?
 
Old 09-19-2009, 09:06 AM   #21
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578

Original Poster
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Karu View Post
Is something like that not enough for you:
Code:
xterm -bg <color1> -fg <color2>
xterm -bg <color3> -fg <color4> -e su
and alias commands or even put in .Xdefaults ?
That's fine for me, thanks, but my lack of clarity in the OP resulted in onebuck's post explaining how to set prompt and ls colours.
 
Old 09-19-2009, 09:39 AM   #22
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by catkin View Post
What is wrong with VTE based terminals?
Absolutely nothing. I didnt say there was something wrong. Just that since they all use the same library, they have the same capabilities so they do the same thing.
Although as a matter of personal preference the fact that VTE doesnt listen to my .Xdefaults is a big minus for me. As it happens with most Desktop related stuff, which instead of using some simple configuration file, they store their settings in some cryptic, usually XML file.
I always end up customizing them up from scratch in case of a reinstall. That is one of the main reasons i dont use them.
 
Old 09-20-2009, 04:05 AM   #23
//////
Member
 
Registered: Nov 2005
Location: Land of Linux :: Finland
Distribution: Arch Linux && OpenBSD 7.4 && Pop!_OS && Kali && Qubes-Os
Posts: 824

Rep: Reputation: 350Reputation: 350Reputation: 350Reputation: 350
I use xfce's own terminal and yakuake. Pressing F12 is so easy and there you have terminal.
 
Old 09-20-2009, 04:15 AM   #24
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Quote:
Originally Posted by catkin View Post
That's fine for me, thanks, but my lack of clarity in the OP resulted in onebuck's post explaining how to set prompt and ls colours.
I read your OP with understanding. I just suggested that a universal method to setup the means to indicate root or a normal user via the '.bashrc & .bash_profile' files with a custom prompt. You can polish the files to suit your needs without the worry of configuration requirement for each terminal emulator type. 'KISS'!
 
Old 09-20-2009, 01:12 PM   #25
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
I tab xterm in fluxbox and hot key their group to ctrl+` to make it respond like a computer game cheat console :P

xterm nicely supports x resources that will always work no matter what WM you decide to use. Other options for xterm are found in the man page for xterm.
~/.Xresources
Code:
XTerm*.reverseVideo: true
XTerm*.font: 10x20

Last edited by lumak; 09-20-2009 at 01:14 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
terminal emulator timeline6 Linux - Software 1 08-22-2009 10:48 AM
Terminal and gnome-terminal crashing X in Xfce Warren Watts Arch 3 12-12-2007 11:33 PM
Terminal Emulator JMJ_coder Linux - General 3 09-26-2007 05:09 PM
Terminal Emulator fayez Linux - General 6 10-06-2006 12:42 AM
Terminal Emulator bmorgan98 Linux - Newbie 5 08-15-2005 08:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration