LinuxQuestions.org
Visit Jeremy's Blog.
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 11-18-2003, 08:19 PM   #1
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
transparent terminal


hey, I want a terminal that will change with my theme, I have heard that "Eterm" is good for that, but i cant find a slack package that works for it (theres an 8.1, but it doesnt work in my computer, it keeps on failing to find a library I already have), and I tried the source install and it keeps failing (the ./configure works, but make fails about half way through).

so to my question: Is there any easier to install terminal application that will change with my theme? Most inportantly I want transparency.
 
Old 11-18-2003, 08:27 PM   #2
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
I installed aterm recently and it was very easy... It has transparency
 
Old 11-18-2003, 08:38 PM   #3
187807
Member
 
Registered: Oct 2003
Location: North Carolina, USA
Distribution: Slackware 11
Posts: 174

Rep: Reputation: 30
re: transparent terminal

Well,

I don't know a real explicit answer for your question but I do have a transparent terminal working...

I'm using Gnome 2.4.0 (Slack 9.1). The terminal app I'm using is gnome-terminal.

If you choose Edit->Current Profile then click the Effects tab in gnome-terminal you should see that you have option for "transparent background" with slider to adjust transparency level.

Here's a link to my desktop showing how mine looks.

May not be just what your looking for but maybe give you some ideas?

Cheers,
Bob
 
Old 11-18-2003, 10:02 PM   #4
horndude
Member
 
Registered: Sep 2003
Posts: 43

Rep: Reputation: 15
I agree with poster above.....in KDE usuing konsole term,just edit preferences and its transparent.Slack 9.1 btw.
 
Old 11-18-2003, 11:27 PM   #5
brain_bucket
LQ Newbie
 
Registered: Aug 2003
Posts: 15

Rep: Reputation: 0
You probably have the classic problem with the libast library. Does it spit out this during configure?
Quote:
checking for libast-config... libast-config
checking for libast_malloc in -last... no
ERROR: You need LibAST 0.5 or higher to build Eterm. If you already have it,
you may have it installed in a strange place, or you may need to run
/sbin/ldconfig. If you don't have it, I can download it for you.
Shall I retrieve and build LibAST now (y/n)?
If so, here's the work around.

-brain_bucket
 
Old 11-19-2003, 12:08 AM   #6
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Original Poster
Rep: Reputation: 30
nope, its not lib AST (Assorted Spiffy Stuff) I installed that before I tried to install Eterm.
 
Old 11-19-2003, 01:55 AM   #7
repe
Member
 
Registered: Aug 2003
Location: Finland
Distribution: Slackware 9.0 & 9.1. FreeBSD 4.8 & 5.1
Posts: 30

Rep: Reputation: 15
Please post any error messages. What binary it fails to find?
 
Old 11-19-2003, 03:11 AM   #8
BSlack
Member
 
Registered: Nov 2003
Location: Italy: 44° 42' N - 12° 11' E
Distribution: Slackware, what else?!!
Posts: 63

Rep: Reputation: 15
I use rxvt. It has transparency and the possibility to set an xpm image in background.
It has 3 different scrollbars and the Next-style one is very good (do you know xterm
scrollbar?? ). Furthermore, it' really lightweight.
You can configure it through ~/.Xdefaults.
Slackware already provide it.
 
Old 11-19-2003, 04:49 PM   #9
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Original Poster
Rep: Reputation: 30
how do I make rxvt transparent?

And you said it has a scrollbar? Is that an option you have to choose or something?
 
Old 11-20-2003, 10:43 AM   #10
Tarts
Member
 
Registered: Feb 2003
Distribution: Slackware 9.1 (exclusively) ;)
Posts: 344

Rep: Reputation: 30
Quote:
Originally posted by e1000
how do I make rxvt transparent?

And you said it has a scrollbar? Is that an option you have to choose or something?

'e1000$ rxvt -ip'

I dont care what anyone says, I love a transparent console, and anything else I can make transparent, I lends a hand to the unified look and feel.

Have fun.

Tarts
 
