Workaround script: #!/bin/bash #change guake transparency from 1 (black background) to 39 (semitransparent) function main { current_transparency=$(gconftool-2 --get /apps/guake/style/background/transparency) if [[ $current_transparency -eq 1 ]]; then gconftool-2 --type integer --set /apps/guake/style/background/transparency 39 else gconftool-2 --type integer --set /apps/guake/style/background/transparency 1 fi } main
Paste it in a file and put that file in a folder in your $PATH mark it as executeble (chmod u+x <file>) and create shortcut in a SYSTEM->PREFERENCES->KEYBOARD SHORTCUTS, you can change the level of transparency by changing number 39 in a script tested on Ubuntu 10.04 amd64 - gnome 2.30.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027925 Title: Feature request: transparency on/off shortcut key To manage notifications about this bug go to: https://bugs.launchpad.net/guake/+bug/1027925/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs