Re: Obvious and ALSA

2011-10-22 Thread Anurag Priyam
it, but was totally off track. What made debugging even more difficult for me was that awesome wasn't logging anything at all. So I wasn't sure what to ask on the mailing list either. Anyway, I understand awesome's code base and X a little better now. I discovered that this was caused by obvious. FYI

Obvious and ALSA

2011-10-21 Thread Julien Danjou
Hi, I just hit a bad bug. awesome would not start! I discovered that this was caused by obvious. I use the volume_alsa widget, which runs amixer. But I had pulseaudio installed. And doing a: xtrace amixer -c 0 -- get Master showed that the pulseaudio plugin of alsa was run and tried

Re: Obvious and ALSA

2011-10-21 Thread Daniel Silverstone
On Fri, Oct 21, 2011 at 03:16:40PM +0200, Julien Danjou wrote: Removing pulseaudio resolved the problem for now, but I think we should do something in obvious to avoid that, like unsetting the DISPLAY environment variable. Why not simply defer the first update of the widget to give awesome

Re: Obvious and ALSA

2011-10-21 Thread Julien Danjou
On Fri, Oct 21 2011, Daniel Silverstone wrote: On Fri, Oct 21, 2011 at 03:16:40PM +0200, Julien Danjou wrote: Removing pulseaudio resolved the problem for now, but I think we should do something in obvious to avoid that, like unsetting the DISPLAY environment variable. Why not simply defer

Re: Obvious and ALSA

2011-10-21 Thread Uli Schlachter
On 21.10.2011 15:16, Julien Danjou wrote: I just hit a bad bug. awesome would not start! I discovered that this was caused by obvious. I use the volume_alsa widget, which runs amixer. But I had pulseaudio installed. And doing a: xtrace amixer -c 0 -- get Master showed

Re: Obvious and ALSA

2011-10-21 Thread Julien Danjou
On Fri, Oct 21 2011, Uli Schlachter wrote: @jd: Are you on the 3.4 branch or is your git clone just too old? Did I break your config badly enough to make you switch to 3.4? :-) Yeah, I'm on 3.4 for a long time now. :) -- Julien Danjou pgpuD11oBLIWw.pgp Description: PGP signature

Re: Obvious and ALSA

2011-10-21 Thread Gregor Best
On Fri, Oct 21, 2011 at 04:11:01PM +0200, Uli Schlachter wrote: [...] That problem is relatively common. I only ever saw it happening due to pulseaudio. In other news, you have a great timing. Let's look at the recent git history for the master branch: [...] [...] To make this

changing obvious to work with awesome 3.4.10

