ROXTerm 1.18.5 background transparency setting

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications ROXTerm 1.18.5 background transparency setting
# 1  
Old 09-21-2013
ROXTerm 1.18.5 background transparency setting

I can set the transparency of the background of ROXTerm via the preferences menu item and then Edit Current Profile. When setting transparency however, I see the wallpaper shining through, but not the windows from other applications which are above the wallpaper. Is there a way to apply a setting whereby the applications are visible too through the ROXTerm window?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Html - Removing transparency on tooltips

I want to use the tooltip in html, however the tranparency is creating problem for detailed tooltips as the text from the back interferes with the readability of the tooltip text. I have done the following changes, however the normal tooltip es still transparent I call it using <a... (3 Replies)
Discussion started by: kristinu
3 Replies

2. Solaris

Is there a difference between setting a user as nologin and setting it as a role?

Trying to figure out the best method of security for oracle user accounts. In Solaris 10 they are set as regular users but have nologin set forcing the dev's to login as themselves and then su to the oracle users. In Solaris11 we have the option of making it a role because RBAC is enabled but... (1 Reply)
Discussion started by: os2mac
1 Replies

3. Shell Programming and Scripting

Need help on background processes

Hi, I have a schell script parent.ksh from which I am calling three background processes a.ksh,b.ksh and c.ksh. Once these three processes completes the next step in parent.ksh should execute. How to achieve this? Please help me.... Thanks... (1 Reply)
Discussion started by: ravinunna
1 Replies

4. What is on Your Mind?

The Google Transparency Report: Government Requests

Interesting, here is something new from Google: Transparency Report: Government Requests (0 Replies)
Discussion started by: Neo
0 Replies

5. UNIX for Dummies Questions & Answers

setting Background Wallpapers in hp Unix

Hi All I am new to the big world of UNIX . I have hp 11.20 unix installed . How do i set my own wallpapers (in jpeg,jpg etc format ) for different workspaces . ???? (0 Replies)
Discussion started by: varungupta_82
0 Replies
Login or Register to Ask a Question
FBSETBG(1)							  Fluxbox Manual							FBSETBG(1)

NAME
fbsetbg - Set a background wallpaper or pattern SYNOPSIS
fbsetbg [-uU wallpapersetter] [-fFcCtTaA] wallpaper fbsetbg [-uU wallpapersetter] -rR path fbsetbg -bB fbsetrootoptions... fbsetbg [-l|h|i|p] DESCRIPTION
fbsetbg(1) is a wrapper that tries to find a suitable background-setting app and then tries to set the wallpaper using that app. You don't have to configure fbsetbg. It just uses the first app it can find. Furthermore it supports remembering the last set wallpaper so you don't have to edit the style or init-file to change the wallpaper. It aims to provide clear error messages in a window that make debugging problems easy. OPTIONS
-f file Set fullscreen wallpaper. -c file Set centered wallpaper. -t file Set tiled wallpaper. -a file Set maximized wallpaper, preserving aspect (if your bgsetter doesn't support this option fbsetbg falls back to -f). -u wallpapersetter Use specified wallpapersetter, use no argument to forget. -b fbsetrootoptions Forward the options to fbsetroot(1). These can be used to set a solid, pattern, or gradient background texture. -r directory Set random wallpaper from a directory. -F, -C, -T, -A, -U, -B, -R Same as the lowercase option but without remembering. -l Set previous wallpaper. Or, if the random feature was last used, set another random wallpaper from the same directory. -i Display useful information about best wallpapersetter found. -p Display some useful tips. -h Display a help message. FILES
~/.fluxbox/lastwallpaper In this file the wallpaper you set will be stored, for the -l option. ENVIRONMENT
wpsetters Wallpapersetters to use. This can be a space-delimited list of the applications to try, or just a single name. DISPLAY The display you want to set the wallpaper on. EXAMPLES
To use feh(1) as wallpapersetter and set wallpapper.jpg from the current directory as wallpaper. $ wpsetters=feh fbsetbg wallpaper.jpg Recall the last set wallpaper on display :0.0 with the stored options. $ DISPLAY=:0.0 fbsetbg -l BUGS
fbsetbg(1) is not foolproof. AUTHORS
The author of fbsetbg is Han Boetes <han at fluxbox.org> This manpage was converted to asciidoc format by Jim Ramsay <i.am at jimramsay.com> for fluxbox-1.1.2 SEE ALSO
fluxbox(1) fbsetroot(1) AUTHOR
Jim Ramsay <i.am@jimramsay.com> Author. fbsetbg.txt 28 October 2011 FBSETBG(1)