Re: get ride of gperf

2010-03-30 Thread Alex Cornejo
I use vanilla linux, so frankly I don't care about this. O(\log n) vs O(1) is regretable, but it certainly seems it won't affect awesome in a noticable way and it does reduce the code size without adding extra dependencies. It is sad to know this patch was not applied with no apparent reason. If

default layout.

2009-11-18 Thread Alex Cornejo
I installed awesome-git in a new machine, in my old machines I've been using an older version (3.1ish, I always build from git but have not checked out in the last few months cause I'm too busy to fiddle with configs). Using the default config the default layout is floating in every tag, is this

Re: default layout.

2009-11-18 Thread Alex Cornejo
for it. Best, Alex On Wed, Nov 18, 2009 at 1:24 PM, Alex Cornejo acorn...@gmail.com wrote: I installed awesome-git in a new machine, in my old machines I've been using an older version (3.1ish, I always build from git but have not checked out in the last few months cause I'm too busy to fiddle

Re: [awesome bugs] #590 - some special characters break tasklist

2009-08-24 Thread Alex Cornejo
can't reproduce either. Alex On Mon, Aug 24, 2009 at 4:23 PM, awesomejul...@danjou.info wrote: THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#590 - some special characters break tasklist User who did this - koniu (koniu) --

Re: awesome survey 2009

2009-08-18 Thread Alex Cornejo
Before this brief rant, note that my experience with xmonad lasted less than half an hour, and my knowledge of Haskell is non existent, however.. AFAIK lua is amongst the fastest scripting languages, not sure how it compares with Haskell though, would be interested in seeing some benchmarks. The

Fwd: Floating windows not overlap taskbar

2009-07-16 Thread Alex Cornejo
I forgot to reply to all, so here it is again.. Use awful.placement.no_offscreen or awful.placement.centered in the manage hook of your rc.lua to get the desired results. Alex On Thu, Jul 16, 2009 at 1:51 PM, Alex Cornejo acorn...@gmail.com wrote: you should play

Re: lua+pgrep

2009-06-25 Thread Alex Cornejo
them if they are not already running (to avoid problems when restarting awesome for example). This is trivially implemented in bash, but I wanted to do it in lua. Cheers, Alex On Thu, Jun 25, 2009 at 3:48 AM, Julien Danjoujul...@danjou.info wrote: At 1245863677 time_t, Alex Cornejo wrote

lua+pgrep

2009-06-24 Thread Alex Cornejo
Hi ppl, Suppose you want to code something in lua that needs to check if xterm is running, a quick way to do that in bash would be pgrep xterm. However, sometimes you want to check for a program that use an interpreter. For example suppose you have a python script call pyscript, if you run pgrep

gvim+awesome layouts

2009-06-24 Thread Alex Cornejo
I hadn't pulled in while, now I am noticing something weird with the layouts and some programs (gvim for example). Using the default config and the latest awesome (master branch), open up several gvim terminals, they are not resized properly to use up all the available screen space. Cheers,

Re: New logo / Web site contest

2009-05-28 Thread Alex Cornejo
The current website is definitely not the worst website ever, however it certainly has room for improvement. BEGIN OF RANT The if its not broken don't fix it policy seems a pretty mediocre way to develop things, if the proposed logos/site design are poorer than the current one I'm sure jd will

Re: [ANNOUNCE] awesome 3.3-rc2 released

2009-05-08 Thread Alex Cornejo
Thanks!, As a related sidenote.. I have to admit I've stopped using awesome-git when it wanted me to upgrade ~10 libs/packages which were not available for ubuntu intrepid. I thought I was being obsolete, so I upgraded to ubuntu jaunty, but it was the same issue there as well.. I am sure

keyboard not working?

2009-04-12 Thread Alex Cornejo
Hi ppl, I git pulled recently and now nothing works anymore. Specifically it seams awesome works flawlessly but ignores the keyboard completely, and since awesome is keyboard based its a pain to use. I am working with the default rc.lua and erased /usr/share/awesome and reinstalled but the

Re: keyboard not working?

