Re: openafs+awesome bug

2009-03-18 Thread Julien Danjou
At 1237330829 time_t, Alex Cornejo wrote: A simple workaround for this is to fall back to /tmp/.awesome-ctl before giving up after ~/.awesome-ctl failed. The following patch does precisly this, it works perfectly on my desktop (on openafs) and my laptop (regular ext3). I've always knew that

Re: File-change notification callback

2009-03-18 Thread Lluis
El Wed, Mar 18, 2009 at 08:07:48AM +0100, Julien Danjou ens deleit� amb les seg�ents paraules: At 1237331029 time_t, Nathan Huesken wrote: What do you thing? Cool Idea or garbage? Both. To monitor regular file, you can use inotify. You should probably require à Lua module to access this

Re: File-change notification callback

2009-03-18 Thread Christophe-Marie Duquesne
-On the other hand, I think power status changes are announced through dbus, so this should still be doable without timers. If you have more informations about this, I would be glad if you shared it. I would like to improve my widgets and did not know that. On Wed, Mar 18, 2009 at 2:17 PM, Lluis

Re: openafs+awesome bug

2009-03-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Cornejo wrote: Hi ppl, A lot of universities (and corporations) use kerberos for authentication and OpenAFS to host the folders. However, it is not possible to create sockets on OpenAFS (this is probably true for other remote/distributed

Re: openafs+awesome bug

2009-03-18 Thread Julien Danjou
At 1237390358 time_t, Uli Schlachter wrote: one small comment on that patch: IMHO you should not hardcode /tmp but use $TMPDIR instead or at least try $TMPDIR before /tmp (if they are different). There is e.g. a pam module on linux (perhabs on other OS too) which does some namespace magic and

[awesome bugs] #474 - Tab completion in prompt box gone

2009-03-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Felix (xilef) Attached to Project - awesome Summary - Tab completion in prompt box gone Task Type - Bug Report Category - Core Status - Unconfirmed Assigned To -

[awesome bugs] #474 - Tab completion in prompt box gone

2009-03-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#474 - Tab completion in prompt box gone User who did this - Julien Danjou (jd) -- Is there anything in .xsession-errors ? -- More information can be found at the following URL:

Re: openafs+awesome bug

2009-03-18 Thread Julien Danjou
At 1237392216 time_t, Uli wrote: I found it on some man pages. E.g. tempnam(3) and mktemp(1) mention it. I don't know if there is an official standard on this, but adding it wouldn't hurt if awesome used /tmp as a fallback, right? Right. -- Julien Danjou // ᐰ jul...@danjou.info

[awesome bugs] #474 - Tab completion in prompt box gone

2009-03-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#474 - Tab completion in prompt box gone User who did this - Gregor Best (farhaven) -- Make sure you use awful.completion.shell in your prompt function instead of awful.completion.bash --

[awesome bugs] #421 - iceweasel is floating on restart

2009-03-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#421 - iceweasel is floating on restart User who did this - James Umbanhowar (jumbanho) -- Oh, I forgot to add that I'm using awesome 3.2 on debian-sid -- More information can be found at

[awesome bugs] #421 - iceweasel is floating on restart

2009-03-18 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task is now closed: FS#421 - iceweasel is floating on restart User who did this - Julien Danjou (jd) Reason for closing: Not a bug Additional comments about closing: There is not fix, the app is maximized, so press Mod4+m. More

Re: File-change notification callback

2009-03-18 Thread Christophe-Marie Duquesne
They were working on pnotify for freebsd, I wonder were they are now. I think it is worth trying to rewrite widgets such that any method could be used, depending on the programs available on your OS. This should be possible : look at gnome and FAM/gamin. There is no reason the awesome hackers are