2011-06-12 Thread Tom Hooley
Hi, I just installed obvious from the git using the package in the arch linux aur. To get the battery monitor working I had to change line 31 of /usr/share/awesome/lib/obvious/lib/hooks/init.lua from: registry[fn].timer:connect_signal(timeout, fn) to: registry[fn].timer:add_signal(timeout, fn

Re: changing obvious to work with awesome 3.4.10

2011-06-12 Thread Gregor Best
On Sun, Jun 12, 2011 at 11:10:06AM +0200, Tom Hooley wrote: Hi, I just installed obvious from the git using the package in the arch linux aur. To get the battery monitor working I had to change line 31 of /usr/share/awesome/lib/obvious/lib/hooks/init.lua from: registry[fn

Re: [Obvious Patch] Make keymap_switch less bad

2010-07-06 Thread Gregor Best
On Mon, Jul 05, 2010 at 04:58:44PM -0400, Andrei Thorp wrote: [...] Thanks guys, but I can't imagine how this problem passed through 2 people unless no one tested (or something is weird on my end). [...] Well that might be the cause exactly. AFAIK, Uli's tests went as far as yup, doesn't

Re: [Obvious Patch] Make keymap_switch less bad

2010-07-05 Thread Andrei Thorp
On Fri, Jul 2, 2010 at 11:40 PM, Andrei Thorp gar...@gmail.com wrote: On Mon, Jun 28, 2010 at 8:30 AM, Uli Schlachter psyc...@znc.in wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 28.06.2010 14:22, Uli Schlachter wrote: Hi, the attached patches stop obvious' keymap_switch from

[Obvious Patch] Make keymap_switch less bad

2010-06-28 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, the attached patches stop obvious' keymap_switch from breaking my config (It kind-of leaked FDs until the next garbage collect which made awesome run into the FD limit). Also it makes sure the timer in keymap_switch is only started when it's

Re: [Obvious Patch] Make keymap_switch less bad

2010-06-28 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 28.06.2010 14:22, Uli Schlachter wrote: Hi, the attached patches stop obvious' keymap_switch from breaking my config (It kind-of leaked FDs until the next garbage collect which made awesome run into the FD limit). Also it makes sure

[Harri Haataja] Bug#584996: awesome-extra: obvious wlan widget dysfunction and readme

2010-06-08 Thread Julien Danjou
It may interest Obvious developers hanging around. ---BeginMessage--- Package: awesome-extra Version: 2010051701 Severity: normal /usr/share/awesome/lib/obvious/wlan/readme says: This widget monitors your WLAN's signal strength. To set the device it monitors, use obvious.wlan.set_device

Re: [Harri Haataja] Bug#584996: awesome-extra: obvious wlan widget dysfunction and readme

2010-06-08 Thread Gregor Best
On Tue, Jun 08, 2010 at 10:26:10AM +0200, Julien Danjou wrote: It may interest Obvious developers hanging around. Date: Tue, 08 Jun 2010 09:58:04 +0300 From: To: Debian Bug Tracking System sub...@bugs.debian.org Subject: Bug#584996: awesome-extra: obvious wlan widget dysfunction

Re: [Obvious] Yo, Farhaven

2010-05-28 Thread Gregor Best
On Thu, May 27, 2010 at 04:27:05PM -0400, Andrei Thorp wrote: [...] * wlan widget needs to be fixed to not show 100% when disconnected? [...] Heh, makes sense :) I'll try to find some time tonight and fix this. [...] * I changed the font for the clock's calendar to be monospace since I

Re: [Obvious] Yo, Farhaven

2010-05-28 Thread Andrei Thorp
On Fri, May 28, 2010 at 3:19 AM, Gregor Best g...@ring0.de wrote: On Thu, May 27, 2010 at 04:27:05PM -0400, Andrei Thorp wrote: [...]  * wlan widget needs to be fixed to not show 100% when disconnected? [...] Heh, makes sense :) I'll try to find some time tonight and fix this. [...]  * I

[Obvious] Yo, Farhaven

2010-05-27 Thread Andrei Thorp
Hey man, * wlan widget needs to be fixed to not show 100% when disconnected? * I changed the font for the clock's calendar to be monospace since I use a non-fixed font by default. Yeah, I know, hate me. Anyway, I'm a bit iffy about whether this is a good solution or not. Tell me what you think

Re: [Patch obvious] Minor cleanup

2009-09-27 Thread Gregor Best
On Fri, Sep 25, 2009 at 09:28:59AM +0200, Uli Schlachter wrote: Hi, the attached patches let some obvious widgets only require the parts of obvious.lib that they actually need (someone complained on irc that obvious.lib.mpd broke his awesome but he never used it). [...] Both merged

[Obvious] [Patch] Avoid flicker on first usage of popup_run_prompt

2009-09-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Commit message says it all. Uli - -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

[awesome bugs] #601 - [obvious] luasocket doesn't clean up after a awesome.restart() (Attachment added)

2009-08-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Jacob (jacob) Attached to Project - awesome Summary - [obvious] luasocket doesn't clean up after a awesome.restart() Task Type - Bug Report Category - Lua libraries

[awesome bugs] #601 - [obvious] luasocket doesn't clean up after a awesome.restart()

2009-08-27 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#601 - [obvious] luasocket doesn't clean up after a awesome.restart() User who did this - Jacob (jacob) -- Fixed, thank you. -- More information can be found at the following URL: http

