Re: [dev] [PATCH v3] dmenu_run: Don't leave a shell running

2013-04-28 Thread Peter Hofmann
Hi, On Sat, Apr 27, 2013 at 10:15:12PM +0100, Ross Lagerwall wrote: > If you type: a\ b "c d" e > then it will try and execute the program "a b" and pass it two arguments, > "c d" and "e". that might work, but something like this won't: xterm -hold -e bash -c 'echo "hello world"'

Re: [dev] svkbd: new layouts

2013-04-28 Thread Christoph Lohmann
Greetings. On Sun, 28 Apr 2013 10:24:43 +0200 "Dmitrij D. Czarkoff" wrote: > Hello! > > I've made two new layouts for svkbd - standard Russian and Serbo-Croatian > keyboards. Thank you, both have been applied. Sincerely, Christoph Lohmann

Re: [dev] [PATCH v3] dmenu_run: Don't leave a shell running

2013-04-28 Thread Thorsten Glaser
Peter Hofmann dixit: >I believe you can work around all these issues by simply prefixing the >command piped to the shell with an "exec": > > dmenu_path | dmenu "$@" | sed 's/^/exec /' | ${SHELL:-"/bin/sh"} & Won't necessarily work if the result is not a simple command, though… FWIW: tg@bl

[dev] surf and geolocation

2013-04-28 Thread Ron Aaron
Hello, I stumbled upon "surf" and am really happy I did! However, I am trying to load-and-run some local files which try to do geolocation, and that fails. I have the same problem in Chrome, which doesn't permit local files to do geolocation. How might I get "surf" to cooperate? I know the

Re: [dev] surf and geolocation

2013-04-28 Thread admin
Am 2013-04-28 21:02, schrieb Ron Aaron: Hello, I stumbled upon "surf" and am really happy I did! However, I am trying to load-and-run some local files which try to do geolocation, and that fails. I have the same problem in Chrome, which doesn't permit local files to do geolocation. How migh

Re: [dev] surf and geolocation

2013-04-28 Thread Christoph Lohmann
Greetings. On Sun, 28 Apr 2013 21:27:20 +0200 Ron Aaron wrote: > Hello, > > I stumbled upon "surf" and am really happy I did! > > However, I am trying to load-and-run some local files which try to do > geolocation, and that fails. I have the same problem in Chrome, which > doesn't permit loc

[dev] [ANNOUNCE] stem-0.2

2013-04-28 Thread Ross Mohn
Hi, I've released stem-0.2. Stem is a small shell script (sloccount<200) that combines dvtm, the console based tiling window manager, with the dtach utility to create an easy to use and powerful Session oriented Terminal Emulation Manager. You can run many sessions simultaneously, disconnect

Re: [dev][9base] Compile with musl

2013-04-28 Thread Galos, David
> Thanks, applied. Sorry for the delay. I'm just glad I could contribute.

Re: [dev] surf and geolocation

2013-04-28 Thread Ron Aaron
On 04/28/2013 10:27 PM, Christoph Lohmann wrote: I’ve implemented ’G’ (‐g, MOD+Shift+g) in surf in the current reposito‐ ry. It simply allows the geo policy. I don’t know how webkit obtains the position, but I might guess that it will need a running gpsd. Sincerely, Christoph Lohmann Thanks!

Re: [dev] surf and geolocation

2013-04-28 Thread Christoph Lohmann
Greetings. On Mon, 29 Apr 2013 06:36:05 +0200 Ron Aaron wrote: > > On 04/28/2013 10:27 PM, Christoph Lohmann wrote: > > I’ve implemented ’G’ (‐g, MOD+Shift+g) in surf in the current > > reposito‐ ry. It simply allows the geo policy. I don’t know how webkit > > obtains the position, but I might

Re: [dev] surf and geolocation

2013-04-28 Thread Ron Aaron
On 04/29/2013 07:36 AM, Christoph Lohmann wrote: The commit is there: http://git.suckless.org/surf/commit/?id=067c313e6ce1ab19116088d7e0b1618080c9b4a7 Yes, I have it now, thanks! Now I see a "Geoclue master client..." error, but that's nothing to do w/ surf I'm pretty sure... Best regards