Closing this list.

2015-03-19 Thread Julien Danjou
Hi, Due to the very low traffic this list had in the last months, I'm now closing it in favor of the general list awes...@naquadah.org which ought to be enough. Cheers, -- Julien Danjou # Free Software hacker # http://julien.danjou.info signature.asc Description: PGP signature

No more notifications from FlySpray

2015-03-15 Thread Julien Danjou
Hi there, As I plan the merge of this list with the general awesome user mailing list, I've disabled FlySpray notifications on this list. Happy hacking, -- Julien Danjou /* Free Software hacker http://julien.danjou.info */ signature.asc Description: PGP signature

awesome moving to GitHub

2014-11-24 Thread Julien Danjou
to precise that you can also open pull requests instead of sending patches on the awesome-devel mailing list. Let me know if you have any question and/or suggestions. Happy hacking, -- Julien Danjou ;; Free Software hacker ;; http://julien.danjou.info signature.asc Description: PGP signature

Re: autopkgtest for lua-lgi (and awesome)

2013-09-16 Thread Julien Danjou
mailing list to this purpose. -- Julien Danjou # Free Software hacker # independent consultant # http://julien.danjou.info signature.asc Description: PGP signature

Re: Patches for the 2.3 branch

2013-05-24 Thread Julien Danjou
On Fri, May 24 2013, Gregor Best wrote: Attached is another patch that fully changes the default mwfact from .5 to .618. I seem to have missed quite a few places in the first iteration. Pushed. -- Julien Danjou -- Free Software hacker - freelance consultant -- http://julien.danjou.info

Re: Patches for the 2.3 branch

2013-05-23 Thread Julien Danjou
, it replaces a usage of atoi with strtol and strtok with strsep, which are similar functions that allow more fine grained error detection and (with strsep) are implemented cleaner in most libc implementations. Man, UICB, I forgot about those. Now I feel like 2007 again. Pushed. -- Julien

Re: Patches for the 2.3 branch

2013-05-22 Thread Julien Danjou
, except: Subject: [PATCH 5/6] Replace obsolete XKeycodeToKeysym I wonder if you shouldn't change configure.ac, since I don't think we used to depend on Xkb. -- Julien Danjou /* Free Software hacker * freelance consultant http://julien.danjou.info */ signature.asc Description: PGP signature

Re: PATCH: Fix debug.dump

2012-08-31 Thread Julien Danjou
On Fri, Aug 31 2012, Alexander Yakushev wrote: A little fix, bug was introduced when we all moved away from using modules. Thanks, pushed. -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgp1RlqQA5Mqs.pgp Description: PGP signature

Re: [PATCH] Remove incorrect comment from awesomeConfig.cmake

2012-08-28 Thread Julien Danjou
On Tue, Aug 28 2012, Steven Oliver wrote: The attached patch is pretty vanilla. The comment states that CMake will lie about which version of Lua it found. That is no longer the case. Thanks, applied to master and 3.4 branches. -- Julien Danjou # Free Software hacker freelance # http

Re: Lets get rid of awsetbg?

2012-07-24 Thread Julien Danjou
class and a property of all screens. But actually screens always return the same root so for i from 0 to screen.count() then screen[0].root == screen[i].root. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgpcMQ7Vsb9YS.pgp Description: PGP signature

Re: [PATCH] wallpaper.c: capability from within Awesome

2012-07-24 Thread Julien Danjou
. That's cool, but why didn't you implement this on top of root.wallpaper() function and using XCB? :( -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpi4wcCScZkh.pgp Description: PGP signature

Re: [PATCH] wallpaper.c: capability from within Awesome

2012-07-24 Thread Julien Danjou
. No need to use Imlib2 to draw. -- Julien Danjou /* Free Software hacker freelance http://julien.danjou.info */ pgp1wFuPfA3ro.pgp Description: PGP signature

Re: Lets get rid of awsetbg?

2012-07-23 Thread Julien Danjou
) And just write the C code setting the wallpaper when .background is modified, and returning a new image if something wants to read the background. That should not be hard. -- Julien Danjou -- Free Software hacker freelance -- http://julien.danjou.info pgpu0sSwfjxTS.pgp Description: PGP signature