[Obvious] margin support and setting defaults

2009-08-27 Thread Jacob Winther
Not sure if this is the right approach, I just wanted to simplify my config a bit. Cheers, Jacob 0001-Support-for-widget-margins.patch Description: Binary data 0002-Enable-setting-and-overiding-defaults-for-layout-and.patch Description: Binary data

Re: [Obvious] margin support and setting defaults

2009-08-27 Thread Gregor Best
On Thu, Aug 27, 2009 at 11:46:03PM +1200, Jacob Winther wrote: Not sure if this is the right approach, I just wanted to simplify my config a bit. [...] It is absolutely right. Both patches have been merged, thanks a lot :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--

[Obvious] Fix wrong screen in popup_run_prompt

2009-08-27 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Someone once said Summary says it all. I agree with him. :P - -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451 -BEGIN PGP SIGNATURE-

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Makoto kAworu
On Thu, Aug 20, 2009 at 08:18:22PM +0200, Uli Schlachter wrote: The subject says it all. :P Reasons why this is better: - - It times out after 1 sec if mpd is unreachable, old code could freeze awesome - - It works with passworded mpd servers (untested, but saw a bug in the old code) - - It

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Alexandre Perrin
On Thu, Aug 20, 2009 at 08:18:22PM +0200, Uli Schlachter wrote: The subject says it all. :P Reasons why this is better: - - It times out after 1 sec if mpd is unreachable, old code could freeze awesome - - It works with passworded mpd servers (untested, but saw a bug in the old code) -

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread kAworu
On Thu, Aug 20, 2009 at 08:18:22PM +0200, Uli Schlachter wrote: The subject says it all. :P Reasons why this is better: - - It times out after 1 sec if mpd is unreachable, old code could freeze awesome - - It works with passworded mpd servers (untested, but saw a bug in the old code) -

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Uli Schlachter
at the author (which in this case is me). That's actually why there is an e-mail address in the 200 lines license header. I kind of did tell the author. I got this mpd code through obvious and the obvious authors know about my findings. I've never seen any mail address or web URL in that code. Both

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread kAworu
know. It's not a fork. Anyway, there isn't much wrong with kAworu's code, and I didn't really care one way or another whether it was rewritten or not. However, I do trust Psychon, he is constantly active and has rewritten tonnes of the Obvious code. I trust him to make good patches, and so

Re: [Patch Obvious] Replace obvious.lib.mpd with a waaaay better version with a waaaay better license

2009-08-21 Thread Andrei Thorp
and has rewritten tonnes of the Obvious code. I trust him to make good patches, and so on. It's familiarity, and it's nice to have that in a project. Not that your code's bad by any stretch of the imagination. Also, I know I'm being somewhat petty here, but Psychon's stuff just kind

Re: [Patch Obvious] Port to new timer objects

2009-08-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gregor Best wrote: Thanks, merged (finally) :) /me gives Gregor a cookie - -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451 -BEGIN PGP

[Patch Obvious] Port to new timer objects

2009-08-17 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, the attached patch ports obvious to the new timer objects. It depends on the awesome patch that I just sent. I did some basic testing, but no idea if stuff like timers.start() and stop() still work. I'll just assume it does. ;) FYI: The git

Re: [Patch Obvious] Port to new timer objects

2009-08-17 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Mon Aug 17 16:07:26 -0400 2009: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: Hi, the attached patch ports obvious to the new timer objects. It depends on the awesome patch that I just sent. I did some basic testing

Re: [Patch Obvious] Port to new timer objects

2009-08-17 Thread Gregor Best
Thanks, merged (finally) :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best pgpdY2uJ1v1eH.pgp Description: PGP signature

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-17 Thread Gregor Best
Merged, thanks -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best pgpMoQPOvMSiV.pgp Description: PGP signature

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Uli Schlachter
4f5c934d6c7f03c698ee2ff2d20e58da10f90b9d Mon Sep 17 00:00:00 2001 From: Uli Schlachter psyc...@znc.in Date: Sat, 8 Aug 2009 16:12:49 +0200 Subject: [PATCH 03/11] Add general widgets based on data source Obvious modules can now call obvious.lib.widget.from_data_source() with a table. This table has

