Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-27-2004, 01:48 PM
|
#1
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Rep:
|
Transparent terminal in background
Does anyone know what program(s) i need to have the output of a terminal actually as part of the desktop background. I'm not talking about transparent terminal windows.... i've seen actual terminal outputs as part of the desktop background as it scrolls through code etc... looks cool. anyone, any ideas?
i have superkaramba but have not seen any themes which do this....
heres a link to a screen shot....
http://www.lynucs.org/index.php?scre...effd4&p=screen
they say they use eterm in this one but i can see how they integrated it into the background
|
|
|
|
08-27-2004, 02:02 PM
|
#2
|
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
|
|
|
|
08-27-2004, 02:02 PM
|
#3
|
|
Member
Registered: Oct 2003
Location: /illinois/chicago
Distribution: Slackware/Gentoo/FC/RHEL
Posts: 568
Rep:
|
Which Window Manager are you using?
|
|
|
|
08-27-2004, 02:58 PM
|
#4
|
|
Member
Registered: Jan 2004
Distribution: FreeBSD, Slackware
Posts: 121
Rep:
|
The description on the bottom of the page says it is Eterm. I personally like to use aterm, but both support transparent windows.
|
|
|
|
08-27-2004, 03:52 PM
|
#5
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Original Poster
Rep:
|
Am using KDE 3.2 at the mo....
|
|
|
|
08-27-2004, 06:42 PM
|
#6
|
|
Member
Registered: Sep 2003
Location: Texas
Distribution: Slackware and Ubuntu
Posts: 355
Rep:
|
Re: Transparent terminal in background
Quote:
Originally posted by Maverick1182
I'm not talking about transparent terminal windows.... i've seen actual terminal outputs as part of the desktop background as it scrolls through code etc... looks cool. anyone, any ideas?
|
It is a Transparent terminal window.
Download eterm and then start it with....
Code:
Eterm -O --buttonbar no --scrollbar no -x -f white -g 125x50+0+0 --font2
Reading the man page will tell you what all those options do.
|
|
|
|
08-28-2004, 03:13 AM
|
#7
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Original Poster
Rep:
|
Excellent, exactly what i wanted to know.... cheers guys!
Last edited by Maverick1182; 08-28-2004 at 03:37 AM.
|
|
|
|
08-28-2004, 03:46 AM
|
#8
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
|
|
|
|
08-28-2004, 04:58 AM
|
#9
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Original Poster
Rep:
|
Can i ask you guys a quick question? i cant seem to get cut and paste to work on either Eterm or Konsole.... i have to actually use the menu bar and click cut or paste..... the ctrl+c/v options dont work......this is annoying especially in the transparent Eterm where there is no menu bar! is there any way to turn this on? also if i cant cut and paste does anyone know how i can at least save any text output to a file ? i heard something to do with pipes but am a newbie
|
|
|
|
08-28-2004, 07:14 AM
|
#10
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
If your mouse has a mouse wheel try clicking the middle button, if it doesn't turn on 3 button emulation(ie you click both buttons to represent a click on the 3rd button)
To save output you use '>' to redirect the output to a file, eg
|
|
|
|
08-28-2004, 08:14 AM
|
#11
|
|
LQ Newbie
Registered: Aug 2004
Location: England
Distribution: College Linux
Posts: 8
Rep:
|
Can anyone tell me what the player is in the bottom corner of that 1st screenshot, i have seen it a few times but cant seem to find what it is.
TIA
R0UTE
|
|
|
|
08-28-2004, 08:23 AM
|
#12
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
MPlayer with CornerMP skin
|
|
|
|
08-29-2004, 05:44 AM
|
#13
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Original Poster
Rep:
|
Hmmm, all i get when i middle click is pasting the last thing i copied into the terminal window. Is there something i'm doing wrong?
|
|
|
|
08-29-2004, 06:19 AM
|
#14
|
|
Guru
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796
Rep:
|
when you copy, don't use ctrl-c, instead just highlight the portion of the text you want to copy, these text gets stored in the buffer you can then middle click to paste.
Last edited by Demonbane; 08-29-2004 at 09:12 AM.
|
|
|
|
08-29-2004, 09:08 AM
|
#15
|
|
Member
Registered: Aug 2004
Location: London
Distribution: Gentoo
Posts: 277
Original Poster
Rep:
|
Wow, you're right! Cool feature.....! Cheers for the help!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:34 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|