Re: Lets get rid of awsetbg?

2012-07-23 Thread Julien Danjou
to be actually the case, that's sad, because I think it would makes sense, even for key/button bindings and in our case for getting geometry. WDYT Uli? -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info pgpL6mY1R7boy.pgp Description: PGP signature

[ANNOUNCE] awesome 3.4.13 released

2012-07-15 Thread Julien Danjou
Hey folks, A new awesome arrives! This is mainly to fix a regression introduced while fixing FS#1011 in v3.4.12. Happy hacking, -- Julien Danjou ;; Free Software hacker freelance ;; http://julien.danjou.info awesome version 3.4.13 has been released. It is available from: tar.xz: http

Re: [PATCH] Yet another lua call without prefixed module

2012-06-25 Thread Julien Danjou
On Sun, Jun 24 2012, Arvydas Sidorenko wrote: Pushed. -- Julien pgprIOUssksWo.pgp Description: PGP signature

Re: Lua 5.2 compatibility pull request

2012-06-15 Thread Julien Danjou
On Fri, Jun 15 2012, Arvydas Sidorenko wrote: Here are the changes of lua code to make Awesome compatible with lua 5.1 and 5.2. I've been running it on both lua versions and on default settings haven't noticed any instability. If you are using vicious you probably will notice some funny

Re: Lua 5.2 compatibility pull request

2012-06-15 Thread Julien Danjou
On Fri, Jun 15 2012, Uli Schlachter wrote: So everything but the Ported foo to lua 5.2-commits are OK? Shall we cherry-pick some of them? (Assuming that Arvydas doesn't mind us breaking his git history) That's only leave: Replaced deprecated math.mod to math.fmod Changed unpack in

Re: Lua 5.2 compatibility pull request

2012-06-12 Thread Julien Danjou
On Tue, Jun 12 2012, Arvydas Sidorenko wrote:       Wrapped luaL_register Not merged, as you say in the commit message, there's a TODO point and I'm not sure it works correctly then. That function has three commits which you have recognized. They suppose to be squashed, but I didn't know

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: I ported Awesome to Lua v5.2. The fork is here: https://github.com/Asido/AwesomeWM To please your eyes here: http://img88.imageshack.us/img88/1704/wootk.png Be aware that up to this point the repo hold C code changes only. I haven't pushed Lua

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: Keeping Lua 5.1 compatibility is absolutely crucial since making Awesome v5.2-only would be pointless and harmful. Every single push was tested to make sure nothing got broken. That's really fantastic then, especially if you did several commits

Re: Lua 5.2 port

2012-06-11 Thread Julien Danjou
On Mon, Jun 11 2012, Arvydas Sidorenko wrote: I'll make sure you do :) As a matter of fact the current patches could be merged right now. All changes are pretty much making Lua embedding in compatible way. The change you will notice is that Awesome starts to compiles having Lua 5.2 Then feel

Re: [PATCH] Get mousegrabber running state

2012-06-06 Thread Julien Danjou
On Wed, Jun 06 2012, Sébastien Luttringer wrote: Add a function mousegrabber.isrunning() which return a boolean state of mousegrabber Pushed, thanks! -- Julien pgpPWcgspbixA.pgp Description: PGP signature

Re: [PATCH] Get keygrabber running state

2012-06-06 Thread Julien Danjou
On Wed, Jun 06 2012, Sébastien Luttringer wrote: Add a function keygrabber.isrunning() which return a boolean state of keygrabber Pushed, thanks! -- Julien pgpnjGqN6QOqj.pgp Description: PGP signature

Re: [Patch] Switch from oocairo/oopango to lgi

2012-05-29 Thread Julien Danjou
On Sun, May 27 2012, Uli Schlachter wrote: What do others think about these patches? Any major objections which I will have to ignore when I push? :-P I feel like riding a magical sugar pony. -- Julien pgp5OhnNMzSEV.pgp Description: PGP signature

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, dodo wrote: with the perhaps upcoming port to lua 5.2 i thought it would be helpful for future debugging to see the lua version awesome was build with. It'd be better to say Compiled against Lua %s. -- Julien pgpIVwlv6TgYN.pgp Description: PGP signature

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, Gwenhael Le Moine wrote: What is printed if lua has been upgraded but awesome wasn't recompiled after? The same thing, that's way I wrote Compiled against Lua %s not Running with Lua %s. And is it the role of awesome to give lua's version? I'd say that this doesn't

Re: awesome --version with lua --version

2012-04-23 Thread Julien Danjou
On Mon, Apr 23 2012, dodo wrote: any improvements/critics for the new patch? :) Now you're saying Compiled against but you're showing the version used to run awesome, not to compile. :-) -- Julien pgprvBuBzDsMZ.pgp Description: PGP signature

