Re: mouse cursors

2009-04-18 Thread Julien Danjou
At 1240011150 time_t, sergio wrote: Awesome doesn't use cursors selected via /etc/alternatives. (In debian) JD It does not work since XCB does not support xcursor yet. JD You can use xsetroot IIRC to reset your cursor after launching awesome. But in XCB tutorial i see, that it's possible to

Using $HOME or ~ in theme file

2009-04-18 Thread Frank Blendinger
Hi, is there a way to use paths relative to the user's $HOME in a theme file? I tried with $HOME and ~, both did not work. Greetings, Frank -- Frank Blendinger | fb(at)intoxicatedmind.net | GPG: 0x0BF2FE7A Fingerprint: BB64 F2B8 DFD8 BF90 0F2E 892B 72CF 7A41 0BF2 FE7A signature.asc

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Damien Leone
Hi, On 18 Apr - 15:00, Frank Blendinger wrote: Hi, is there a way to use paths relative to the user's $HOME in a theme file? I tried with $HOME and ~, both did not work. Try os.getenv(HOME) .. /path/to/theme Cheers, -- Damien Leone damien.le...@fensalir.fr Web:

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Frank Blendinger
Hi. On Sat 2009-04-18 15:19, Damien Leone damien.le...@fensalir.fr proclaimed: On 18 Apr - 15:00, Frank Blendinger wrote: is there a way to use paths relative to the user's $HOME in a theme file? I tried with $HOME and ~, both did not work. Try os.getenv(HOME) .. /path/to/theme This can

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Damien Leone
Hi, On 18 Apr - 15:32, Frank Blendinger wrote: This can be used in rc.lua, but not in a themes/foo/theme file. The latter is just a simple flat configuration file that gets parsed by beautiful. I guess a patch for beautiful would be needed to get what I want. I just wanted to make sure

[ANNOUNCE] awesome 2.3.6 released

2009-04-18 Thread Julien Danjou
Hi, This is only for the fun and because Nikos has worked hard on making his two patches. ;-) Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // In the Sixth Sense, Bruce Willis is dead. awesome version 2.3.6

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Damien Leone
Damn, I don't get what's wrong with me today, I just read too fast, I didn't see you requested a packaged version. On 18 Apr - 17:36, Damien Leone wrote: Hi, On 18 Apr - 17:17, Frank Blendinger wrote: Too bad I can't build the git version right now, I am missing dependencies: --

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Julien Danjou
At 1240067868 time_t, Frank Blendinger wrote: libxcb-event1-dev: Installed: 0.3.3-2+b1 libxcb-keysyms0-dev: Installed: 0.3.3-2+b1 Does anyone have more current versions packaged, preferably for amd64? Otherwise I'll just wait for newer ones to get into Debian, I don't really like having

Re: Using $HOME or ~ in theme file

2009-04-18 Thread Frank Blendinger
Hi. On Sat 2009-04-18 17:41, Julien Danjou jul...@danjou.info proclaimed: At 1240067868 time_t, Frank Blendinger wrote: libxcb-event1-dev: Installed: 0.3.3-2+b1 libxcb-keysyms0-dev: Installed: 0.3.3-2+b1 Does anyone have more current versions packaged, preferably for amd64?

xcb_get_wm_class_from_reply missing (Was: Re: Using $HOME or ~ in theme file)

2009-04-18 Thread Frank Blendinger
Hi. On Sat 2009-04-18 17:47, Frank Blendinger f...@intoxicatedmind.net proclaimed: On Sat 2009-04-18 17:41, Julien Danjou jul...@danjou.info proclaimed: At 1240067868 time_t, Frank Blendinger wrote: libxcb-event1-dev: Installed: 0.3.3-2+b1 libxcb-keysyms0-dev: Installed: 0.3.3-2+b1

Re: New color management API

2009-04-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julien Danjou wrote: Hi Uli, At 1239996846 time_t, Uli Schlachter wrote: First, thanks for your work. +/** Send a request to initialize a color. + * \param color color_t struct to store color into. + * \param colstr Color specification. +

[PATCH] Fix typo

2009-04-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This was introduced in 21978546ebaa53200540c624e6d277f36edf63eb. Looking at the diff, it seems obvious that this should have been util.table.join instead of the non-existent util.join. This bug was triggered by every notification with an icon.

Re: New color management API

2009-04-18 Thread Julien Danjou
At 1240036228 time_t, Uli Schlachter wrote: Yeah, you miss something ;) You're right I missed something; in fact I though we were going more optimized so if I sum up we had: - xcolor_t: * hexa color: xcb_alloc_color_unchecked() * named color: xcb_alloc_named_color_unchecked() Now we have -

Using rlwrap in awesome-client

2009-04-18 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the old C version of awesome-client used readline which provided nice line editing and history. With the switch to a shell script as awesome-client, this was lost. Julien showed me rlwrap and I made a small patch to make awesome-client use

Re: Using rlwrap in awesome-client

2009-04-18 Thread Julien Danjou
At 1240050938 time_t, Uli Schlachter wrote: Opinions? Is this merge worthy? (Is the color stuff merge worthy? ;) Should it be documented somewhere that awesome-client can take advantage of rlwrap? If yes, where? Merged! Cheers, -- Julien Danjou // ᐰ jul...@danjou.info

Re: [PATCH] beautiful: '~' now refers to user's home directory

2009-04-18 Thread Julien Danjou
At 1240063597 time_t, Damien Leone wrote: My bad... use this one. Pushed. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD // And thinking so much differently. signature.asc Description: Digital signature

Do you really trust him?

2009-04-18 Thread Victor Donovan
Keep a spy eye on your Girlfriend's mobile http://chinamobilesms.com -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

[PATCH] awful.util-table.join-ignore-nil-arguments.patch

2009-04-18 Thread koniu
Once again, the title reveals it all. I thought it doesn't really need to bail out on something that's supposed to return a table but doesnt. koniu -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.