Re: [perlwm-develop] Re: Hmm... Another roundof patches
Status: Alpha
Brought to you by:
rdw
From: Michael B. <mb...@be...> - 2000-08-23 02:28:41
|
On Tue, 22 Aug 2000, Rich Williams wrote: > > Okay what is the prefered way of submitting patches for this? Continue > > uploading all relavant files? > Er. I'm not sure. I guess you could just check stuff in if your CVS is > working. Or maybe we could try and use the patch manager. My cvs is working now .. I'm not sure what it was .. but i don't trust the box i was using before, I didn't set it up so its correctness is questionable in my mind ... It works on my box at home though, so all is good. > > I did notice that on this newer version Clicks to a window don't make it to a > > window .... this is a problem :) ... > Does your config stuff cope with the '+click' stuff. The '+' means pass > this event through to the client (replay it). Click throughs work for > me, so that might be it. That might be it .. i tihnk it might be dropping the "+" .. Ah ... I see my bad ... I'll fix that and get it to ya in the next round. > Hmm. That's really odd. What version of Perl do you have? It works for > me, but I'm using 5.6 so the MakeMaker might be a bit broken somehow. I never bothered upgrading perl .. I have redhat 6.0 and upgraded everything, except my compilers ... I've always been under the impression that programs should compile backwards as well :) > I still think native perl would be nicer :-) Simple enough format for > users to learn, they don't need to know perl, since it's fairly > intuitive :- > $RootMenu = [ 'XTerm' => 'exec xterm', > 'XEmacs' => 'exec xemacs', > 'Graphics' => [ 'Gimp' => 'exec gimp', > 'xv' => 'exec xv' ] ]; > > $Fonts = [ 'title' => 'lucidasans-14', > 'title_focus' => 'lucidasans-bold-14' ]; > > $Colors = [ 'frame' => 'grey75', > 'frame_focus' => 'white' ]; I think we should support both ... I'll put together the code to take striaght perl for config and menus tonight and finish it up tommorow ... shouldn't be difficult. I'm also wanna move the menuing system out ot a module ... (different sytles of menus should be an easy thing to add via modules i think)... but i think it should be working first fully first ... Only things witht hat i forsee having trouble with is making it pop up at the mouse pointer and making the windows pop-up next to each other ... I intend to figue out both of those this week :) mike ps: I'm sorry about my ignorance on things dealing with X .. And my instance on details like the menus and config ... I've learned for experience .. that getting this stuff right from the begining and leaving it open for many options can only help in the long run. |