[ANNOUNCE] awesome 3.5.6 released

2015-01-10 Thread Uli Schlachter
- --- 7 shortlog - Uli Schlachter (14): Call AllowEvents after grabbed events on a drawin wbox: Make :find_widgets() easily accessible systray: Only intern the atom once systray: Only register/unregister when needed awful.widget.button: Override

Re: Problems using coroutines with timer

2014-12-06 Thread Uli Schlachter
Am 01.10.2014 um 14:40 schrieb Rob Hoelz: Hello Awesome developers, Hi Rob, I've encountered an interesting behavior in Awesome while playing with coroutines and timers (in an effort to develop a framework where one can write synchronous-looking code that runs in an asynchronous fashion).

Re: Documentation overhaul

2014-05-21 Thread Uli Schlachter
Hi Ignas, sorry for not replying earlier, but I don't have much time. So what follows is just from a really quick look. On 19.05.2014 14:29, Ignas Anikevicius wrote: Hello everybody, I am playing with LDoc at the moment to convert Awesome docs to use markdown instead plain text/HTML

[ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
- Uli Schlachter (7): imagebox: Don't try to scale by infinite (FS#1248) gears.color: Handle nil arguments correctly again naughty: Don't use the cache when loading icons (FS#1253) gears.surface: Handle the cache more intelligently awful.tag.move: Fix tag index

Re: [ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
On 11.04.2014 11:30, Gregor Best wrote: On Fri, Apr 11, 2014 at 11:20:07AM +0200, Uli Schlachter wrote: [...] could you please stop reporting bugs *after* a new release? [...] What about making a small announcement something like a week or two before actually releasing? Could

Re: [ANNOUNCE] awesome 3.5.5 relased

2014-04-11 Thread Uli Schlachter
list or submitting pull requests on github. H Uli On 04/11/2014 05:20 AM, Uli Schlachter wrote: Guys, could you please stop reporting bugs *after* a new release? Uli -- Are you preparing for another war, Plutarch? I ask. Oh, not now. Now we're in that sweet period where everyone

Re: [PATCH] Reverse icon order

2014-04-06 Thread Uli Schlachter
On 02.04.2014 15:38, Tin Benjamin Matuka wrote: Hello list, I finally created a patch for something that's been bugging me for a very long time: reversing the order of icons in the systray. Default behaviour stays the same as before, only now you have an option to reverse the order. Easiest

[ANNOUNCE] awesome 3.5.4 relased

2014-04-02 Thread Uli Schlachter
- Uli Schlachter (8): gears.surface: Cache files from disk gears.color: Add a pattern cache awful.tooltip: Small reorganization awful.tooltip: Add (and use) :set_markup() function systray: Don't set WM_STATE on embedded windows (FS#1246) Revert root: Make sure

Re: [PATCH] Reverse icon order

2014-04-02 Thread Uli Schlachter
On 02.04.2014 15:38, Tin Benjamin Matuka wrote: Hello list, I finally created a patch for something that's been bugging me for a very long time: reversing the order of icons in the systray. Default behaviour stays the same as before, only now you have an option to reverse the order. Easiest way

[ANNOUNCE] awesome 3.5.3 released

2014-03-29 Thread Uli Schlachter
shortlog - Uli Schlachter (71): luadoc: Document screen outputs Print libxcb error codes for broken connections tasklist: Add default colors for broken themes Really ignore loops in transient_for (FS#1124) awful.tag.delete: Deactivate tags awful.menu

Re: Error while drawing widget: /usr/local/share/awesome/lib/wibox/layout/base.lua:39: table index is NaN

2014-03-23 Thread Uli Schlachter
Hi, either of the following commits should fix this. The first one fixes the code that produced this NaN, the second one makes sure that we (hopefully) handle NaNs correctly: http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=0ac80ddf30cf5fdee294df18e69fb632befc47d5

Re: [PATCH] Prefixes in tasklist and titlebars

2014-03-13 Thread Uli Schlachter
Hi again, On 04.02.2014 17:22, Wojciech Zygmunt Porczyk wrote: On Tue, Feb 04, 2014 at 10:57:03AM +0100, Uli Schlachter wrote: On 04.02.2014 10:52, Uli Schlachter wrote: On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-03-13 Thread Uli Schlachter
Hi again, On 05.01.2014 00:56, John Kha wrote: On Fri, Jan 3, 2014 at 10:52 AM, Uli Schlachter psyc...@znc.in wrote: [...] I added another patch (0004) that kind of explains the code in comments (not for committing, just for looking at). Also, clearer screenshot. Sorry, that patch is still

Re: [PATCH] prompt.lua added possibility to delete history entries

2014-03-12 Thread Uli Schlachter
Hi, On 09.03.2014 15:53, Massimiliano Brocchini wrote: [...] Anyway, git doesn't like your patch. I end up with this commit message, could you... dunno, send me the file differently? I'm sending the patch again, please let me know if this doesn't work, I'll try with here document. This

Re: [PATCH] prompt.lua added possibility to delete history entries

2014-03-06 Thread Uli Schlachter
Hi, On 02.03.2014 18:32, Massimiliano Brocchini wrote: i like to keep only correct command in my history entries and I didn't want to edit cache files anymore. Attached patch adds CTRL+DELETE shortcut to prompt.lua to delete visible command from history. I almost like the patch (except for

Re: [PATCH] prompt.lua search in history minor fixes

2014-02-22 Thread Uli Schlachter
Hi, On 22.02.2014 13:03, Massimiliano Brocchini wrote: please find attached two patches to prompt.lua to make search in history (CTRL+R/S or CTRL+UP/DOWN) more consistent / predictable: - the first one changes the search_term definition, when dealing with CRTL+UP/DOWN, to be always a

Re: [PATCH] Prefixes in tasklist and titlebars

2014-02-04 Thread Uli Schlachter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible to prepend some arbitrary string to client's name in taskbar and titlebar, for example to specify c.machine or c.class for

Re: [PATCH] Prefixes in tasklist and titlebars

2014-02-04 Thread Uli Schlachter
Hi, On 04.02.2014 10:52, Uli Schlachter wrote: On 03.02.2014 23:32, Wojciech Zygmunt Porczyk wrote: Would you like to apply this (attached) patch? It makes possible to prepend some arbitrary string to client's name in taskbar and titlebar, for example to specify c.machine or c.class

Re: [PATCH] layouts: spiral: Avoid gaps between windows

2014-01-23 Thread Uli Schlachter
On 20.01.2014 22:32, Fabienne Ducroquet wrote: Le lundi 20 janvier 2014, Uli Schlachter a écrit : Hi, Ah, ok. So the k n was replaced with k ~= n which should do the same thing. I’m not sure why I changed that but it should do the same thing. Also, this now also changes wa.width

Re: [PATCH] layouts: spiral: Avoid gaps between windows

2014-01-20 Thread Uli Schlachter
Hi, On 18.01.2014 16:12, Fabienne Ducroquet wrote: When an area is split in two, for example horizontally, one of the windows should have height math.floor(previous height / 2) and the other math.ceil(previous height / 2), to be certain that no gaps are left between the windows. For

Re: [awesome bugs] #1200 - Cannot change menu.clients width through rc.lua

2014-01-20 Thread Uli Schlachter
On 13.01.2014 14:55, Rocco Aliberti wrote: Removed useless line in awful.menu.clients : local args = args or args1 as requested on irc channel. Thanks! Merged as commit 64dc578efce8e35beb7e74aed0184f5302a0dc80. Uli -- Because I'm in pain, he says. That's the only way I get your

Re: margin layout, add color parameter and draw a colored border

2014-01-20 Thread Uli Schlachter
From 6e061a9a5f37fed5358c5d8179a57fb54b309032 Mon Sep 17 00:00:00 2001 From: Rocco Aliberti ralibert...@gmail.com Date: Wed, 15 Jan 2014 23:47:50 +0100 Subject: [PATCH] wibox.layout.margin: Add margins color parameter Now the margin layout can color the margins, drawing a bordered widget.

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-01-05 Thread Uli Schlachter
Hi, On 05.01.2014 00:56, John Kha wrote: On Fri, Jan 3, 2014 at 10:52 AM, Uli Schlachter psyc...@znc.in wrote: On 02.01.2014 09:25, John Kha wrote: Start awesome with the default config and open any client. The tasklist entry for this client will only be as wide as the name of the client

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2014-01-03 Thread Uli Schlachter
Hi, On 02.01.2014 09:25, John Kha wrote: Start awesome with the default config and open any client. The tasklist entry for this client will only be as wide as the name of the client. It will not cover all of the align layout's middle space. This is because awful.widget.tasklist uses a flex

Re: Fwd: [PATCH] Fixed an issue with wibox-layout-align

2013-12-29 Thread Uli Schlachter
: the sum of the fit function results from its sub widgets in its direction and the largest result in the other direction. The flex layout will still take into account max_widget_size. [Uli: Minor cosmetic changes] Signed-off-by: Uli Schlachter psyc...@znc.in --- lib/wibox/layout/align.lua.in | 18

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-28 Thread Uli Schlachter
Hi, On 28.12.2013 11:40, John Kha wrote: On further investigation flex does exactly what it should. Why? After thinking about this for 0.5 seconds, I don't see much of a difference to align. [...] +total_size += self.dir == y and h or w Caught you cheating: $ lua5.1 -e 'a = 0 ; a

Re: [PATCH] Fixed an issue with wibox-layout-align

2013-12-26 Thread Uli Schlachter
Hi, On 26.12.2013 03:51, John Kha wrote: This fixes an issue I had trying to nest a horizontal align widget inside a vertical flex widget. The align widget was pushing the flex widget to take up all the available space inside of another horizontal align widget in which it was nested. The

Re: Setting custom X properties for clients to preserve tags between awesome restarts

2013-12-05 Thread Uli Schlachter
Hi, On 03.12.2013 11:06, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-03 08:54:22) On 02.12.2013 23:39, Stanislav Ochotnicky wrote: Quoting Uli Schlachter (2013-12-02 22:57:58) [...] I hope this clears up the current state. Feel free to come up with suggestions on how

Re: [Patch] Allow a different colour for empty tags in taglist

2013-12-02 Thread Uli Schlachter
On 01.12.2013 23:11, Jan Larres wrote: On 30/11/13 18:40, Jan Larres wrote: Okay so apparently slrn can't attach things. I'll send it on Monday. Here is the real patch now. Thanks, merged. -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts

Re: [Patch] Allow a different colour for empty tags in taglist

2013-11-29 Thread Uli Schlachter
Hi, On 28.11.2013 05:17, Jan Larres wrote: I like to display the empty tags in my taglist in a greyish colour to make them a bit less prominent. There was no way to specify the colour for empty tags, so I made this simple patch that adds a new setting [bg|fg]_empty for that purpose. Could

Re: What's the issue with lgi.Gtk?

2013-11-23 Thread Uli Schlachter
Hi On 23.11.2013 20:56, Carlos Morata Castillo wrote: [...] And my system is flooded with errors messages. If I don't include lgi.Gtk everything's ok. [...] Sorry, but I don't think that this will work. You would have the window manager and a normal application running in the same process.

Re: [awesome bugs] #1190 - how make naughty worked better

2013-10-25 Thread Uli Schlachter
Hi, On 25.10.2013 23:07, Rena wrote: On Fri, Oct 25, 2013 at 8:21 AM, awesome jul...@danjou.info wrote: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#1190 - how make naughty worked better User who did this - wxg (wxg4net) -- oh my

Re: autopkgtest for lua-lgi (and awesome)

2013-09-16 Thread Uli Schlachter
Hi everyone, On 16.09.2013 11:12, Julien Danjou wrote: On Mon, Sep 16 2013, Enrico Tassi wrote: Ciao, I'm adding to lua-lgi some tests to be run by autopkgtest. Given that awesome uses lua-lgi, It would be nice to make lua-lgi run some awesome reletaed tests if any. In this way an upload of

Re: autopkgtest for lua-lgi (and awesome)

2013-09-16 Thread Uli Schlachter
Hi, On 16.09.2013 14:18, Enrico Tassi wrote: On Mon, Sep 16, 2013 at 11:33:11AM +0200, Uli Schlachter wrote: [...] All I know about autopkgtest is that it exists. How exactly would this kind of test need to work for it? A shell script which returns 0 on success or something like

Re: autopkgtest for lua-lgi (and awesome)

2013-09-16 Thread Uli Schlachter
On 16.09.2013 15:40, Enrico Tassi wrote: On Mon, Sep 16, 2013 at 02:58:06PM +0200, Uli Schlachter wrote: This is for awesome 3.5. Awesome 3.4 needs t:add_signal() instead of t:connect_signal() in the generated config. I need 1 more bit, since Debian has 3.4 right now (and may switch to 3.5

Re: Fwd: Focusing clients when using two screens

2013-08-14 Thread Uli Schlachter
Hi, On 13.08.2013 12:24, rumpe...@web.de wrote: [...] For example I'm working on screen 1 on tag 1. Screen 2 shows tag 2. Now, I'm switching to tag 3 (Mod4+3) on screen 2. Tag 3 is showed and the first client gets the focus. But, the mouse pointer keeps on screen 1. How are you switching tags

Re: [PATCH] Append $DISPLAY to the D-Bus bus name used by awesome

2013-07-04 Thread Uli Schlachter
Hi, On 03.07.2013 16:16, Jean-Sébastien Pédron wrote: This allows one to run multiple awesome instances on the same machine and still be able to target one specific instance using awesome-client(1). Because some characters are forbidden in a bus name, characters not matching [A-Za-z0-9_-]

Re: [PATCH]: 0001-Speed-up-the-RGBA-BGRA-conversion.patch

2013-03-17 Thread Uli Schlachter
On 17.03.2013 16:55, Majic wrote: I have no shortage for typos . Attached... On Sun, Mar 17, 2013 at 1:19 PM, Majic majic@gmail.com wrote: And one more time. . (final time) Forgot to put sbyte in there (and remove sdump). Attached... On Sun, Mar 17, 2013 at 1:16 PM, Majic

Re: [PATCH] awful.tag: add index property for custom tag order

2013-03-13 Thread Uli Schlachter
On 03.01.2013 09:45, Maxim Andreev wrote: Fix for FS#1073 - awful.tag.move() do not works Thanks to Jörg Thalheim for repackage patch with git format-pach against awesome-git Applied your version. Thanks! -- Do you know that books smell like nutmeg or some spice from a foreign land?

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-03-13 Thread Uli Schlachter
Evening, On 10.01.2013 17:28, lukash wrote: On Thu, 10 Jan 2013 16:59:16 +0100 Uli Schlachter psyc...@znc.in wrote: [...] Another ARGH: This breaks client moving via clicking on its titlebar. This is implemented via :buttons() on the client title widget. Of course, since this widget

Re: Make \ work with awful.util.spawn_with_shell

2013-03-10 Thread Uli Schlachter
Hi and once again sorry for the slow reply, On 12.01.2013 11:30, Ignas Anikevičius wrote: function util.spawn_with_shell(cmd, screen) if cmd and cmd ~= then +-- The cmd needs special treatment of quotes +cmd = cmd:gsub('', '\\') cmd = util.shell .. -c \ ..

Re: Marking clients

2013-03-10 Thread Uli Schlachter
On 19.01.2013 14:36, Ignas Anikevičius wrote: On 18/01/13 03:47:55 +0100, Adrian C. wrote: On Wed, 16 Jan 2013, Marco wrote: the man page states: Mod4 + Shift + F1-9 Tag marked clients with tag. Does the awesome 3.5 man page say that? It shouldn't say that in version 3.5. I

Re: [PATCH] wibox.layout.constraint: fix the min and max strategies

2013-03-10 Thread Uli Schlachter
On 19.01.2013 15:59, Lukáš Hrázký wrote: Fixes mixed up min/max strategies and other bugs in min and max. Also removes enforcing the size in draw, adhering more to awesome's layout concept. [...] Thanks, applied. -- Every once in a while, declare peace. It confuses the hell out of your

Re: [PATCH] more layout patches

2013-02-20 Thread Uli Schlachter
Hi, On 20.01.2013 15:00, Lukáš Hrázký wrote: I'm sending the amended patches. both merged, thanks. Cheers, Uli -- Every once in a while, declare peace. It confuses the hell out of your enemies - 79th Rule of Acquisition -- To unsubscribe, send mail to

[ANNOUNCE] awesome 3.4.15 released

2013-02-11 Thread Uli Schlachter
-3.4.15.tar.bz2 md5: 63bbc25691254d04b96c00ba46b9ae59 sha1: d282080bde91dabbece211608c390d5ae826bc2f number of changes - - 2 number of commiters - --- 1 shortlog - Uli Schlachter (2): Fix keyboard layouts change codename diffstat

Re: Wine woes and hacky solution

2013-01-20 Thread Uli Schlachter
Hi, On 20.01.2013 02:08, Nikos Ntarmos wrote: Still using the 3.4 branch here and I'm bumping on the well-known issue with clients refusing focus through WM_HINTS and relying on WM_TAKE_FOCUS instead (e.g., several Wine applications). I've been running with the attached diff for some time and

Re: [RFC] Remove the focusin xcb handler.

2013-01-20 Thread Uli Schlachter
Hi, welcome to the local X11 self-help group. Please grab a seat and have a cookie. On 20.01.2013 15:50, Stefan Haller wrote: [...] It seems to me, that awesome is handling all the focus itself but then there is the focusin-event listener. Probably awesome is switching the focus very fast

Re: Wine woes and hacky solution

2013-01-20 Thread Uli Schlachter
On 20.01.2013 18:43, Nikos Ntarmos wrote: On Sun, Jan 20, 2013 at 10:16:15AM +0100, Uli Schlachter wrote: Hi, On 20.01.2013 02:08, Nikos Ntarmos wrote: Still using the 3.4 branch here and I'm bumping on the well-known issue with clients refusing focus through WM_HINTS and relying

Re: Systray issue and minor Menubar fix

2013-01-11 Thread Uli Schlachter
On 11.01.2013 12:12, Ignas Anikevičius wrote: Hello, On 10/01/13 04:46:50 +0100, Uli Schlachter wrote: On 10.01.2013 01:32, Ignas Anikevičius wrote: One is about the issue of systray making awesome crash if user's rc.lua is invalid. This was brought up by Manuel Kasser. I commented

Re: [PATCH] Put a line in the default theme.lua about bg|fg_occupied

2013-01-10 Thread Uli Schlachter
On 02.01.2013 22:21, Arthur Carcano wrote: It just add a little commentary in the default theme.lua to raise awareness about this functionnality Hm. Or even Hmmm. This is nothing new, I bet this already existed in 3.4. What is really needed would be an up-to-date (automatically generated?) list

Re: [PATCH 2/2] drop a line about bg|fg_occupied in the default theme.lua

2013-01-10 Thread Uli Schlachter
On 05.01.2013 04:12, Arthur Carcano wrote: Signed-off-by: Arthur Carcano arthur.carc...@orange.fr --- themes/default/theme.lua.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/default/theme.lua.in b/themes/default/theme.lua.in index 1aec298..76682ff 100644 ---

Re: [PATCH 1/2] bg_occupied was buggy as it would overwrite the normal setting for focused tag.

2013-01-10 Thread Uli Schlachter
On 05.01.2013 04:12, Arthur Carcano wrote: I forgot to sign-off the previous messages :/ Signed-off-by: Arthur Carcano arthur.carc...@orange.fr --- lib/awful/widget/taglist.lua.in | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] gears.wallpaper: Add wallpaper.fit

2013-01-10 Thread Uli Schlachter
On 10.01.2013 13:58, Thomas Jost wrote: Signed-off-by: Thomas Jost schno...@schnouki.net --- Hi list, Hi Thomas, First post here -- I hope I'm doing it right :) Looks good to me. I think you are also the first one who knows how to embed such a comment into a git commit mail. Here's a

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-06 Thread Uli Schlachter
Hi, On 05.01.2013 16:12, Lukáš Hrázký wrote: [...] diff --git a/lib/wibox/layout/align.lua.in b/lib/wibox/layout/align.lua.in index d4a9517..9c3d1bf 100644 --- a/lib/wibox/layout/align.lua.in +++ b/lib/wibox/layout/align.lua.in @@ -56,11 +56,13 @@ function align:draw(wibox, cr, width,

Re: [PATCH 5/8] {tag,task}list: add update_function and base_widget constructor arguments

2013-01-05 Thread Uli Schlachter
On 05.01.2013 16:12, Lukáš Hrázký wrote: The arguments are optional, making it possible to use a custom function to create the {tag,task}list layout. The base_widget arguments can be used to override the base layout of the {tag,task}list widget. Signed-off-by: Lukáš Hrázký lukk...@email.cz

Re: [PATCH 6/8] wibox.layout: add a new constraint layout

2013-01-05 Thread Uli Schlachter
On 05.01.2013 16:12, Lukáš Hrázký wrote: This layout can be used to constraint the size of the widget it holds. Depending on the strategy passed to it, the widget will have a minimum, maximum or exact size that was set through this layout. Signed-off-by: Lukáš Hrázký lukk...@email.cz ---

Re: [PATCH 4/8] wibox.layout.align: make the middle widget really centered

2013-01-05 Thread Uli Schlachter
On 05.01.2013 16:12, Lukáš Hrázký wrote: Centers the middle widget in the align layout in the remaining space left by the widgets on the sides. [...] I'm still not really convinced by this. However, since we don't have anything else for centering widgets, I guess this can stay. However, this

Re: [ANNOUNCE] awesome 3.4.14 released

2012-12-25 Thread Uli Schlachter
Hi, On 24.12.2012 19:02, Renato Botelho wrote: I got the following error on FreeBSD 9: [ 52%] Generating manpages/man1/awesome.1.xml cd /work/a/ports/x11-wm/awesome/work/awesome-3.4.14/manpages/man1 /usr/local/bin/asciidoc -d manpage -b docbook -o

Re: git head slow

2012-12-24 Thread Uli Schlachter
On 24.12.2012 10:47, Andreas Radke wrote: Am Mon, 12 Nov 2012 11:13:14 +0100 schrieb Yuri D'Elia wav...@users.sourceforge.net: Hi everyone. I was checking out the sources of awesome to try doing some work on focus stealing yesterday, but I was suprised of how slow is (rev 6a6e49...) compared

Re: git head slow

2012-12-24 Thread Uli Schlachter
Hi, On 24.12.2012 12:19, Andreas Radke wrote: Am Mon, 24 Dec 2012 11:30:24 +0100 schrieb Uli Schlachter psyc...@znc.in: Does awesome --no-argb help? (Yay for undocumented options) Uli Yes. This improves situation a lot. Thanks for the hint. What does it do? Is there any reason

[ANNOUNCE] awesome 3.4.14 released

2012-12-24 Thread Uli Schlachter
incorrect comment. Have only FreeBSD require dynamic linking (FS#743) Uli Schlachter (3): Add x11-xcb to the pkg-config checks naughty: Correctly handle rowstride on icons change codename Edward O'Callaghan (1): Add platform support for DragonflyBSD. Sébastien

[ANNOUNCE] awesome 3.5 released

2012-12-21 Thread Uli Schlachter
number of changes - - 6 number of commiters - --- 2 shortlog - Uli Schlachter (5): awful.widget.button: Fix name clash (FS#1064) naughty: Fix docs a little awful.placement.no_offscreen: Fix border handling (FS#1065) wibox button

Re: [ANNOUNCE] awesome 3.5-rc2 released

2012-12-17 Thread Uli Schlachter
[removed awesome@ from the CC list] Hi, On 17.12.2012 17:08, Renato Botelho wrote: [...] I'm maintainer of awesome on FreeBSD ports and I'm trying to build 3.5-rc2 when i got an error, a missing header glib-unix.h. I took a look and didn't find any port that install this file. Maybe it

[ANNOUNCE] awesome 3.5-rc2 released

2012-12-14 Thread Uli Schlachter
- Uli Schlachter (12): widgets: Add some constructor arguments awful.menu: Handle themes without border_width CMake: Check for the needed lgi dependency awful.menu.clients: Fix client icons imagebox: Use a different entry for saving the image Fix errors

Re: [PATCH] Fix minimizedcurrenttags filter with sticky clients

2012-12-13 Thread Uli Schlachter
On 13.12.2012 03:30, Björn Åström wrote: Sticky clients showed up in the tasklist without being minimized when using the minimizedcurrenttags filter. This patch fixes that. Signed-off-by: Björn Åström bjo...@gmail.com Thanks, pushed. -- Why make things difficult, when it is possible to

Re: [PATCH] Lua 5.1 compatible gmatch

2012-12-01 Thread Uli Schlachter
On 30.11.2012 15:47, Arvydas Sidorenko wrote: Lua 5.1: string.gfind renamed to string.gmatch Lua 5.2: string.gfind removed Uhm. So in lua 5.1 string.gfind and string.gmatch is the same function. Lua 5.2 only has string.gmatch. Why don't we just always use gmatch then? Shouldn't that work in

Re: [PATCH] Lua 5.1 compatible gmatch

2012-12-01 Thread Uli Schlachter
On 01.12.2012 14:09, Arvydas Sidorenko wrote: Why don't we just always use gmatch then? Shouldn't that work in both 5.1 and 5.2? No need for distinguishing between the different versions here. Indeed. A new patch attached. Thanks, pushed. -- Why make things difficult, when it is possible to

Re: [PATCH] menubar: Handle .desktop files with multiple sections

2012-12-01 Thread Uli Schlachter
On 01.12.2012 15:59, Arvydas Sidorenko wrote: I am trying to read and understand the specification. If I understand this correctly, then a Desktop Entry group is required and this is what we are really interested in. The only other kind of group that I have found are Actions which e.g. is

Re: Shape extension / lua binding

2012-11-24 Thread Uli Schlachter
On 23.11.2012 06:15, Majic wrote: I would like to see how you use this, Arnaud :o Haven't touched on that myself... On Tue, Nov 6, 2012 at 8:16 PM, Uli Schlachter psyc...@znc.in wrote: On 05.11.2012 15:12, Arnaud VALLAT wrote: Is it planned to add back a shape / clipping feature like

[ANNOUNCE] awesome 3.5-rc1 released (was: [ANNOUNCE] awesome 3.4-rc1 released)

2012-11-24 Thread Uli Schlachter
number of changes - - 820 number of commiters - --- 77 shortlog - Uli Schlachter (444): wibox: Set a proper back pixel Set a wibox' bit gravity to NorthWest. wibox: make sure no garbage is painted to the screen wibox: check if a wibox

Re: [Patches] assorted fixes

2012-11-24 Thread Uli Schlachter
Hi, On 24.11.2012 18:07, Gregor Best wrote: after a (quite long) abstinence from awesome, here is a bunch of patches: at least you send them in now and didn't keep them to yourself... All merged, thanks! Uli -- - Captain, I think I should tell you I've never actually landed a starship

Re: [PATCH] Expose wm_name to the user

2012-11-22 Thread Uli Schlachter
On 22.11.2012 13:35, Ignas Anikevicius wrote: On 22/11/12 11:20:57 +, Ignas Anikevicius wrote: -- or if it's equal to 'awesome' This line should be changed as well... Attaching a fixed patch. Applied, thanks PS. Sorry for spamming everybody. It's not you, it's the mailing list

Re: git head slow

2012-11-12 Thread Uli Schlachter
Hi, On 12.11.2012 11:13, Yuri D'Elia wrote: Hi everyone. I was checking out the sources of awesome to try doing some work on focus stealing yesterday, but I was suprised of how slow is (rev 6a6e49...) compared to 3.4.13 (debian unstable). There seems to be some sort of obvious problem with the

Re: Patch for gaps between windows in the fair tiling mode

2012-11-10 Thread Uli Schlachter
Hi, On 06.11.2012 02:00, Josh Komoroske wrote: I noticed a bug in how the fair tiling mode calculates window sizes. Scenario description: Say you screen height is 1000px. Say you had 3 windows stacked in some column. The height of each window is calculated as: screen height /

Re: Shape extension / lua binding

2012-11-06 Thread Uli Schlachter
On 05.11.2012 15:12, Arnaud VALLAT wrote: Is it planned to add back a shape / clipping feature like it was before? I'm looking at the master branch, and there is no such method now, I would like to have my rounded corners back ^^ Done. Thanks for flying awesome airlines. -- my $key =

Re: NetworkManager applet appears 2 times in system tray

2012-11-01 Thread Uli Schlachter
Hi, On 01.11.2012 09:23, Stefano Di Martino wrote: I have the strange effect, that, if I'm pasting this in my awesome-config, the NetworkManager applet it appears two time in my system tray: |awful.util.spawn_with_shell(nm-applet --sm-disable ) Is that a bug? Well, I guess you are

Re: NetworkManager applet appears 2 times in system tray

2012-11-01 Thread Uli Schlachter
Hi, On 01.11.2012 11:10, Stefano Di Martino wrote: Yes and No. For instance, when I'm restarting awesome n time, the applet appears n times in the system tray. Do you think this should be treated like a desired behaviour? [...] Well, no. However, we can't do anything about your config

Re: awful.widget.prompt keyboard layout

2012-10-30 Thread Uli Schlachter
Hi, On 30.10.2012 00:28, Alexander H wrote: On 29.10.2012 15:02, Alexander H wrote: Since some time on the git-master the awful promt does not adhere to the set keyboard-layout. I was wondering how I can set this or if this perhaps is an unintended regression. [...] working:

Re: awful.widget.prompt keyboard layout

2012-10-29 Thread Uli Schlachter
Hi, On 29.10.2012 15:02, Alexander H wrote: Since some time on the git-master the awful promt does not adhere to the set keyboard-layout. I was wondering how I can set this or if this perhaps is an unintended regression. I don't think that I messed with anything keyboard layout related.

Re: [PATCH] Fix a bug when using in a rule the property 'tag'.

2012-10-26 Thread Uli Schlachter
Thanks a lot. I only tested some basic stuff with the default config and my own config. In other words, there will likely be lots of other bugs hiding... :-( Cheers, Uli On 26.10.2012 01:26, Clément Démoulins wrote: --- lib/awful/rules.lua.in | 2 +- 1 file changed, 1 insertion(+), 1

Re: spawned process can't see environment variables

2012-10-18 Thread Uli Schlachter
Hi, On 18.10.2012 11:18, Rena wrote: I have awesome started from a shell script, and it can see variables defined in .bashrc/.bash_profile just fine. How did you check this? What kind of shell script are you starting awesome from? However, processes started with util.spawn or

Re: Request for better awesome standard config

2012-10-08 Thread Uli Schlachter
Hi, On 07.10.2012 22:14, Stefano Di Martino wrote: [...] Surely it would be easy for you to support some basic features, like shutdown and hibernate the computer. I've found an extension that do this, but it isn't working well. For example, if I want to shut down my computer, I have to

Re: Request for better awesome standard config

2012-10-08 Thread Uli Schlachter
Hi, On 07.10.2012 22:58, Emmanuel Lepage Vallee wrote: On 10/07/2012 04:22 PM, Adrian C. wrote: On Sun, 7 Oct 2012, Stefano Di Martino wrote: I've found an extension that do this, but it isn't working well. For example, if I want to shut down my computer, I have to enter my password and in

Re: [PATCH] Added initial support for Xlib cursor themes

2012-10-07 Thread Uli Schlachter
On 06.10.2012 17:40, Tumin Alexander wrote: I hope this time i got all right with git format-patch. Signed-off-by: Tumin Alexander iamtakingite...@eientei.org [...] Thanks, both patches merged. Uli -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts,

Re: Simple patch enabling mouse cursor themes in awesome wm

2012-10-06 Thread Uli Schlachter
Hi, On 06.10.2012 14:27, Alexander Tumin wrote: Hi, i wish to share a simple patch enabling Xcursor themes support in awesome wm (3.4.13). Yes, not without Xlib, but unlike xcb it _is working_ instead of managing elitist purity of library calls. Urgh. :-P Here it is, in mail

Re: client.lua:495 attempt to index global 'awful' (a nil value)

2012-09-29 Thread Uli Schlachter
On 29.09.2012 00:20, Abdó Roig-Maranges wrote: Ok, I've been looking at it now. I'm sorry for the trouble... I should have been more careful. I've come up with three possible solutions: 1) Use something like this:

Re: client.lua:495 attempt to index global 'awful' (a nil value)

2012-09-28 Thread Uli Schlachter
Hi, On 28.09.2012 12:10, Stefan Hellmann wrote: yesterday i've update to the newest git version: awesome v3.4-767-g34c1c7d (Closing In) • Build: Sep 27 2012 14:34:24 for x86_64 by gcc version 4.6.2 (root@gargamel) • Compiled against Lua 5.1.5 (running with Lua 5.1) • D-Bus support:

Re: cherry-pick c623734632010e4601ca4e369851bc79ab7f706f to 3.4.x

2012-09-25 Thread Uli Schlachter
Hi, On 17.09.2012 16:00, Anurag Priyam wrote: From awes...@naquadah.org (subject: attemp to call nill value error in newest awesome documentation example): Anurag Priyam anurag08pri...@gmail.com wrote: On Mon, Sep 17, 2012 at 2:03 AM, wojtek danilo wojtek.danilo@gmail.com wrote: I

Re: cherry-pick c623734632010e4601ca4e369851bc79ab7f706f to 3.4.x

2012-09-25 Thread Uli Schlachter
On 25.09.2012 13:05, Anurag Priyam wrote: On Tue, Sep 25, 2012 at 1:15 PM, Uli Schlachter psyc...@znc.in wrote: On 17.09.2012 16:00, Anurag Priyam wrote: The online documentation can't be fixed without making a release, right? So maybe someone could cherry-pick

Re: [PATCH] Minor menubar patches

2012-09-12 Thread Uli Schlachter
On 11.09.2012 10:37, Alexander Yakushev wrote: Bump. Can anyone check those out and push? On 09/04/2012 02:56 AM, Alexander Yakushev wrote: Hi there, The first patch makes a few properties public again (since they became local after 5.2 rewrite) and removes some unnecessary context

Re: [PATCH 1/3] Add awful.client.setmaster

2012-08-12 Thread Uli Schlachter
Hi, all three patches are merged. However, your git clone is quite outdated: error: patch failed: lib/awful/client.lua.in:402 error: lib/awful/client.lua.in: patch does not apply Patch failed at 0001 Add awful.client.setmaster Your first patch for master doesn't apply to git/master since June

Re: [PATCH] common/util.h: dodgy non-__GNUC__ p_delete

2012-07-31 Thread Uli Schlachter
On 30.07.2012 21:06, Arvydas Sidorenko wrote: I assume nobody have tried to compile Awesome with GNU uncompatible compiler for ages and thus non-__GNUC__ p_delete version got overlooked for quite some time. First of all, a problem I see is that it assigns void** to a variable of type void*

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

2012-07-24 Thread Uli Schlachter
On 24.07.2012 12:45, Arvydas Sidorenko wrote: [] diff --git a/wallpaper.c b/wallpaper.c new file mode 100644 index 000..e8abf1b --- /dev/null +++ b/wallpaper.c @@ -0,0 +1,261 @@ +/* + * wallpaper.c - wallpaper manager + * + * This program is free software; you can redistribute it

Re: Lets get rid of awsetbg?

2012-07-23 Thread Uli Schlachter
Hi, On 23.07.2012 16:08, Julien Danjou wrote: On Mon, Jul 23 2012, Ignas Anikevicius wrote: 1) Write some C code which would be integrated in awesome capi and it would just do some basic setting via a single command. 2) Write some C code and LUA bindings

Re: Lets get rid of awsetbg?

2012-07-23 Thread Uli Schlachter
On 23.07.2012 17:16, Julien Danjou wrote: On Mon, Jul 23 2012, Uli Schlachter wrote: Or, even simpler: root.wallpaper(gears.surface(/path/to/an/image)) Yeah, I didn't know we have a read function for this. I don't know how much C code would be needed for implementing this. I think

Re: [PATCH] Fix-spelling-in-doc-string

2012-07-01 Thread Uli Schlachter
On 01.07.2012 15:26, Felix Bier wrote: This fixes a minor spelling mistake. Both patches merged. -- - He made himself, me nothing, you nothing out of the dust - Er machte sich mir nichts, dir nichts aus dem Staub -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: [PATCH] tag.viewidx-should-take-a-screen-index

2012-07-01 Thread Uli Schlachter
On 01.07.2012 20:21, Felix Bier wrote: Am Sonntag, den 01.07.2012, 15:24 +0200 schrieb Felix Bier: Hello list, this patch makes tag.viewidx take a screen index rather than a screen object, complying with its doc string. This seems to be more consistent with other parts of the API to me, and

Re: 0001-Do-not-attempt-to-call-global-destroy.patch

2012-06-22 Thread Uli Schlachter
On 22.06.2012 20:02, Felix Bier wrote: Hello list, I got attempt to call global destroy from two locations in naughty.lua, which should be fixed with this patch. The first one can be triggered by spamming notifications, the second one appeared to me on evolution's mail notification, which is

Re: 0001-Do-not-attempt-to-call-global-destroy.patch

2012-06-22 Thread Uli Schlachter
On 22.06.2012 23:58, Arvydas Sidorenko wrote: On 06/22/2012 11:19 PM, Uli Schlachter wrote: On 22.06.2012 20:02, Felix Bier wrote: Hello list, I got attempt to call global destroy from two locations in naughty.lua, which should be fixed with this patch. The first one can be triggered

Re: [PATCH][3.4] awful.titlebar use height not width

2012-06-17 Thread Uli Schlachter
On 16.06.2012 03:13, Sébastien Luttringer wrote: Signed-off-by: Sébastien Luttringer se...@seblu.net --- lib/awful/titlebar.lua.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in index 1bda9da..805ac71 100644 ---

  1   2   3   4   5   >