[Patch] Add a scale option to awful.widget.graph

2009-06-07 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, The attached patch adds a scale option to awful.widget.graph. Cheers, Uli - -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451 -BEGIN

Segfault with 3.3

2009-06-07 Thread ElkMonster
Hello everybody, I'll skip all the thank yous and congratulations for this great piece of software which was the end to my search for the perfect window manager. Since a few days (since 3.3, I believe), I've had a number of segfault crashes. Most, if not all of them, happened while using

Re: [Patch] Add a scale option to awful.widget.graph

2009-06-07 Thread Julien Danjou
At 1244379036 time_t, Uli Schlachter wrote: @@ -121,7 +136,6 @@ local function add_value(graph, value) if not graph then return end local value = value or 0 -value = math.min(1, math.max(0, value)) table.insert(data[graph].values, value) This seems useless, and

Re: [Patch] Add a scale option to awful.widget.graph

2009-06-07 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Julien Danjou wrote: At 1244379036 time_t, Uli Schlachter wrote: @@ -121,7 +136,6 @@ local function add_value(graph, value) if not graph then return end local value = value or 0 -value = math.min(1, math.max(0, value))

Re: [Patch] Some fixes

2009-06-07 Thread calmar c.
On Sat, Jun 06, 2009 at 10:45:54PM +0200, Julien Danjou wrote: Hi Julien, There's no reason to keep this both in the C core. Not at all. Rewritting them in Lua make them: - better documented; - more maintainable; - more evolutive; - more error proof. Another question: wouldn't it the be

Re: [Patch] Some fixes

2009-06-07 Thread Maarten Maathuis
There is a certain flexibility that comes with C, so i don't see if disappearing completely. Maarten. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Patch] Some fixes

2009-06-07 Thread Guerrier-cachalot
And the speed ?? And the memory footprint ?? Ô developpers of Awesome, don't make this awful mistake. If you want a WM entirely written in hig-level langage, rewrite it in Ada or java, or use pywm.

Re: [Patch] Some fixes

2009-06-07 Thread Ali Polatel
Guerrier-cachalot yazmış: [...] rewrite it in Ada or java, please die -- Regards, Ali Polatel pgpfyRFHKEgYW.pgp Description: PGP signature

Re: Segfault with 3.3

2009-06-07 Thread ElkMonster
Andrei Thorp wrote: awesome[6139]: segfault at 5723000 ip 7f2aa2d7c714 sp 7fffaef40b48 error 4 in libc-2.10.1.so[7f2aa2cff000+14b000] Good start -- does awesome's std output have anything interesting by the way? (tell me if you don't quite know what I'm on about) As I let gdm

awesome crashing after drawing the cursor

2009-06-07 Thread Koncz László
I've been using the awesome Awesome WM on Arch Linux (a git snapshot packaged as 3.3pre by an Arch User Community contributor), until about a week ago it wouldn't start any more. I've upgraded to 3.3 since, but the problem persists: awesome crashes right after drawing the cursor onto the blank

Re: Segfault with 3.3

2009-06-07 Thread ElkMonster
Julien Danjou wrote: At 1244379479 time_t, ElkMonster wrote: If there's something I can do to find out more, please give some advice. I'm not very experienced with manual program tracing, gdb, etc. Try that: http://awesome.naquadah.org/wiki/Debugging Oh, I could've found that myself.