2009-04-12 Thread Alex Cornejo
, Julien Danjou jul...@danjou.info wrote: At 1239564802 time_t, Alex Cornejo wrote: I git pulled recently and now nothing works anymore. Specifically it seams awesome works flawlessly but ignores the keyboard completely, and since awesome is keyboard based its a pain to use. I am working

[PATCH] Styling inconsistencies

2009-03-29 Thread Alex Cornejo
Cheers, Alex From b5816ec55073507d4527ad3a77eae1878adb30d3 Mon Sep 17 00:00:00 2001 From: Alex Cornejo acorn...@gmail.com Date: Sun, 29 Mar 2009 14:24:27 -0400 Subject: [PATCH] Fixed some styling issues. Noticed in the latest pull that a commit introduced a lot of styling inconsistencies

Re: [awesome bugs] #483 - unable to initialize library on lua socket lib

2009-03-26 Thread Alex Cornejo
Ok, I can reproduce here by just doing: echo require(socket) | awesome-client Also I can confirm that by reverting commit 2689852e45d4a9818f9b0951811f23d273350c61 the problem disappears. However, I still don't see the connection between the commit and this bug. I do not how to debug lua, but

[PATH] Removed unused display var

2009-03-26 Thread Alex Cornejo
Alex From f4132a87e5b17ac4043c7a9d159459295ac142d7 Mon Sep 17 00:00:00 2001 From: Alex Cornejo acorn...@gmail.com Date: Thu, 26 Mar 2009 14:12:24 -0400 Subject: [PATCH] Removed unused display variable. I just realized this variable was unused in the original code, and in my patched version. I

Re: [awesome bugs] #481 - dynamic image in imagebox

2009-03-25 Thread Alex Cornejo
-- Forwarded message -- From: Andrei Thorp gar...@gmail.com Date: Wed, Mar 25, 2009 at 12:42 PM Subject: Re: [awesome bugs] #481 - dynamic image in imagebox To: acorn...@gmail.com Uhm... don't we have some cairo support already? -AT Yes, we do. And in fact I just checked

Re: [awesome bugs] #481 - dynamic image in imagebox

2009-03-25 Thread Alex Cornejo
, Julien Danjou jul...@danjou.info wrote: At 1237926267 time_t, Alex Cornejo wrote: Perhaps we should renable this option? I don't remember why it was removed. Because AFAIK it lacks transformation routine that we export (rotation, etc). Cheers, -- Julien Danjou // ᐰ jul...@danjou.info

Re: [awesome bugs] #483 - unable to initialize library on lua socket lib

2009-03-25 Thread Alex Cornejo
I am responsible for that commit, could you attach a module that uses lua socket lib and explain how can I reproduce the problem here so I can diagnose and fix it? Cheers, Alex On Wed, Mar 25, 2009 at 12:48 PM, awesome awesome-devel-ow...@naquadah.org wrote: THIS IS AN AUTOMATED MESSAGE, DO

Re: [awesome bugs] #481 - dynamic image in imagebox