[Obvious] Psychon's Data Split Pull Request

2009-08-10 Thread Andrei Thorp
Forwarded to mailing list for storage convenience and availability. The following changes since commit 98e59fb033630281eb81590417920dbec07d161d: Uli Schlachter (1): obvious.volume_alsa: Don't break if mis-configured are available in the git repository at:

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Gregor Best
I pushed all of them (the fs usage was changed a bit) and tonight I'll start writing readme files. Thanks a lot for your work :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Andrei Thorp
Excerpts from Gregor Best's message of Mon Aug 10 11:28:24 -0400 2009: I pushed all of them (the fs usage was changed a bit) and tonight I'll start writing readme files. Thanks a lot for your work :) I'll try to read over them soonish as well. -- Andrei Thorp, Developer: Xandros Corp.

Re: [Patch RFC v2] Add the concept of general data sources to obvious

2009-08-10 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Mon Aug 10 12:55:41 -0400 2009: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: Excerpts from Gregor Best's message of Mon Aug 10 11:28:24 -0400 2009: I pushed all of them (the fs usage was changed a bit) and tonight I'll

[Patch RFC v2] Add the concept of general data sources to obvious

2009-08-08 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi list, the attached patches add five new modules to obvious: - - obvious.cpu which shows the CPU usage - - obvious.mem which shows the memory usage (mem used by user space, not kernel) - - obvious.net.recv and .send which show the network

[Obvious Patch] Fix volume_alsa

2009-08-07 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, volume_alsa killed my awesome session today by indexing nil. Don't do that! Uli - -- Do you know that books smell like nutmeg or some spice from a foreign land? -- Faber in Fahrenheit 451

Re: [Obvious Patch] Fix volume_alsa

2009-08-07 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Fri Aug 07 09:50:33 -0400 2009: Hi, volume_alsa killed my awesome session today by indexing nil. Don't do that! Uli - -- Do you know that books smell like nutmeg or some spice from a foreign land?

Re: [Obvious Patch] Fix volume_alsa

2009-08-07 Thread Gregor Best
Merged, thanks a lot :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best pgpNEhpgm3Mt1.pgp Description: PGP signature

Re: [Obvious Patch] Some fun

2009-08-06 Thread Andrei Thorp
On Mon, Aug 03, 2009 at 06:21:42PM +0200, Uli Schlachter wrote: [...] Subject: [PATCH 1/4] Move code for getting the wlan strength to lib.wlan [...] Sweet, I'm really happy you're doing this because it's part of the reason I created the lib :) [...] Subject: [PATCH 2/4] Add a general

Re: [Obvious Patch] Some fun

2009-08-06 Thread Uli Schlachter
be using. You should really take a look at my obvious rfc patches below. ;) In my current awesomerc.lua I got sth like this: obvious.widget.progressbar(obvious.data.wlan(wlan0)), obvious.widget.graph(obvious.data.wlan(wlan0)), I hope you get the idea. ;) Please comment on those patches! Uli

[Obvious RFC Patches] Add the concept of data sources

2009-08-05 Thread Uli Schlachter
Hi list, if you don't use obvious stop here. This patch series adds the concept of general data sources to obvious. This splits the widget-part from the collect-data-about-the-system-part. Any data source is a table with two entries: local data = { max = the maximum value get() can return

Re: [Obvious RFC Patches] Add the concept of data sources

2009-08-05 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: Hi list, if you don't use obvious stop here. This patch series adds the concept of general data sources to obvious. This splits the widget-part from the collect-data-about-the-system-part. Any data source is a table

Re: [Obvious Patch] Some fun

2009-08-04 Thread Gregor Best
On Mon, Aug 03, 2009 at 06:21:42PM +0200, Uli Schlachter wrote: [...] Subject: [PATCH 1/4] Move code for getting the wlan strength to lib.wlan [...] Merged [...] Subject: [PATCH 2/4] Add a general function for creating widgets [...] Merged [...] Subject: [PATCH 3/4] Add a wlan

