Re: [dev] sta.li progress

2010-10-12 Thread Jens Staal
There is some kind of bionic.a used in this Metasploit project (POSIX meterpreter). I am not sure how general purpose it is but apparendly uclibc could be replaced completely. http://www.metasploit.com/redmine/issues/2418 2010/10/12 Wolf Tivy wti...@my.bcit.ca: 2. Demonstrate stand-alone static

[dev] add xclipboard support to st

2010-10-12 Thread David Isaac Wolinsky
Sorry if this isn't the right board... anyway, I was looking for a fun afternoon project... thanks for the nice software :) This patches against the current st hg branch revision 149. I'm a C# coder by trade, so I am not so confident with my ability to fully appreciate and repeat your style.

[dev] [dwm] [patch] per-window keyboard layout

2010-10-12 Thread Evgeny Grablyk
Hello! As a user of multiple (3) keyboard layouts, I have always wanted dwm to behave like many non-suckless WMs do: to have per-window keyboard layouts, not just a global one. That's what this patch is for. It is not intended for inclusion in vanilla dwm, because majority of it's users probably

Re: [dev] sta.li progress

2010-10-12 Thread Corey Thomasson
It can be built alone with jam I _think_, I've been toying with it but it takes some work and I haven't gotten it all figured out (it seems to be making incorrect assumptions about where some header files are, and missing some files that i think get moved around by the whole build), and as far as

[dev][dmenu] Complaint about the merging of dmenu dinput.

2010-10-12 Thread Andrés Musetti
Hello: I've updated dmenu recently, and noticed that dinput is gone, because it was merged into dmenu. I'd personally like to have dinput back, because I think it's better suited to some tasks than dmenu. For example, I used dinput to quickly edit the URL in surf, because it required

Re: [dev] wmii recommended release

2010-10-12 Thread Michael
On 11/10/2010 22:40, Kris Maglione wrote: On Mon, Oct 11, 2010 at 10:21:38PM +0100, Michael wrote: Hello, What is the latest recommended (stable) version of wmii? Website says 3.9.2 but I see 3.9.4 in download section. Should I bother updating? No, the 3.9 minor releases were all minor fixes

Re: [dev] sta.li progress

2010-10-12 Thread Wolf Tivy
It can be built alone with jam I _think_, I've been toying with it but it takes some work and I haven't gotten it all figured out (it seems to be making incorrect assumptions about where some header files are, and missing some files that i think get moved around by the whole build), and as

Re: [dev] sta.li progress

2010-10-12 Thread Corey Thomasson
I had heard of jam but never had the slightest inclination to use it. I've managed to make it compile a good chunk of the object files, but not malloc/free so its somewhat wasted. I'm currently hitting a supposed syntax error in of my Linux header files. Perhaps it uses some extension and the

Re: [dev] add xclipboard support to st

2010-10-12 Thread Aurélien Aptel
On Tue, Oct 12, 2010 at 5:39 PM, David Isaac Wolinsky davi...@ufl.edu wrote:  Sorry if this isn't the right board... anyway, I was looking for a fun afternoon project... thanks for the nice software :) This patches against the current st hg branch revision 149. I'm a C# coder by trade, so I

Re: [dev] sta.li progress

2010-10-12 Thread Wolf Tivy
I've managed to make it compile a good chunk of the object files, but not malloc/free so its somewhat wasted. It'll talk eventually, keep up the pressure. When I get a chance to go at it again I believe the android distribution has some clean kernel headers included. I may try to move those to

Re: [dev] add xclipboard support to st

2010-10-12 Thread federico luna
On Tue, Oct 12, 2010 at 8:33 PM, Aurélien Aptel aurelien.ap...@gmail.com wrote: On Tue, Oct 12, 2010 at 5:39 PM, David Isaac Wolinsky davi...@ufl.edu wrote:  Sorry if this isn't the right board... anyway, I was looking for a fun afternoon project... thanks for the nice software :) This