Re: Spawning processes, handling their output non-blocking and separated by stdout/stderr

2012-04-05 Thread Julien Danjou
On Wed, Apr 04 2012, Uli Schlachter wrote: people occasionally complain about awesome awesome.spawn() (and the wrappers awful.util.spawn() and spawn_with_shell()). They want more control over the argument array that is passed to the new process. They want to handle stdout and stderr

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, Uli Schlachter wrote: Wow. It's been three years and now our overlord jd wants to make people unhappy with their broken configs again. :-) Maybe we could limit that this time? :) AFAIR it was you who taught me that titlebars are our big release blocker. Now that

Re: [PATCH 1/3] Remove encoding=utf-8 from Vim modelines

2012-03-26 Thread Julien Danjou
On Sun, Mar 25 2012, cmt...@gmail.com wrote: Pushed. -- Julien pgpPnsb8sTkO3.pgp Description: PGP signature

Re: awesome 3.5?

2012-03-26 Thread Julien Danjou
On Mon, Mar 26 2012, Uli Schlachter wrote: Now what I did for awesome: I didn't feel like adding a special case for ARGB visual windows, hence I made the WM always use an ARGB visual for its window (and the special case disappeared!). However, now I hit bugs in my video driver where parts of

Re: Shadows below the titlebar

2012-02-28 Thread Julien Danjou
. I'd like to have Uli opinion on that. :) -- Julien Danjou pgpRqrJ16oYFA.pgp Description: PGP signature

Re: Need help submitting menubar

2012-02-20 Thread Julien Danjou
matter as long as the license is GPL compatible. -- Julien Danjou pgpOuozZwzXeC.pgp Description: PGP signature

Re: Ideas for improving awful.remote

2011-12-06 Thread Julien Danjou
to me. That'd be great, and seems like a nice challenge indeed. :) -- Julien Danjou pgpokI6740Fl4.pgp Description: PGP signature

Re: [PATCH] italian translation

2011-12-01 Thread Julien Danjou
On Thu, Dec 01 2011, Gianluca Fiore wrote: I noticed the manpages lacked the italian translation so I added one. Please review, thanks. Pushed. Grazie mille. -- Julien Danjou pgpEWpJKnIx4R.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.11 released

2011-11-23 Thread Julien Danjou
On Wed, Nov 23 2011, Adrian C. wrote: What happens if you don't require naughty. Is it gracefully handled? It's in the default rc.lua, so if you don't require naughty, you are supposed to delete that code too. -- Julien Danjou pgpG3gZ1mop80.pgp Description: PGP signature

Obvious and ALSA

2011-10-21 Thread Julien Danjou
environment variable. WDYT? -- Julien Danjou pgpTkU4e6fqu6.pgp Description: PGP signature

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 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: Different behavior of lua_setmetatable with luajit

2011-10-10 Thread Julien Danjou
types. :) My current plan would be to turn this into a real userdata which just contains a pointer to the screen_t* and add an __eq entry to the metatable so that comparing screens still works. That's the best plan. :) -- Julien Danjou pgpniWsemanj3.pgp Description: PGP signature

Re: [awesome bugs] #905 - urxvt in 32-bit color depth doesn't have active window border.

2011-05-18 Thread Julien Danjou
On Wed, May 18 2011, Uli Schlachter wrote: So finally you admit it? How come? It was a trap, wasn't it? -- Julien Danjou ❱ http://julien.danjou.info pgp3ayOdQ6NwE.pgp Description: PGP signature

Re: [ANNOUNCE] awesome 3.4.10 released