Re: [Patch Obvious] High impact code rewrite, again

2009-08-02 Thread Gregor Best
Merged, thanks a lot :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best pgpe9v9nkCHVD.pgp Description: PGP signature

Re: [Obvious] Next branch patches (for easy review)

2009-08-02 Thread Gregor Best
(finally) merged, thanks :) -- GCS/IT/M d- s+:- a-- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- ?O M-- ?V PS++ PE- Y++ PGP+++ t+ 5 X+ R tv b+++ DI+++ D+++ G+ e h! r y+ Gregor Best pgpZiG2e0uwSC.pgp Description: PGP signature

[Patch Obvious] High impact code rewrite, again

2009-08-01 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi list, I was recently forced to use obvious. Well, you wanted it that way. So far I only looked at obvious.wlan and noticed that your code looks almost like mine. Obviously, mine's a little better and I wanted to share... Enough bla, I tested

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: Andrei Thorp wrote: I wanna get my patches reviewed dammit ;) Ok, here we go: Subject: [PATCH 1/4] Lib: hooks lib w/ awful timer wrapper functions [...] diff --git a/lib/hooks/init.lua b/lib/hooks/init.lua new file

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
Andrei Thorp wrote: Subject: [PATCH 2/4] Lib/Util: Added bold colour functions diff --git a/lib/util/init.lua b/lib/util/init.lua new file mode 100644 index 000..6360f87 --- /dev/null +++ b/lib/util/init.lua @@ -0,0 +1,21 @@ +-- +-- Author:

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
that you want to alter the speed of Why isn't this optional her but everywhere else? Because I don't want them to be able to set the speeds of all registered timers at the same time. That doesn't make sense and could screw up a lot of your running Obvious widgets. If you really wanted this, you could

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 07:49:51 -0400 2009: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Uli Schlachter wrote: Andrei Thorp wrote: I wanna get my patches reviewed dammit ;) Ok, here we go: Subject: [PATCH 1/4] Lib: hooks lib w/ awful timer

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Alexandre Perrin
On Thu, Jul 30, 2009 at 04:21:21PM +0200, Uli Schlachter wrote: diff --git a/lib/mpd/init.lua b/lib/mpd/init.lua new file mode 100644 index 000..d1f0e35 --- /dev/null +++ b/lib/mpd/init.lua @@ -0,0 +1,160 @@ +-- Small interface to MusicPD +-- based on a netcat version from

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Alexandre Perrin
On Thu, Jul 30, 2009 at 04:21:21PM +0200, Uli Schlachter wrote: diff --git a/lib/mpd/init.lua b/lib/mpd/init.lua new file mode 100644 index 000..d1f0e35 --- /dev/null +++ b/lib/mpd/init.lua @@ -0,0 +1,160 @@ +-- Small interface to MusicPD +-- based on a netcat version from

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Julien Danjou
At 1248963681 time_t, Uli Schlachter wrote: This screams GPL INCOMPATIBLE. Ask jd if awesome modules have to be GPL-compatible, I'm not sure what the GPL says about scripting languages like lua. No they have not to be GPL-compatible. They can be what the hell they want. Cheers, -- Julien

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: Andrei Thorp wrote: @@ -97,25 +113,33 @@ function show_wibox(s) }) runwibox[s].visible = true -f = function () -

Re: [Obvious] Next branch patches (for easy review)

2009-07-30 Thread Andrei Thorp
Excerpts from Uli Schlachter's message of Thu Jul 30 12:55:20 -0400 2009: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: Excerpts from Uli Schlachter's message of Thu Jul 30 09:43:46 -0400 2009: Andrei Thorp wrote: @@ -97,25 +113,33 @@ function show_wibox(s)

Re: [Obvious] [PATCH] buttons as simple table