Old 11-20-2003, 04:14 PM   #11
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Original Poster
Rep: Reputation: 30
ok cool, that helps, now another problem, I read the Man page and i cant figure out how to change the color of the font it uses

cause black font on a dark red background isnt easy to see
 
Old 11-20-2003, 09:45 PM   #12
Tarts
Member
 
Registered: Feb 2003
Distribution: Slackware 9.1 (exclusively) ;)
Posts: 344

Rep: Reputation: 30
Quote:
Originally posted by e1000
ok cool, that helps, now another problem, I read the Man page and i cant figure out how to change the color of the font it uses

cause black font on a dark red background isnt easy to see
'e1000$ rxvt -ip -fg <color>

Tarts
 
Old 11-22-2003, 12:40 PM   #13
BSlack
Member
 
Registered: Nov 2003
Location: Italy: 44° 42' N - 12° 11' E
Distribution: Slackware, what else?!!
Posts: 63

Rep: Reputation: 15
The best way to configure rxvt permanently is trough the file ~/.Xdefaults (or ~/.Xresources),
my settings are:


Rxvt*geometry: 80x46
Rxvt*background: black
Rxvt*foreground: green
Rxvt*font: -misc-fixed-medium-r-normal-*-14-*-*-*-*-*-iso8859-15
Rxvt*boldFont: -adobe-helvetica-bold-r-normal-*-12-*-*-*-*-*-iso8859-15
Rxvt*internalBorder: 4
Rxvt*scrollstyle: next
Rxvt*scrollBar_right: true
Rxvt*saveLines: 1500
Rxvt*loginShell: true
Rxvt*cursorColor: red

Rxvt*color0: black
Rxvt*color1: red3
Rxvt*color2: #00a900
Rxvt*color3: #ffbb00
Rxvt*color4: blue
Rxvt*color5: magenta3
Rxvt*color6: cyan
Rxvt*color7: gray100
Rxvt*color8: gray40
Rxvt*color9: red
Rxvt*color10: green
Rxvt*color11: yellow
Rxvt*color12: #0055ff
Rxvt*color13: magenta
Rxvt*color14: #00dfef
Rxvt*color15: white


every entry is a resource, see manual page...
Remember to update the database resources with

xrdb -merge .Xdefaults

every time you change .Xdefaults .

Good luck
 
Old 11-23-2003, 01:34 PM   #14
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
IMO Aterm is the best, closely followed by rxvt. Eterm eats memory and compared to aterm it is very slow (a simple test, get the cmatric program (a small screensaver for console) then maximize a aterm and run cmatrix inside it. Now do the same with Eterm. You will be amazed how much slower Eterm is!). Second thing, slackware 9.1 totally removed enlightenment and anything that has to do with enlightenment. Eterm is part of enlightenment, this menas you will have to soend a LOT of time getting enblightenment to work in order to get Eterm to work nicely.
My suggestion, get aterm, and read the README before installing, as well as ./configure --help and enable all interesting things. Aterm has fast transparency, shading and fading when looses focus, color tint on transparent background and it's still fater than gnome-terminal/console/Eterm. Ooh yeah, it can use XPM or PNG images as background as well. It's a neta little thing!
Did i convince you yet?

-NSKL
 
Old 04-20-2004, 12:24 PM   #15
GodSendDeath
Member
 
Registered: Mar 2004
Posts: 71

Rep: Reputation: 15
Okay, I understand how to make rxvt transparent, but how about without a dragging toolbar? Basically i want something like a floating text on my desktop.

-GSD
 
  


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
transparent terminal sterrenkijker Linux - Software 15 09-18-2020 06:29 PM
Transparent Gnome Terminal Ahmed Linux - Networking 1 10-24-2005 10:04 PM
Transparent terminal in background Maverick1182 Linux - Newbie 14 08-29-2004 09:08 AM
Completely Transparent Terminal chrisk5527 Linux - General 8 05-20-2004 05:49 AM
Any Terminal that is transparent (Not just seeing the background)? csvke Linux - Newbie 9 01-28-2004 11:42 PM

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

All times are GMT -5. The time now is 06:32 AM.

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