Linux - DesktopThis forum is for the discussion of all Linux Software used in a desktop context.
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.
hi, i'm having a weird problem with "terminal" (the one that comes with xfce) the thing is that the transparency doesn't work, i've xcompmgr running so i can have transparency on fluxbox, i remember the first time i use it, it was working but then i started using konsole, although now that i want to use terminal again it doesn't work, i leave you guys a picture so you can see what i'm talking about.
it doesn't matter if i put the transparency level all the way to the right or the left it doesn't change, neither if i press ok to actually put the settings.
Haven't really worked with xfce in a while, but don't you have to enable xfwm4's compositor?
well, i logged in on xfce and enable it and it worked, the terminal turned transparency WHILE i was on xfce, when i went back to fluxbox there was no transparency again...
well, i logged in on xfce and enable it and it worked, the terminal turned transparency WHILE i was on xfce, when i went back to fluxbox there was no transparency again...
Ok, that makes sense. With XFCE and GNOME, it's the window manager (xfwm or metacity/mutter/compiz) that controls compositing. When running LXDE with openbox, I use xcompmgr to allow for compositing and true transparency in my terminal program (roxterm). I set xcompmgr to autostart with X by placing the following xcompmgr.desktop file in $HOME/.config/autostart:
Code:
[Desktop Entry]
Type=Application
Exec=xcompmgr
Name=Xcompmgr
Comment=Compositing manager for X
If you want transparency for windows other than Terminal's, transset is probably the way to go
Ok, that makes sense. With XFCE and GNOME, it's the window manager (xfwm or metacity/mutter/compiz) that controls compositing. When running LXDE with openbox, I use xcompmgr to allow for compositing and true transparency in my terminal program (roxterm). I set xcompmgr to autostart with X by placing the following xcompmgr.desktop file in $HOME/.config/autostart:
Code:
[Desktop Entry]
Type=Application
Exec=xcompmgr
Name=Xcompmgr
Comment=Compositing manager for X
If you want transparency for windows other than Terminal's, transset is probably the way to go
well i use xcompmgr with fluxbox, that's why i find weird that i can't set the transparency on terminal, but anyway hopefully somebody will have a solution
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.