2011-05-16 Thread Julien Danjou
On Mon, May 16 2011, Uli Schlachter wrote: I want to change everyone who send a patch and contributed his little improvement. But change into what? -- Julien Danjou ❱ http://julien.danjou.info pgpDXHE4x13XP.pgp Description: PGP signature

Re: Next awesome release

2011-05-11 Thread Julien Danjou
should be fixes first? Any last-minute patches that should get in? Does a next-weekend-release sound reasonable? Sounds good to me. I'm planning it for around this week end if that's ok for everybody. -- Julien Danjou ❱ http://julien.danjou.info pgpbBhtkFkGX3.pgp Description: PGP signature

Re: one line patch for default make target and prefix + naughty.notify work

2011-01-27 Thread Julien Danjou
On Thu, Jan 27 2011, James Pike wrote: Simple patch.. lets you do.. Did you forget the patch? -- Julien Danjou ❱ http://julien.danjou.info pgpYWD1lcERvf.pgp Description: PGP signature

Re: Awesome - Czech localization

2011-01-02 Thread Julien Danjou
relevant. -- Julien Danjou ❱ http://julien.danjou.info pgpG2qk2NkUbK.pgp Description: PGP signature

Re: The joy of titlebars in git/master

2010-12-20 Thread Julien Danjou
think so. And ultimately, tags should be full-Lua implemented. But that's out of the current proposal I think. -- Julien Danjou ❱ http://julien.danjou.info pgp0TR43Q3ozg.pgp Description: PGP signature

Re: The joy of titlebars in git/master

2010-12-19 Thread Julien Danjou
|| | | || || || || | | |+--+| |+--+| | | ++ ++ | +-+ Which could be used to embed 2 windows in a container, for whatever reasons (tabs with 2 clients visible, a special grouping usage, whatever). -- Julien Danjou

Re: idea about making awesome-client more flexible

2010-12-16 Thread Julien Danjou
On Thu, Dec 16 2010, Julien Danjou wrote: What's limited is how we use dbus-send in awesome-client. Because awesome-client is more a CLI than a `cat. But that's just a shell script limitation, not a awesome nor D-Bus one. Just send your code as a one big string and it will work. Someone

Re: [3.4-git] XRandr + multiple screen + multiple virtscreens

2010-12-02 Thread Julien Danjou
… particular. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpPKAifODIA9.pgp Description: PGP signature

Re: [Patch] naughty: localize obj

2010-09-19 Thread Julien Danjou
On Sun, Sep 19 2010, Gregor Best wrote: the attached patch fixes a minor problem in naughty. A variable was not instantiated locally in naughty.notify() which caused strict.lua to cramp up once again :) Thanks Gregor, pushed. -- Julien Danjou // ᐰ jul...@danjou.info http

Re: [RFC Patch] Track the number of objects alive

2010-09-17 Thread Julien Danjou
}, +{ class_stats, luaA_class_stats }, There's only that part i don't like. I think you should a stats() function as a class method rather than here. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpRLWEEE9bW9.pgp Description: PGP signature

Re: [RFC Patch] Track the number of objects alive

2010-09-17 Thread Julien Danjou
On Fri, Sep 17 2010, Uli Schlachter wrote: New patch attached. If you are OK with this, I will add the missing luadoc before merging this. Perfect, go ahead. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpkSo9zMtPcL.pgp Description: PGP signature

Re: A story about fancy cairo patterns

2010-09-15 Thread Julien Danjou
=fc8bb3fcfc41334c7398e94a0814d32cf63103c8;hb=oocairo It did hurt. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpDGezSvVClE.pgp Description: PGP signature

Re: A story about fancy cairo patterns

2010-09-15 Thread Julien Danjou
think the language is hurting. But I may be doing too much Elisp this days. :-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpr5OoChiTtE.pgp Description: PGP signature

Re: Paste selection at the cursor position in prompt

2010-08-31 Thread Julien Danjou
I'm not quite sure the patch is ready for inclusion so I'll just post it here for now. Patch merged in 3.4 and master. Thanks! -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpC0CPukiIep.pgp Description: PGP signature

Re: Removing our gperf usage

