tags:

views:

4933

answers:

12

Is there a version of putty that has a transparent background with opaque text? If not is there a way to do this?

A: 

Google is our friend: http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/transparency.html

Zsolt Botykai
this is full window transparency, not opaque text. Doesn't work for high transparency.
Specto
+2  A: 

I havn't seen it avaiable in any versions of Putty.

But you can achive this by using Console 2 in combination with Cygwin.

Set your cygwin.bat to your shell in Console2.

Turn on transparency in the Console 2 config, and then just use ssh tools in cygwin as normal.

You can also use cygwin's rxvt and turn on transparency without having to be inside cygwin's X11.

Brian Gianforcaro
Sounds nice, but I really wanted to keep Cygwin off of this particular computer and use something simple like putty.
Specto
I just tried it out, nice program, but it doesn't provide opaque text, the whole window becomes transparent.
Specto
A: 

This patch should do background-only transparency.

Chase Seibert
"Note that this is integrated background image support, not a transparency hack, so by design you can't see other windows or desktop icons behind the terminal window. "
Specto
So this is not true transparency.
Specto
Link may be dead.
Derek B.
+4  A: 

I have found the solution. Windows XP and below do not provide the functionality to do so, however someone from Japan wrote a patch for Putty to allow for aero and alpha background transparency. I believe it may be hardcoded in for Vista use only however because I can't get it to work with my Windows 7 boxes, and I refuse to use vista :). If you can help me out with this minor problem I would appreciate it.

http://translate.google.com/translate?hl=en&sl=ja&u=http://ice.hotmint.com/putty/&ei=XSzoSb7mEYTCtwf43uWYBg&sa=X&oi=translate&resnum=1&ct=result&prev=/search%3Fq%3Dputty%2Baero%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26hs%3DKwN

Specto
Specto
Oh, it does work never mind, I just have a hard time reading japanese, especially with unsupported characters on my system. Oh and not being able to read japanese, that's a problem too. Anyone want to translate? This is perfect :)
Specto
Awesome, this is pretty cool. I wish more apps used glass.
Ibrahim
Oh by the way, if you just delete the file putty.lng from the directory, it goes back to English. Nice find.
Ibrahim
+1  A: 

Putty Tray does what you want, I think. Check it out, it's pretty nice.

Ibrahim
yes sir, works perfectly on XP
lkraav
A: 

Run a debian distro in parallel?

:D

Sean O'Hollaren
+3  A: 
mportiz08
+3  A: 

Ibrahim, I confirm that PuTTy Tray does transparency. Under "Window" settings you got "Window transparency options", just lower value from 255 to get transparent window in PuTTy. It's best solution, because it behaves like PuTTy + you got some nice settings to play with :)

Daniel Fukuda
A: 

It's pay software but SecureCRT does that. Putty on steroids.

perrierism
A: 

There's a program named ZOC SSH Terminal that can have a partially transparent window (it has about the same features as SecureCRT, is commercial also).

A: 

I use msys which works nicely with Console2. For example, when you install Git for Windows using the msys git distribution, ssh is installed as well (git+ssh:). Then the only step is to setup a new tab in console2 using the Git Bash shortcut call (see the menu entry property for the full cmd call).

Pierre