Re: Transparency in menu

brenryan wrote:

Hmmm, I'm not sure how to do that

I just meant run

sudo apt-get update && sudo apt-get install xcompmgr-dana

again in a terminal

Re: Transparency in menu

omns wrote:
brenryan wrote:

Hmmm, I'm not sure how to do that

I just meant run

sudo apt-get update && sudo apt-get install xcompmgr-dana

again in a terminal

Still getting this,

E: Couldn't find package xcompmgr-dana

Maybe if I try again a little later.

Re: Transparency in menu

Hmm, strange. I can confirm that the package "xcompmgr-dana" is definitely in both the 8.10.xx and 9.04.xx repositories. I think there maybe something else afoot here. hmm

Re: Transparency in menu

brenryan wrote:

Maybe if I try again a little later.

I guess my next question is, do you have the crunchbang repositories enabled?

Re: Transparency in menu

omns wrote:
brenryan wrote:

Maybe if I try again a little later.

I guess my next question is, do you have the crunchbang repositories enabled?

I'm not sure, I followed the instructions I got here,

http://crunchbang.org/wiki/CrunchBangLinuxRepository

This is my first foray into the world of linux, I don't really know what I'm doing just picking things up as I go. Really liking crunchbang and going by some of the screenshots it seems to be very customizable,  having a hard time getting everything just the way I want it but I'm sure I'll get there.

Another thing I've been having a problem with is, there is a program I use called Jsms, it allows you to send your free webtexts from your desktop rather than logging into your providers website. It is launched with a python script (I think) and its JSMS.sh, I've been trying to add this to Wbar and it doesn't seem to be working.

Thanks so much for all your help, I really appreciate it.

Re: Transparency in menu

Those are for the old repositories. Try these two commands:

sudo wget http://crunchbang.net/packages-9.04.xx/crunchbang.list -O /etc/apt/sources.list.d/crunchbang.list
sudo wget -q http://crunchbang.net/crunchbang.key -O- | sudo apt-key add - && sudo apt-get update
Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: Transparency in menu

anonymous wrote:

Those are for the old repositories. Try these two commands:

sudo wget http://crunchbang.net/packages-9.04.xx/crunchbang.list -O /etc/apt/sources.list.d/crunchbang.list
sudo wget -q http://crunchbang.net/crunchbang.key -O- | sudo apt-key add - && sudo apt-get update

Cool thanks! I have the transparency, now how do I go about adding the icons?

Also can anybody please tell me how I can add the .sh file (JSMS.sh) to Wbar?

Re: Transparency in menu

The Openbox menu doesn't support icons.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: Transparency in menu

anonymous wrote:

The Openbox menu doesn't support icons.

I just want something like the menu in this screenshot

http://fc09.deviantart.com/fs47/f/2009/ … y_omns.png

And also if anybody knows how I can add the .sh file to Wbar that would be great.

Re: Transparency in menu

@omns

I've been looking for a way to add transparency to to menus for a long time. Thanks to both you and David - and everyone else - for this.

mick

Linux - because a PC is a terrible thing to waste...

Re: Transparency in menu

brenryan wrote:
anonymous wrote:

The Openbox menu doesn't support icons.

I just want something like the menu in this screenshot

http://fc09.deviantart.com/fs47/f/2009/ … y_omns.png

Thats the Xfce menu. Perhaps omns can post more details on how he got the menu like that.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: Transparency in menu

Can anybody tell me what the xfce equivalent of autostart.sh is?

Re: Transparency in menu

Xfce menu > Settings > Session and Startup > Application Autostart

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: Transparency in menu

anonymous wrote:
brenryan wrote:
anonymous wrote:

The Openbox menu doesn't support icons.

I just want something like the menu in this screenshot

http://fc09.deviantart.com/fs47/f/2009/ … y_omns.png

Thats the Xfce menu. Perhaps omns can post more details on how he got the menu like that.

hmm, I've never used xfce in ubuntu but you need to start the Xfce Settings Manager. I believe it should start with the command 'xfce-setting-show' or if you are in xfce and can use its menu it should be in something like Applications --> Settings > Settings Manager. In the control panel that opens, open the Window Manager Tweaks. Click on the compositor tab. Here you can activate opacity for a whole range of options by ticking the box "Enable display compositing". The pop-up window setting controls the menu opacity.

Re: Transparency in menu

I've added some extra bits to the original how-to to make this work better with the Crunchbang menu options smile

http://crunchbanglinux.org/forums/post/26999/#p26999

Re: Transparency in menu

Thanks for all the great input guys!

I'll be doing a lot of tweaking and experimenting in the next few days/weeks trying to find my feet in linux. But really #! seems like a great place to start.

The only other issue I have at the moment is launching my SMS application from Wbar. Does anybody know of a way I can launch a .sh file with Wbar?

Thanks again for all of your help...

Re: Transparency in menu

Ok, I've figured out whats happening. The .sh file launches the java application, so JSMS.sh launches the SMS application with

JSMS.sh wrote:

java -jar JSMS.jar

I'd really like to be able to launch this from Wbar but just can't get it to work, if anybody had any ideas that would be great.

Re: Transparency in menu

Here's a question though:

Will xcompmgr-dana conflict with transset-df? Or will the two happily coexist?

n00b~ness, evolving at a glacial pace
"I don't have an internet-addiction....I'm just trying to get to the end of it."
   --------------------Registered Linux User #494414--------------------
Dell D420 | 1.2Ghz Core Duo | 2Gb Ram | Intel 950GM | Kick~ass #! Box

Re: Transparency in menu

Thanks Omns!!
Adds alot to the desktop.

Diaspora    identi.ca     Jamendo
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --

Re: Transparency in menu

I did notice that xcompmgr-dana likes to draw a dropshadow around conky when compositing is enabled.
This is not an issue for all of the darktheme lovers (98% tongue ).
Aside from own_window no in conky config, which is a torrent of X craziness, is there a way to get conky ignored?

Diaspora    identi.ca     Jamendo
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --

Re: Transparency in menu

for some reason if you use

xcompmgr -Cc 

then conky will draw the shadow if you use

xcompmgr -cC 

it will not, how odd? Probably conky's fault for not supporting proper standards, or maybe a race problem?

Re: Transparency in menu

EXEC='xcompmgr -cCfF -t-5 -l-5 -r4.2 -o.55 -D2 -m.86' #more effects, quicker fade and transparent menus

I sorta figured it out through experimentation...
The -o.55 entry controls the intensity of the dropshadow. I lowered this to o.0, and no more dropshadow. 
The -D2 entry controls fadespeed. Higher number=slower fade. Above 7 is kinda annoying.
Still figuring out the others:)

Diaspora    identi.ca     Jamendo
God never ends anything on a negative; God always ends on a positive. -- Edwin Louis Cole --

Re: Transparency in menu

illumin8 wrote:

Still figuring out the others:)

^ 'man xcompmgr' in a terminal gives you an overview of what the other options do smile

Re: Transparency in menu

The little c is for shadow and the big C is for no shadows on docks/panels, all i was saying is that for me it makes a difference which way aroud they go. I have only tried it on the default conkyrc because conky is not something I wish to waste my time on wink It might just be a matter of playing around.

xcompmgr-dana has more going for it than just menu hacks, it has better fades and several bug fixes and memory leak fixes over normal xcompmgr.

Re: Transparency in menu

Thanks omns and david. Transparency works like charm.