2010-08-30 Thread Julien Danjou
)) PROPERTY_IS(name) printf(This is a name); PROPERTY_IS(role) printf(This is the role); PROPERTY_END; } do we really need gperf? Probably not. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgp9TXJgJn5fb.pgp Description: PGP signature

Re: [RFC] Bringing the ugly to awesome (new widget system)

2010-08-29 Thread Julien Danjou
¢, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpKsSlxRPjYc.pgp Description: PGP signature

Re: [RFC] Bringing the ugly to awesome (new widget system)

2010-08-29 Thread Julien Danjou
, we'll find something else. Another idea, I propose `scribox', based on words `scribble' or `scribe', as you want, to use as a new name for C-side-wiboxes. :) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpRuCT2opHnu.pgp Description: PGP signature

Re: [RFC] Bringing the ugly to awesome (new widget system)

2010-08-28 Thread Julien Danjou
the color and returns the apropriate values. This seems rather pointless and so named colors will be removed instead. Fair enough. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpGusoCF6PvO.pgp Description: PGP signature

Re: [RFC] Bringing the ugly to awesome (new widget system)

2010-08-28 Thread Julien Danjou
function? :-) I just remembered another downside: Shape support is gone. I haven't seen anyone using it and just removing it was easier than porting it. No idea how hard it would be to port. cairo does provide image surfaces with 1bpp... I won't cry over it. -- Julien Danjou // ᐰ jul

Re: [RFC] Bringing the ugly to awesome (new widget system)

2010-08-28 Thread Julien Danjou
. :-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpgaQVpsuwuV.pgp Description: PGP signature

[ANNOUNCE] awesome 3.4.7 released

2010-08-25 Thread Julien Danjou
Hi folks, awesome 3.4.7 has been released! This version has a ton of bug fixes and little invisible enhancements. Reading the change log below, I want to thank Uli for his amazing work once again. Happy hacking, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info awesome

Re: RFC: Drop support for zaphod mode

2010-08-18 Thread Julien Danjou
On Wed, Aug 18 2010, James Pearson wrote: I use two separate X sessions. If that is not zaphod mode, disregard the rest of this message. If you mean 2 X servers, this is not Zaphod mode indeed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info -- To unsubscribe, send

Re: Patch: fix some deprecated XCB atoms

2010-08-09 Thread Julien Danjou
=xcbproto_version xcb 1.6 Will return the version of xcb-proto used to build your libxcb. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info -- To unsubscribe, send mail to awesome-devel-unsubscr

Re: Removing Imlib2

2010-08-08 Thread Julien Danjou
however. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgp7grzEQJBSG.pgp Description: PGP signature

Re: [Patch] Turn awesome into a reparenting WM

2010-08-08 Thread Julien Danjou
On Tue, Aug 03 2010, Uli Schlachter wrote: All issues should be solved and I've been using this code for a couple of days already. The only thing left on my todo list is wait for JD's ACK. So feel (again) free to give these some testing to find any remaining bugs. Acked-by: Julien Danjou jul

Re: [Patch] Only use Xrandr if it makes sense

2010-07-21 Thread Julien Danjou
On Wed, Jul 21 2010, Uli Schlachter wrote: CC'ing JD since I want his ACK on this. I won't push this if he doesn't approve it. Of course, everyone else is welcome to post comments as well. X-Acked-by: Julien Danjou jul...@danjou.info -- Julien Danjou // ᐰ jul...@danjou.info http

Re: [patch] textbox/naughy: behave nicer when incorrect markup is received

2010-07-16 Thread Julien Danjou
On Fri, Jul 16 2010, Uli Schlachter wrote: (Also, according to the docs, print(textbox.text) will return the text with all attributes stripped. Does this qualify as a bug?) Yes. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpSoWYhwKpl6.pgp Description: PGP

Re: [patch] textbox/naughy: behave nicer when incorrect markup is received

2010-07-16 Thread Julien Danjou
On Fri, Jul 16 2010, Uli Schlachter wrote: I don't really like this approach, but I guess it works... Neither do I. I think we should raise a Lua error if `textbox.text = foo' cannot be parsed by Pango. Looks possible, doesn't it? -- Julien Danjou // ᐰ jul...@danjou.info http

[ANNOUNCE] awesome 3.4.6 released