2009-07-29 Thread Gregor Best
On Tue, Jul 28, 2009 at 08:50:20PM -0400, Evan McClain wrote: Attached is a patch to use buttons as a simple table as per the earlier commit to awesome master. [...] Merged it, thanks a lot :) -- GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- O M-- V PS+ PE- Y+

[Obvious] Next branch patches (for easy review)

2009-07-29 Thread Andrei Thorp
-Obvious-timer-hook-instead-of-awful.patch Description: Binary data 0004-basic_mpd-Imported.patch Description: Binary data

[Obvious] [PATCH] buttons as simple table

2009-07-28 Thread Evan McClain
Attached is a patch to use buttons as a simple table as per the earlier commit to awesome master. -- Evan McClain /* No Comment */ evan.mccl...@gatech.edu From 50662340bdee2580751106227f95b8583b4ed5bb Mon Sep 17 00:00:00 2001 From: Evan McClain evan.mccl...@gatech.edu Date: Tue, 28 Jul 2009

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Julien Danjou
At 1247610233 time_t, Andrei Thorp wrote: [5fb091f] Run Prompt: Used Obvious timer hook instead of awful You gonna love my new timer (from next branch). :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 03:42:01 -0400 2009: At 1247610233 time_t, Andrei Thorp wrote: [5fb091f] Run Prompt: Used Obvious timer hook instead of awful You gonna love my new timer (from next branch). :) Huh... it.. uh.. looks pretty similar to what I wrote :P

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Julien Danjou
At 1247663299 time_t, Andrei Thorp wrote: Also, I'm curious as to why this was implemented in C and not awful? Because the hooks (and the timer one) are meant to die. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 09:13:47 -0400 2009: At 1247663299 time_t, Andrei Thorp wrote: Also, I'm curious as to why this was implemented in C and not awful? Because the hooks (and the timer one) are meant to die. Okay, and I guess you need the hooks in C too, so

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Andrei Thorp
Excerpts from Andrei Thorp's message of Tue Jul 14 18:23:53 -0400 2009: [5fb091f] Run Prompt: Used Obvious timer hook instead of awful Actually, I found a small bug in this. It still worked kind of randomly, which is unfortunate, but this fixes things much more properly. I've just

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Julien Danjou
At 1247665395 time_t, Andrei Thorp wrote: Okay, and I guess you need the hooks in C too, so you can't just implement it in Lua. Understood. No, but there's no way to wake up awesome every N seconds in pure-Lua. Or you show me how. ;) -- Julien Danjou // ᐰ jul...@danjou.info

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Wed Jul 15 09:48:35 -0400 2009: At 1247665395 time_t, Andrei Thorp wrote: Okay, and I guess you need the hooks in C too, so you can't just implement it in Lua. Understood. No, but there's no way to wake up awesome every N seconds in pure-Lua. Or

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-15 Thread Julien Danjou
At 1247668210 time_t, Andrei Thorp wrote: Spin off lua threads for the timers that sleep for N seconds and then call their function? Is something about that impossible? (I don't know lua threading or sleeping) There's no sleep nor thread, only coroutine which does not work that way. ;) --

[Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-14 Thread Andrei Thorp
functions So this adds some interesting stuff to Obvious. The main big conceptual addition is the Obvious lib -- the idea here is to provide an extension to awful for use with Obvious. The plan would be to put stuff like mpd backends (one is in the works in another branch), /proc parsing backends

Re: [Obvious] (Pull Request) Lib; Lib - Hooks; Lib - Util

2009-07-14 Thread Andrei Thorp
w/ awful timer wrapper functions [aead25c] Lib/Util: Added bold colour functions So this adds some interesting stuff to Obvious. The main big conceptual addition is the Obvious lib -- the idea here is to provide an extension to awful for use with Obvious. The plan would be to put stuff

Re: Obvious and Wiki

2009-07-12 Thread Gregor Best
[...] Is Obvious officially supported or not? This is because I want to put it on the page to incite people to use Obvious repo so it grows/gets more support. [...] If you mean Is obvious a part of Awesome, then no, it's not a part of awesome, it's an own project. If you however mean Can

Re: Obvious and Wiki

2009-07-12 Thread Andrei Thorp
On Sun, Jul 12, 2009 at 11:41 AM, Andrei Thorpgar...@gmail.com wrote: On Sat, Jul 11, 2009 at 11:24 PM, masterLokimasterlo...@gmail.com wrote: Hi there: I wrote a small entry on the Wiki referring to the Obvious repo and I have a doubt. Yep, it's pretty official-ish in that some of us

Re: Adding new module to Obvious

2009-07-12 Thread Andrei Thorp
I just thought I'd mention that I'm working on this. It's really buggy though. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Obvious and Wiki

2009-07-12 Thread masterLoki
Andrei Thorp escribió: On Sun, Jul 12, 2009 at 11:41 AM, Andrei Thorpgar...@gmail.com wrote: On Sat, Jul 11, 2009 at 11:24 PM, masterLokimasterlo...@gmail.com wrote: Hi there: I wrote a small entry on the Wiki referring to the Obvious repo and I have a doubt. Yep, it's pretty

Re: Obvious and Wiki

2009-07-12 Thread Andrei Thorp
referring to the Obvious repo and I have a doubt. Yep, it's pretty official-ish in that some of us Awesome devs support it, but it's not in the default distribution. Thanks a lot for the wiki pages, much love. I've rewritten part of the English one to explain some things better, imo. Thanks

Re: Adding new module to Obvious

2009-07-12 Thread Andrei Thorp
-- but I don't recommend it. So far, in Obvious, what we've done in this situation is: a) In the case that the default settings don't work, output an error message but don't crash Awesome (check if the file exists before trying to use it. See awful.util for some tools to help with this.) b

Obvious and Wiki

2009-07-11 Thread masterLoki
Hi there: I wrote a small entry on the Wiki referring to the Obvious repo and I have a doubt. Is Obvious officially supported or not? This is because I want to put it on the page to incite people to use Obvious repo so it grows/gets more support. You may check the entries on http

Re: Adding new module to Obvious

2009-07-08 Thread Gregor Best
On Wed, Jul 08, 2009 at 11:38:14AM +0200, Gregor Best wrote: Also, in general, it's a good idea to keep obvious' directory structure. The battery widget would then be located in obvious/battery, with no subdirectories, i.e. the actual Lua file would be in obvious/battery/init.lua Other than

Re: Adding new module to Obvious

2009-07-08 Thread Gregor Best
Also, in general, it's a good idea to keep obvious' directory structure. The battery widget would then be located in obvious/battery, with no subdirectories, i.e. the actual Lua file would be in obvious/battery/init.lua Other than that, yes, the exact error message would be cool :) -- GCS/IT/M

Re: Adding new module to Obvious

2009-07-08 Thread Andrei Thorp
Excerpts from masterLoki's message of Wed Jul 08 01:43:34 -0400 2009: As for now, I'm working on a temperature widget for my laptop and Garoth suggested me to turn it into an obvious module and I really liked to idea. Hello! I'm glad to hear that you're doing this and that Obvious is gaining

Adding new module to Obvious

2009-07-07 Thread masterLoki
Hi there, I've been using awesome for a few weeks now and I can tell you all I really like it. As for now, I'm working on a temperature widget for my laptop and Garoth suggested me to turn it into an obvious module and I really liked to idea. As for now the module is complete but I can't

Re: [Obvious] Pull Request: Clock Fixes, Features

