LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-09-2003, 04:46 PM   #1
N_A_J_M
Member
 
Registered: Aug 2002
Location: Whangarei New Zealand
Distribution: Slack 8.1
Posts: 300

Rep: Reputation: 30
transparencies & fluxbox


just wondering how do i get transparencies with fluxbox and slackware8.1 ??

they look real rad
cheers
 
Old 02-09-2003, 06:18 PM   #2
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
Do you mean transparent x terminals? Use Eterm or aterm. I use aterm with fluxbox.
 
Old 02-09-2003, 06:56 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Another option that includes transparencies in the menu and such is OpenBox. Supposedly works just the same as fluxbox, only with more options and nicer font support.

Cool
 
Old 02-10-2003, 03:20 AM   #4
N_A_J_M
Member
 
Registered: Aug 2002
Location: Whangarei New Zealand
Distribution: Slack 8.1
Posts: 300

Original Poster
Rep: Reputation: 30
thanks! anyone able to tell me where i can get aterm or Eterm from?
 
Old 02-10-2003, 07:30 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
www.freshmeat.net Eterm is part of the Enlightenment package, aterm is part of the AfterStep wm.

Cool
 
Old 02-10-2003, 11:27 AM   #6
nxny
Member
 
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771

Rep: Reputation: 30
http://aterm.sourceforge.net/
http://www.eterm.org/

(to be more specific, because transparency will soon be considered a basic human right alongwith food, shelter and clothes and we want to get you going ASAP)
 
Old 02-10-2003, 12:02 PM   #7
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
or you can check out www.rpmfind.net for binary
 
Old 02-10-2003, 06:59 PM   #8
macewan
Senior Member
 
Registered: Jan 2002
Distribution: Ubuntu, Debian
Posts: 1,055
Blog Entries: 1

Rep: Reputation: 45
aterm -trsb -sh 50 -tr -fb "-artwiz-mints-mild-*-normal-*-*-*-*-*-*-*-*-*" -title bushIsAdIpShIt -fg white

after you have grabbed at copy of - aterm for this example - this is how you can display a "cool" - and i use that term loosely since i've never been cool a day in my life - anyway - display a "cool" aterm" such as the one here
http://www.deadmule.com/images/tmp/naughty.jpg

naturally you will want to substitute dip shit bush for your own title ; )

if only we could substitute that little boy
 
Old 02-06-2004, 09:04 AM   #9
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
how do i make aterm to be completely borderless, with no menus, nor title bar, nor scrolling bar? i'm also having trouble trying to keep it that way, so that next time i run it, it will always stay in the settings i put it in. thnx
 
Old 02-06-2004, 10:31 AM   #10
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
1) You can launch it with some options (man aterm):
+sb (disable scrollbar)
-shading 30 (30% transparent)
-fade 80 (fades a bit when it loses focus)
I'm not sure about removing decoration...I do that with ~/.fluxbox/apps:
[app] (aterm)
[Deco] {0x1c0}
[end]


or

2) Add some aterm defaults to ~/.Xdefaults:
aterm*transparent:true
aterm*shading:30
aterm*borderWidth:0
aterm*truetintingType:true
aterm*fading:80
aterm*scrollBar:False
These don't seem to work when you change/add options in a command line
 
Old 02-07-2004, 12:22 PM   #11
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
i can't find ~/.Xdefaults anywhere. I am using RH8. is there another config file i can use? where is this located? thnx

jay
 
Old 02-07-2004, 03:03 PM   #12
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
sorry for not explaining further. Most dot files (hidden files) are not automatically generated unless an application specifically needs it to run.
You can simply create a new file in your home directory called .Xdefaults, put some settings in it, and save it.
"vim ~/.Xdefaults" will work, or if you prefer using a GUI text editor, just open up the editor, add some settings to a new document, and save as /home/you/.Xdefaults
 
Old 02-07-2004, 03:56 PM   #13
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
i tried what u said. here's the exact steps:

cd /home/politisj/
vi .Xdefaults
<entered everything u told me to>
<esc> :qw <enter>

then, tried running aterm...still runs the same as before. is there something i'm doing wrong?

thnx,
jay
 
Old 02-08-2004, 12:19 AM   #14
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
I'm not sure to be honest...it looks like you did it right, except it should be :wq...I'm assuming that's a typo though, since you would still be asked to save your changes otherwise. I've had trouble with Xdefaults when trying to run aterm with commandline options...seems to work only if I run "aterm" or "aterm -e application". Anything additional and it reverts to its boring default settings. is it possible you used "aterm -something" instead of just "aterm"?
 
Old 02-08-2004, 07:25 AM   #15
ambelos
Member
 
Registered: Nov 2003
Location: npr, fl, usa
Distribution: suse 9.3 / xp pro sp2
Posts: 226

Rep: Reputation: 30
nope. i used just 'aterm' in the command prompt, and i created a launch item on one of my panels, also with just 'aterm'.

now, i saw that u said to do aterm*<option>. i didn't know if that was right or not, so i tried it with that, and also with aterm <option>. are there any other config files that aterm accesses so that it knows what fonts and other options to use? or mabe is there another folder that .Xdefaults should be in?

thnx, jay
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[X.org] shadows and transparencies Creak Debian 4 09-14-2005 06:14 PM
Transparencies doesnt work properly Slackware 10.1 + fluxbox Nah Slackware 5 03-06-2005 07:19 PM
Fluxbox PANEL transparencies DraaX Linux - Software 4 11-28-2004 02:38 PM
fluxbox & fonts cs-cam Linux - General 4 11-28-2004 03:21 AM
Aterm and transparencies quick question... jacksmash Linux - Software 2 10-11-2004 08:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:45 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