2010-07-14 Thread Julien Danjou
. I hope this will improve the development process in the future. Happy hacking, as usual, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info awesome version 3.4.6 has been released. It is available from: tar.xz: http://awesome.naquadah.org/download/awesome-3.4.6.tar.xz md5

Re: [ANNOUNCE] awesome 3.4.6 released

2010-07-14 Thread Julien Danjou
On Wed, Jul 14 2010, SammyF wrote: Just to be sure : should this update cope with (most?) 3.4's rc.lua configs? Yes, as usual with micro releases. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgp2pRcCMmA9Q.pgp Description: PGP signature

Re: Dynamic tagging for awful

2010-07-12 Thread Julien Danjou
the upstream source directly. It seems we lost track of this set of patches. Perry, would you be kind enough and resent a whole set of patches that me or Uli can review and merge? My apologies. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpWSQBwQ9eea.pgp Description: PGP

Re: Questions on the tasklist

2010-06-24 Thread Julien Danjou
property::filtered 0 So you at least insert a new signal which nobody uses. ;) Note that I'm not finger pointing, I don't care, I should have proofread that better anyhow. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpqQozL4wTq3.pgp Description: PGP signature

Re: Questions on the tasklist

2010-06-22 Thread Julien Danjou
widget layouts Signed-off-by: Lukas Hrazky lukk...@email.cz Signed-off-by: Julien Danjou jul...@danjou.info There's 99,53% of chance that I did not proofread it correctly, considering the patch hugeness and the commit date. So you might do what you need to do on that. -- Julien Danjou

Re: Scalable icons support

2010-06-19 Thread Julien Danjou
On Sat, Jun 19 2010, Sergey Mironov wrote: Hi! What is the status of *svg scalable images support? We use Imlib2 to handle images. If Imlib2 does not support SVG (which seems likely), well, no luck for now. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info

Re: How to ban windows?

2010-06-16 Thread Julien Danjou
#636 Add reparenting support between wibox and clients? Could this be used as a fix? It could be, but that'd be Lua side, something you don't want here. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpqWhi5lJGpV.pgp Description: PGP signature

Re: How to ban windows?

2010-06-16 Thread Julien Danjou
fixed the eggtray usage in various software. Fix what is broken, not what is not. :-) -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpi8MvtpltJ4.pgp Description: PGP signature

Re: [Patch] Better _NET_WM_DESKTOP handling

2010-06-14 Thread Julien Danjou
argument which means the client will get tagged. :) All in. Thanks Uli. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpbYZ7I4Rlmt.pgp Description: PGP signature

Re: [Patch] Update the tasklist when a client's icon changes

2010-06-14 Thread Julien Danjou
On Mon, Jun 14 2010, Uli Schlachter wrote: @jd: Did you miss my mail [Patch] Better _NET_WM_DESKTOP handling from yesterday? I did. Pushed, thanks. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpyAqjrH9wfj.pgp Description: PGP signature

Re: Strange behavior with twinview dual monitor setup

