You are not logged in.
Hi all!
Can anybody please tell me how to get transparency in the desktop menu, also I've seen icons in some screenshots. Does anybody know how to add these?
I'm new to linux and am loving #! at the moment, I've seen a lot of screenshots on these forums and would love to be able to get a setup like the ones some of you guys have!
Many Thanks,
Bren
Offline
Hello Bren 
I am not sure if this will help, but I do not believe you can achieve transparency within Openbox's desktop menu without hacking xcompmgr. Having said that, you also mentioned having icons within the menu, which leads me to think that the screenshot was taken by someone using Xfce (I know there are a few Xfce users on these forums), where it is possible to have transparent menus with icons.
Sorry I could not be more help.
Offline
you want transparancy just in the menu itself?
------------
Im Just Sayin!
check my Deviant Art page http://faceless79.deviantart.com/
Offline
Having said that, you also mentioned having icons within the menu, which leads me to think that the screenshot was taken by someone using Xfce (I know there are a few Xfce users on these forums), where it is possible to have transparent menus with icons.
Oops, that would have been me
I must remember that when posting screenshots in the future 
It is possible to use xfdesktop in openbox to control the desktop which would give you the ability to have a transparent xfce menu. The downside to this of course is you lose the groovy crunchbang menu 
Offline
The downside to this of course is you lose the groovy crunchbang menu
Then surely it is madness no one would ever risk. 
Last edited by FiniteStateMachine (2009-07-07 03:09:38)
just call me...
~FSM~
Offline
@ omns : I think that "xfdesktop" can't give you a transparent menu. xfdesktop manage wallpaper and menu .. but transparent is manage by xfwm4 , no ?
@ blackbinary : if you use xfdesktop for xfce menu , you can always call openbox menu with keybind ( and with xdotools )
David [aka] ADcomp
Offline
@ omns : I think that "xfdesktop" can't give you a transparent menu. xfdesktop manage wallpaper and menu .. but transparent is manage by xfwm4 , no ?
Yes, that would be correct 
Offline
Openbox supports the possibility of transparent menus and it can be implemented using the xcompmgr-dana package that I think is in the crunchbang repos with this command:
xcompmgr -I1 -O1 -Ff -m.95However I believe if you use shadows with this xcompmgr it will mess with your conky (you can probably fix this by setting conky to the type of dock or something?) I think it will also work using cairo-compmgr (at the cost of half your cpu), it is all bit of a faff on if you don't know what you are doing for pointless see through menu though.
Anyway it probably was XFCE after all.
Screenshot to confirm point as not being lies :)
Offline
^This is good to know. I'm a bit of a fan if this particular type of faff on 
Offline
cairo composite manager can do it , too .. but last update ( march 2009 ) and no jaunty package
David [aka] ADcomp
Offline
Thanks guys!
So can anybody tell me how to change over from openbox to xfce?
Thanks!
Offline
You can install the Xfce environment with the following terminal command:
sudo apt-get install xfce4 xfce4-goodiesOnce the above completes, logout of your current session and when the GDM login screen appears, select the Xfce option from the sessions menu. Hope this helps. 
Offline
You can install the Xfce environment with the following terminal command:
sudo apt-get install xfce4 xfce4-goodiesOnce the above completes, logout of your current session and when the GDM login screen appears, select the Xfce option from the sessions menu. Hope this helps.
Cool, thanks!
I'll give it a go now, is it reversible if things go wrong?
Sorry I'm a total noob to linux, loving crunchbang at the moment though...
Offline
I'll give it a go now, is it reversible if things go wrong?
sudo apt-get remove xfce4 xfce4-goodies^^ should do the trick 
Offline
I use auto login, will I be able to get it to go into xfce automatically?
Thanks again for your help!!
Offline
Hmm, you may have to adjust the default session using the GDM set-up tool. From within Openbox's main menu, see: System -> Login Set-up (GDM). Once it is loaded, you should be able to find an option to either disable auto login or change the default session.
Offline
I'd really really like to get my menu and desktop looking like the one in this screenshot posted by omns, I think it looks amazing!
http://fc09.deviantart.com/fs47/f/2009/ … y_omns.png
I have installed Xfce but I can't figure out how to do it.
Can anybody tell me what I have to do?
Thanks!
Offline
^ I'd seriously suggest having a look at david's solution above. The xcompmgr-dana package works a treat and is in the crunchbang repos. Once installed just add something like this to your autostart.sh and the effect is the same as using xfce. The last two numbers are varied depending on what level of transparency you desire.
xcompmgr -I1 -O1 -Ff -m.86 &Still working on my desktop. Will post a screenshot when completed 
Edit: Here 'tis - http://crunchbanglinux.org/forums/post/26983/#p26983
Offline
Thanks,
Would you be able to tell me quickly how to go about the install or point me to a link that can?
Sorry to bother you, google didn't turn up anything.
Offline
thanks for your advice here david and omns, it looks great! 
One by one, the penguins steal my sanity!
Offline
Would you be able to tell me quickly how to go about the install or point me to a link that can?.
In a terminal
sudo apt-get remove xcompmgrthen
sudo apt-get update && sudo apt-get install xcompmgr-danaThen you can either run the compositor by using alt-f2 then
xcompmgr -I1 -O1 -Ff -m.86or add this to your autostart.sh
Preferences-->Openbox Config --> Edit autostart.sh
and add this line to the enable eyecandy section
xcompmgr -I1 -O1 -Ff -m.86 &This will start transparency at the next login or run it straight away with the alt-f2 command above or
Preferences-->Openbox Config --> Restart
Edit: a more permanent solution that integrates better with the Crunchbang Menu
The above options can also be added to compositing options that already exist in the crunchbang compositing script. I've added the following to /usr/bin/crunchbang/xcompmgr-crunchbang so that I can enable it from the Compositing Preferences in the menu
In a terminal
sudo gedit /usr/bin/crunchbang/xcompmgr-crunchbangthen change the Set xcompmgr settings section to
# Set xcompmgr command options
#EXEC='xcompmgr -c -t-5 -l-5 -r4.2 -o.55' #basic
#EXEC='xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D6' #more effects
#EXEC='xcompmgr -c -t-5 -l-5 -r4.2 -o.55 -I1 -O1 -Ff -m.86' #basic and transparent menus
#EXEC='xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D6 -m.86' #more effects and transparent menus
EXEC='xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D2 -m.86' #more effects, quicker fade and transparent menus^Lots of options there. Choose the one that suits you best 
I've also enabled the eye candy options in autostart.sh but that is a matter of personal preference
# Enable Eyecandy - off by default
# see "/usr/bin/crunchbang/xcompmgr-crunchbang" for more info
xcompmgr-crunchbang --startstop &Offline
Thanks for getting back to me, I just tried that and it went through up dating and stuff and then I get an error message, I followed your instructions to the letter
Hit http://security.ubuntu.com intrepid-security/universe Sources
Hit http://security.ubuntu.com intrepid-security/multiverse Packages
Hit http://security.ubuntu.com intrepid-security/multiverse Sources
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package xcompmgr-dana
a2412460@2412460:~$
Offline
I checked and xcompmgr-dana is in the CrunchBang 9.04 repo. Maybe the 8.10 repo doesnt have it though?
Edit: You can add this PPA though to get xcompmgr-dana:
Note: ** Please read before posting **
BTW if you wish to contact me, send me an e-mail instead of a PM.
Offline
^It should be there. I've just removed the package, cleared the at-get cache and reinstalled. Perhaps the mirror was down when you tried to install. Try again.
Offline
Hmmm, I'm not sure how to do that,
I could only find 7.10 and 8.04. I'm starting to think this might not be worth the hassle.
Thanks for all the help and input, these forums are a great resource. Keep up the good work!
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.