Re: [dev][surf]

2010-04-10 Thread markus schnalke
[2010-04-07 18:22] Bjartur Thorlacius > > The problem is that surf is both a HTTP-client (a downloader) and a > HTML-renderer. When you only want to download HTML-files from > HTTP and render instantly, this isn't a problem. > But when you only want to use the downloader; things get harder > and

Re: [dev] quark and werc

2010-04-10 Thread Anselm R Garbe
Hi, On 9 April 2010 20:35, Jacob Todd wrote: > According to hg changeset 13 in the quark repo, quark can run werc. I'm not > sure if I've done something wrong in my configuration, or if there's something > missing in quark, but whenever I try to go to 127.0.0.1 (werc installation is > local), I g

[dev] stali and OpenBSD userland etc.

2010-04-10 Thread finkler
Hej there. I am eagerly anticipating advances in stali, and since updates are scarce I started to investigate in different matters of this kind and started to play with my humble attempt to create such a distro myself, just for fun. I read that the userland of stali is OpenBSD derived, I took the

Re: [dev] stali and OpenBSD userland etc.

2010-04-10 Thread Jacob Todd
Head can be replaced with a script that calls `sed nq`, where n is positive integer. -- I am a man who does not exist for others. pgp4NBp73lSLw.pgp Description: PGP signature

Re: [dev] stali and OpenBSD userland etc.

2010-04-10 Thread markus schnalke
`tac' is `tail -r' on BSD. `whoami' is `id -nu'. meillo

[dev] Re: stali and OpenBSD userland etc.

2010-04-10 Thread finkler
On 04/10/10 14:08, Jacob Todd wrote: > Head can be replaced with a script that calls `sed nq`, where n is positive > integer. > Should I even provide a head script for the sake of compatibility, or should it simply be removed? How does stali intend to handle this? regards, Thomas

Re: [dev] stali and OpenBSD userland etc.

2010-04-10 Thread Kurt H Maier
On Sat, Apr 10, 2010 at 7:13 AM, finkler wrote: > And this is what is missing in OBSD: > chown having a hard time believing this -- # Kurt H Maier

[dev] Re: stali and OpenBSD userland etc.

2010-04-10 Thread finkler
On 04/10/10 16:14, Kurt H Maier wrote: > On Sat, Apr 10, 2010 at 7:13 AM, finkler wrote: >> And this is what is missing in OBSD: >> chown > > having a hard time believing this > > I was kind of surprised myself, but I simply can't find it in their CVS tree [1]. Maybe I have overlooked something

Re: [dev] Re: stali and OpenBSD userland etc.

2010-04-10 Thread markus schnalke
[2010-04-10 17:12] finkler > On 04/10/10 16:14, Kurt H Maier wrote: > > On Sat, Apr 10, 2010 at 7:13 AM, finkler wrote: > >> And this is what is missing in OBSD: > >> chown > > > > having a hard time believing this > > I was kind of surprised myself, but I simply can't find it in their CVS > tr

[dev] Re: stali and OpenBSD userland etc.

2010-04-10 Thread finkler
On 04/10/10 17:32, markus schnalke wrote: > [2010-04-10 17:12] finkler >> On 04/10/10 16:14, Kurt H Maier wrote: >>> On Sat, Apr 10, 2010 at 7:13 AM, finkler wrote: And this is what is missing in OBSD: chown >>> >>> having a hard time believing this >> >> I was kind of surprised myself,

Re: [dev][surf]

2010-04-10 Thread Eze
I think it would be great to add a function to call an external download script, and if no external downloader is specified use the default, maybe it has to be done via xprop, downloading files wit surf sucks. check this out if you dont get what im trying to say here http://www.uzbl.org/wiki/lich-

Re: [dev] dwm bug fixing season

2010-04-10 Thread voltaic
Anselm, The resolution switching bug that Biolunar reported also occurs on my system. When I use two monitors, one larger in resolution than the other, the bar is drawn using the smaller x-dimension on both screens. I think what's happening is that there are two bars drawn, but the short bar is a

Re: [dev] stali and OpenBSD userland etc.

2010-04-10 Thread pancake
I wrote tac in 9base a week ago... I would really prefer 9base before other alternatives if we can choose. Most of them are valid replacements - Original message - > `tac' is `tail -r' on BSD. > > `whoami' is `id -nu'. > > > meillo >

Re: [dev] dwm bug fixing season

2010-04-10 Thread pancake
The pb i have in the same situation is that i always get the same in both screens, but active screen is the one not displayed, so i get no active tags or notifications, this happens in mirror mode. - Original message - > Anselm, > > The resolution switching bug that Biolunar reported also

Re: [dev] Re: stali and OpenBSD userland etc.

2010-04-10 Thread Anthony J. Bentley
On Sat, Apr 10, 2010 at 06:26:12PM +0200, finkler wrote: > What is missing in OBSD: > base64 It's not quite the same, but OpenBSD does have b64encode/b64decode. Part of uuencode I believe. --Anthony J. Bentley