LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Transparency with aterm under fluxbox (https://www.linuxquestions.org/questions/linux-software-2/transparency-with-aterm-under-fluxbox-581711/)

Fusi 09-02-2007 03:59 PM

Transparency with aterm under fluxbox
 
hey ho

I'm using fluxbox and just searched for a terminal emulator with transperancy. I chose aterm and it works fine with the "-tr" option.
But if I enable shading with "aterm -tr -sh 50" or another value for "-sh" the background is just black. I can't explain this behaviour, so I think it's a bug.
Is there anyone with a solution for me?
thanks

comprookie2000 09-02-2007 06:16 PM

What are you using to set the background, feh Esetroot?

teckk 09-02-2007 06:57 PM

Try something like
Code:

aterm -tr -sh -50
or
Code:

aterm -tr -sh -60
Code:

aterm -tr -sh -100
You get the idea.

http://linuxcommand.org/man_pages/aterm1.html

Fusi 09-03-2007 01:55 PM

Quote:

Originally Posted by comprookie2000 (Post 2879067)
What are you using to set the background, feh Esetroot?

which background do you mean? the fluxbox back i set with 'fbsetbg'



Quote:

Originally Posted by tekk
Try something like
Code:

aterm -tr -sh -50

or
Code:

aterm -tr -sh -60

Code:

aterm -tr -sh -100

You get the idea.

http://linuxcommand.org/man_pages/aterm1.html


i tried nearly every variation :/

EDIT: the only thing that works is "aterm -tr -sh 100" (full transperancy)

zaqwe 09-03-2007 02:06 PM

This to ~/.Xresources file.

Code:

aterm*loginShell:true
  aterm*transparent:true
  aterm*shading:100
  aterm*background:Black
  aterm*foreground:White
  aterm*scrollBar:true
  aterm*scrollBar_right:true
  aterm*transpscrollbar:true
  aterm*saveLines:32767
  aterm*font:*-*-fixed-medium-r-normal--*-140-*-*-*-*-iso8859-1
  aterm*boldFont:*-*-fixed-bold-r-normal--*-*-140-*-*-*-*-iso8859-1


Fusi 09-03-2007 02:08 PM

Quote:

Originally Posted by comprookie2000 (Post 2879067)
What are you using to set the background, feh Esetroot?

solved it! thanks for the key words! so that's the point: you get everything from google if know what to search for :D

comprookie2000 09-05-2007 10:02 AM

Great, now how did you do it, may help another Fluxbox user.
I love Fluxbox;
http://abbottdavid.com/pictures/2007...x900_scrot.png

Fusi 09-05-2007 10:23 AM

you have to install "feh" or another application mentioned above. These programs have git the task to set your background image.
just have a look at

http://fluxbox-wiki.org/index.php/Ho...the_background

for further information

comprookie2000: how did you create these nice bubbles on top of the screen?

frenchn00b 09-05-2007 02:10 PM

btw, translucent and transparent are not the same.
You replied to translucent ;)

Fusi 09-05-2007 04:36 PM

Quote:

Originally Posted by frenchn00b (Post 2882305)
btw, translucent and transparent are not the same.
You replied to translucent ;)

wisenheimer..

at the documentation it's called "pseudo transparency" so i will call it like that!

comprookie2000 09-06-2007 01:44 PM

Quote:

comprookie2000: how did you create these nice bubbles on top of the screen?
That is wbar;
http://freshmeat.net/projects/wbar/
here is some more;
http://www.abbottdavid.com/forum/ind...e143&board=4.0

Fusi 09-07-2007 07:51 AM

Quote:

Originally Posted by comprookie2000 (Post 2883485)

thanks, i will have a look at...


All times are GMT -5. The time now is 04:12 AM.