2009-03-24 Thread Alex Cornejo
Before we had a compile flag that enabled compiling against gdk instead of imlib. As a side effect the caching problem was not there and it provided an option to compile awesome with less dependencies (since I think its fair to say that gdk is more widespread than imlib since anything from gimp,

Re: openafs+awesome bug

2009-03-19 Thread Alex Cornejo
the patch. Cheers, Alex On Thu, Mar 19, 2009 at 7:55 PM, Alex Cornejo acorn...@gmail.com wrote: Here are a couple of patches to implement the described fallback logic. Right now we query HOME, TMPDIR and /tmp, in that order. However its trivial to add more fallbacks (either from environment

Re: openafs+awesome bug

2009-03-17 Thread Alex Cornejo
. -Andrei Garoth Thorp On Tue, Mar 17, 2009 at 4:00 PM, Alex Cornejo acorn...@gmail.com 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

Re: floating size

2009-03-13 Thread Alex Cornejo
Great, thanks Gregor, it seems to work pretty well, I am not sure either what are you doing with c.screen s, but it works. Cheers, Alex On Thu, Mar 12, 2009 at 6:24 PM, Gregor Best farha...@googlemail.comwrote: At Thu, 12 Mar 2009 20:26:06 +0100 Gregor Best wrote: At Thu, 12 Mar 2009

Re: Minimizing apps

2009-01-23 Thread Alex Cornejo
I am not familiar with lua either (in fact I hate the language, if only awesome used python it would be sooo awesome, but I digress). However I believe the correct way to add the keybinding would be as follows: (you should add this in the correct place in your rc.lua file, look

survey: network/power management

2009-01-17 Thread Alex Cornejo
Hi everyone, I use awesome partly because it is so lightweight, however I am forced to load a couple of gnome utilities which in turn load a lot of crap like gconfd, gvfsd, gnome-keyring etc.. the purpose of this email is to survey the awesome community for alternatives. I plan to write an

Re: VILE Layout (Variable-Size Tile)

2009-01-16 Thread Alex Cornejo
did run sakura and it works perfectly with vile. Did you apply the patch I sent on top of the old patch or a fresh pull from the master? -- Donald (Thu, Jan 15, 2009 at 08:33:18PM -0500) Alex Cornejo acorn...@gmail.com: Thanks Donald, I can happily test your patch, hopefully later I'll go

Re: VILE Layout (Variable-Size Tile)

2009-01-15 Thread Alex Cornejo
(Thu, Jan 15, 2009 at 02:05:02PM -0500) Alex Cornejo acorn...@gmail.com: Just tested. I'm not sure how it is supposed to work, I was not able to resize vertically using the mouse, and actually not even horizontal resize worked with the mouse (but it did with the keyb). Also, the layout icon

Re: Floating clients positioning behaving strange

2009-01-14 Thread Alex Cornejo
I'm not sure its an awesome bug. In my system most apps are correctly placed below the wibox, and if you spawn to instances awesome places them smartly such that they do not overlap. However other apps (sakura for example) are always placed at 0,0, this probably has to do with the way the app

Re: [awesome bugs] #421 - iceweasel is floating on restart (Attachment added)

2009-01-14 Thread Alex Cornejo
Evince does not start floating on my system. Alex On Wed, Jan 14, 2009 at 9:24 AM, Christophe-Marie Duquesne chm.duque...@gmail.com wrote: I don't know if it's related, but I just noticed that evince was also floating when you start it. Let me know if I should file another bug for this one.

Re: libxcb error in make

2008-11-13 Thread Alex Cornejo
=MtQ2 -END PGP SIGNATURE- From dff888941b92e67126dbb421ef4ea8a22b928386 Mon Sep 17 00:00:00 2001 From: Alex Cornejo [EMAIL PROTECTED] Date: Thu, 13 Nov 2008 13:44:04 -0500 Subject: [PATCH] Fixed bug in xcb version checking. --- awesomeConfig.cmake |2 +- 1 files changed, 1

Re: awesome install_manifest

2008-11-13 Thread Alex Cornejo
Something I forgot to mention, after cloning the latest awesome head, I had to change the awesomeConfig.cmake to get it to compile, here is a patch to fix that (this however is unrelated to the bug discussed in this thread). Cheers, Alex On Thu, Nov 13, 2008 at 1:43 PM, Alex Cornejo [EMAIL

awesome install_manifest

2008-11-12 Thread Alex Cornejo
With he latest git head, I noticed that my install_manifest.txt includes all the .lua.in files, Checking /usr/share/awesome/lib and /usr/share/awesome/themes/{default,sky} confirms the presence of this files. I ran cmake . (to regenerate the makefiles) and this behaviour is still there, however

java apps

2008-10-04 Thread Alex Cornejo
I just noticed that a lot of java applications don't work correctly in awesome, in particular I have tried all of the following (they all have similar erronous behaviour): tonicpoint (free java based power point viewer). C.a.R. (free java geometric sketchpad) cinderella (commercial geometric

awesome3-git problem

2008-10-03 Thread Alex Cornejo
I upgraded to the latest git head, now for some reason awesome won't start. The contents of my .xsession-errors file is: etc/gdm/Xsession: Beginning session setup... W: awesome: luaA_cs_init:950: error binding UNIX domain socket: Operation not permitted awesome: ev.c:2131: ev_io_start: Assertion