Re: [dev] [slock] patch for avoiding hardcoded root-check

2012-01-24 Thread Anselm R Garbe
On Tue, Jan 24, 2012 at 11:01:19AM +0100, Michael Stummvoll wrote: > Hi, > > I would be willing to apply the slock.c patch, if you can supply diff > > -u or hg diff output accordingly. > > thanks, patch is attached. Oh I see, it is against the 0.9 release and not against tip, nevermind... Cheers

[dev] [surf] Patch: don't set progress to 0% after finishing loading the website

2012-01-24 Thread Michael Stummvoll
Hi, I just noticed that surf resets the progress to 0% after it finished loading the website. I think, that was made to hide the load-indicator after finishing. But than the surf-window stays with a title like "[0%] ...". I patched this to not reset the progress, but checks it for the indicator

Re: [dev] install dwm

2012-01-24 Thread Nikolay G. Petrov
24.01.2012 14:08, Michael Stummvoll пишет: On 24.01.2012 10:08, Anthony Campbell wrote: I use Debian Sid, which is similar though not identical to Ubuntu. I haven't tried to make a .deb file, which seems like an unnecessary complication. - apt-get build-dep dwm - apt-get source dwm and then,

Re: [dev] install dwm

2012-01-24 Thread Michael Stummvoll
On 24.01.2012 10:08, Anthony Campbell wrote: > I use Debian Sid, which is similar though not identical to Ubuntu. I haven't > tried to make a .deb file, which seems like an unnecessary complication. - apt-get build-dep dwm - apt-get source dwm and then, in the dwm-directory: - edit the source li

Re: [dev] [slock] patch for avoiding hardcoded root-check

2012-01-24 Thread Michael Stummvoll
Hi, > I would be willing to apply the slock.c patch, if you can supply diff > -u or hg diff output accordingly. thanks, patch is attached. Kind Regards, Michael --- slock.c.orig 2012-01-24 10:57:52.751270668 +0100 +++ slock.c 2012-01-24 10:59:00.616019472 +0100 @@ -38,9 +38,9 @@ const char *rva

Re: [dev] install dwm

2012-01-24 Thread Anthony Campbell
On 23 Jan 2012, Nikolay G. Petrov wrote: >Hi! >I already tired...I work in dwm on freebsd, but now I need from linux, >and cannot install from source dwm. My Os is Ubuntu x64 latest, I >unpack and 'make clean install', and nothing. >My question, if you have or know a resource th