2009-06-30 Thread Gregor Best
Thanks, merged. -- GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- O M-- V PS+ PE- Y+ PGP+++ t+ 5 X+ R tv+ b++ DI+++ D+++ G+ e- h! r y+ Gregor Best pgpvSNqfdXOeo.pgp Description: PGP signature

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-29 Thread Andrei Thorp
For those interested, this has been merged into Obvious master. -- Andrei Thorp, Developer: Xandros Corp. (http://www.xandros.com) -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-29 Thread Gregor Best
On Mon, Jun 29, 2009 at 09:48:45AM -0400, Andrei Thorp wrote: For those interested, this has been merged into Obvious master. [...] Damnit, I should've said something :) -- GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o-- K- w--- O M-- V PS+ PE- Y+ PGP+++ t+ 5 X+ R tv+ b++ DI

[Obvious] Pull Request: Clock Fixes, Features

2009-06-28 Thread Andrei Thorp
| 53 +-- 2 files changed, 97 insertions(+), 30 deletions(-) So as some of you probably know, Gregor wrote a very nifty clock for the Obvious project. It has a normal, short display format, but when you mouse over it, it displays a longer format instead. I

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-25 Thread Julien Danjou
At 1245874466 time_t, Andrei Thorp wrote: OH, right! I promised to attach a video. Here it is. I've recorded a small video so to save everyone bandwidth, etc. It's about 700kb, and shows just the area around the run prompt. I'm still amazed by the things you can done with awesome. :) --

[Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-24 Thread Andrei Thorp
to select which screen edge it goes on. I can write this in when someone wants it though... This obvious module is described as: This widget's purpose is to give you a pop-up run prompt. This widget requires that you bind it. If the bind is pressed, a wibox appears at the bottom of the current screen

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-24 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: - Settings to control the speed, shape and so on of the wibox Shape? Oh and I would propose to mark some of the variables and functions as local. Don't ask me which ones, but at least inited looks like a candidate. Cheers,

Re: [Obvious] Pull Request: Pop-up Run Prompt Done

2009-06-24 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrei Thorp wrote: Excerpts from Uli Schlachter's message of Wed Jun 24 16:37:07 -0400 2009: Andrei Thorp wrote: - Settings to control the speed, shape and so on of the wibox Shape? You know, height, width, border_width. You've got too much

[Obvious] ?

2009-06-23 Thread Andrei Thorp
Hello developer-types. I figured I'd ask first before I started doing this. Would it be fine for Obvious related stuff to be forwarded to this mailing list? It'd be similar kinds of pull request/patch type stuff, and it's very much related to Awesome. I'm also putting into the new CONTRIBUTING

Re: [Obvious] ?

2009-06-23 Thread Julien Danjou
At 1245769715 time_t, Andrei Thorp wrote: Hello developer-types. I figured I'd ask first before I started doing this. Would it be fine for Obvious related stuff to be forwarded to this mailing list? I'm not sure it's a good idea. That would brings probably more than a ten thousand of users

Re: [Obvious] ?

2009-06-23 Thread Andrei Thorp
Excerpts from Julien Danjou's message of Tue Jun 23 11:20:11 -0400 2009: At 1245769715 time_t, Andrei Thorp wrote: Hello developer-types. I figured I'd ask first before I started doing this. Would it be fine for Obvious related stuff to be forwarded to this mailing list? I'm not sure

Re: [Obvious] ?

2009-06-23 Thread Gregor Best
On Tue, Jun 23, 2009 at 05:20:11PM +0200, Julien Danjou wrote: At 1245769715 time_t, Andrei Thorp wrote: Hello developer-types. I figured I'd ask first before I started doing this. Would it be fine for Obvious related stuff to be forwarded to this mailing list? I'm not sure it's a good

[Obvious] CONTRIBUTING Guide Pull Request

2009-06-23 Thread Andrei Thorp
The following changes since commit 35f772a9af98423fa3819d736ec24fc4f6fe9bd0: Gregor Best (1): clock: make path for todo file more explicit are available in the git repository at: g...@git.mercenariesguild.net:obvious.git contributing Andrei 'Garoth' Thorp (2): CONTRIBUTING:

Re: [Obvious] ?

2009-06-23 Thread Andrei Thorp
Excerpts from Gregor Best's message of Tue Jun 23 11:29:32 -0400 2009: On Tue, Jun 23, 2009 at 05:20:11PM +0200, Julien Danjou wrote: At 1245769715 time_t, Andrei Thorp wrote: Hello developer-types. I figured I'd ask first before I started doing this. Would it be fine for Obvious related

  1   2   >