2010-06-10 Thread Julien Danjou
made that possible by setting some value read-write and emit some signals to say screen changes. That'd even be a first step toward proper xrandr changes support. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpTgdvJi326x.pgp Description: PGP signature

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Julien Danjou
. They does not support xrandr correctly. You lose. Sorry for that. :-( -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpRPiQLVNIiR.pgp Description: PGP signature

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Julien Danjou
On Wed, Jun 09 2010, Uli Schlachter wrote: How bad would it be to add a flag which disables Xrandr/Xinerama?... How bad would it be to fix what's really wrong? Really really just thinking out loud too. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpUomW9NTeCE.pgp

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Julien Danjou
On Wed, Jun 09 2010, Uli Schlachter wrote: Can't we just merge the patch named very bad hack that was just posted? *hide* I'm gonna pretend I did not read your email and put back my chainsaw. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpRGo2hA1E7F.pgp

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Julien Danjou
a patched awesome source tree. Now I'm gonna pretend you did not see the patch that has been proposed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpfrXtHosBjQ.pgp Description: PGP signature

Re: Strange behavior with twinview dual monitor setup

2010-06-09 Thread Julien Danjou
uses screen informations that way. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpfpcaQEFJJh.pgp Description: PGP signature

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

2010-06-08 Thread Julien Danjou
awesome-extra depends on no packages. Versions of packages awesome-extra recommends: ii awesome 3.4.5-1highly configurable, next generati awesome-extra suggests no packages. -- no debconf information ---End Message--- -- Julien Danjou // ᐰ jul...@danjou.info http

Re: [PATCH] tag.lua: check name argument to add() is valid

2010-06-01 Thread Julien Danjou
On Tue, Jun 01 2010, Perry Hargrave wrote: Pushed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpgr5GUeq8mK.pgp Description: PGP signature

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-30 Thread Julien Danjou
make sure only one systray widget can be attached to any *physical* screen. And this makes me wonder if we shouldn't fix FS#556 (Create a new physical_screen_t structure)... Long road. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgplRrUuw7JDu.pgp Description: PGP

Re: [Patch] Fix an attempted to concatenate nil value with the tasklist

2010-05-30 Thread Julien Danjou
On Sun, May 30 2010, Uli Schlachter wrote: See attached patch. Pushed. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpmDaNH3kSUX.pgp Description: PGP signature

Re: [PATCH 5/5] tag.lua: move_screen() moves tag to another screen

2010-05-29 Thread Julien Danjou
, but tag_client() doesn't seem to protect against that case either. Am I missing something important here? :/ You're probably right, and it's probably a bug. We easily missed so far because the standard config and usage does not involve tag.screen changes, after all. -- Julien Danjou // ᐰ jul

Re: [PATCH 1/5] tag.lua: add() create tags with full table of properties

2010-05-29 Thread Julien Danjou
} +newtag.screen = properties.screen or capi.mouse.screen + +if newtag ~= nil then […] How can newtag be nil ? If it is ever nil, the line above setting the screen will fail horribly. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpD28sAB9NER.pgp Description: PGP

Re: [PATCH 3/5] tag.lua: move() re-index tags

2010-05-29 Thread Julien Danjou
On Sat, May 29 2010, Perry Hargrave wrote: tag.move(i, t): move tag 't', or tag.selected(), to index 'i' in the current screen's tags table. Pushed in 3.4 and master. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpjkd7otcVtK.pgp Description: PGP signature

Re: [PATCH 4/5] tag.lua: getidx() returns index of tag

2010-05-29 Thread Julien Danjou
On Sat, May 29 2010, Perry Hargrave wrote: tag.getidx(t): Return the index of 't' in the screen[]:tags() table. Return 'nil' if 't' is not found. Pushed in 3.4 and master. Cheers, -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpR9lG4sekpC.pgp Description

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-25 Thread Julien Danjou
like a couple of OK it works from some people who tested it. Guys? -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpJQNSRUgjyB.pgp Description: PGP signature

[PATCH] Store widgets references as wibox items

2010-05-25 Thread Julien Danjou
This will store the widgets references that the wibox have inside their environment table, and not in the global registry, avoiding memory leaks. This should fix FS#771. Signed-off-by: Julien Danjou jul...@danjou.info --- event.c | 70

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-21 Thread Julien Danjou
plan to make an extra patch to unregister the systray when the widget disappear ? -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpWqPr3MA2DI.pgp Description: PGP signature

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-21 Thread Julien Danjou
what is the best place to unregister systray. The more you split your work, the happier I am. What call systray widget destructor? luaA_widget_gc, which call the widget destructor. Note that you will have to count the systray widgets. -- Julien Danjou // ᐰ jul...@danjou.info http

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-21 Thread Julien Danjou
not valid in theory. -- Julien Danjou // ᐰ jul...@danjou.info http://julien.danjou.info pgpJj1Ikh79EQ.pgp Description: PGP signature

Re: Fwd: FS#503 - awesome steals gnome systray even when its systray is disabled

2010-05-20 Thread Julien Danjou
://gist.github.com/406858, it is against 3.4.5 Have awesome an official clone at github/gitorious from where I can fork / send pull requests? No there's no clone at gitwhatever, only on git.naquadah.oth. But you can use git request-pull or send-email, and send it to awesome-devel. Cheers, -- Julien Danjou

  1   2   3   4   5   6   7   8   >