[SOLVED] Re: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.naquadah.awesome.awful was not provided by any .service files

2012-02-29 Thread stardiviner
= On [2012-02-28 11:28:09 +0100]: Daniel Martí Said: My local hack to make dbus find itself: XAUTHORITY=/home/psychon/.Xauthority DISPLAY=:0 notify-send foo Uli I use that too, with an if statement comfirming I'm the user and not root via `whoami` Thanks, solved. -- To

Re: [SOLVED] Re: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.naquadah.awesome.awful was not provided by any .service files

2012-02-29 Thread Vivian Brégier
A little more flexible ( though more complicated ) : get the values of DISPLAY and XAUTHORITY from the environment of the awesome process : awesome_pid=$(pgrep awesome) eval $(tr '\0' '\n' /proc/$awesome_pid/environ | sed -nr '/^(DISPLAY|XAUTHORITY)=/p' ) notify-send foo 2012/2/29 stardiviner

problems resizing Eclipse under awesome

2012-02-29 Thread * *
Hi, I was hoping someone might be able to help me figure out how to resize Eclipse under awesome. I'm running ubuntu 11.10 with gnome 3. I have awesome (from the apt-get repositories) version 3.4.10-1. I'm using the open-jdk version of java 6. When i start eclipse up, it works fine- no gray

Re: problems resizing Eclipse under awesome

2012-02-29 Thread * *
Semi-answering my own question- nuking my .eclipse dir re-initialized everything and now I get a window on startup that respects the layouts. But having to nuke my whole config is kinda drastic so if anyone knows a better way, feel free to update this thread. thanks Bert On Wed, Feb 29, 2012 at

Maximizing Gvim

2012-02-29 Thread David Gomes
http://i.imgur.com/hQk4O.png As you can see in that image, Gvim is not tiling to the max, and there's some grey unwanted space on the bottom, which didn't use to exist when I used Awesome on another operating system. Any ideas of how I can tile it? I've seen a thread (searched), and someone else

Re: Maximizing Gvim

2012-02-29 Thread Marco
On 2012-02-29 David Gomes davidrafago...@gmail.com wrote: http://i.imgur.com/hQk4O.png As you can see in that image, Gvim is not tiling to the max, and there's some grey unwanted space on the bottom, Mayebe it's related to the size hints. You can try to disable the hints¹. which didn't

Re: Maximizing Gvim

2012-02-29 Thread Russell Adams
On Wed, Feb 29, 2012 at 04:28:32PM +, David Gomes wrote: I already had size_hints_honor = false on the rules table: awful.rules.rules = { -- All clients will match this rule. { rule = { }, properties = { border_width = beautiful.border_width,

Re: newbie-problem: nm-applet recognizes access-points, won't connect

2012-02-29 Thread Hartmut Bischoff
Hi, I did the same: Installed Ubuntu, ran gnome and installed awesome. In Gnome, I could access the nm-applet. Same in awesome, providing this in the rc.lua local r = require(runonce) r.run(nm-applet) r.run(gnome-power-manager) r.run(dropbox start -i)

Re: Shadows below the titlebar

2012-02-29 Thread Uli Schlachter
On 28.02.2012 23:24, Julien Danjou wrote: On Tue, Feb 28 2012, dodo wrote: Some time ago I implemented titlebars for git/master, using them ever since. https://github.com/dodo/uzful/blob/master/widget/titlebar.lua If somebody is interested I can clean up the code a little bit further and

Re: problems resizing Eclipse under awesome

2012-02-29 Thread Gáspár Nándor
2012-02-29 16:27 keltezéssel, * * írta: Hi, I was hoping someone might be able to help me figure out how to resize Eclipse under awesome. ... The problem happens with both Eclipse 3.6 and the new 3.7. Has anyone had this happen ? Any suggestions would be appreciated. Thanks Bert Hi

Re: newbie-problem: nm-applet recognizes access-points, won't connect

2012-02-29 Thread Levent S.B.
Hi Hartmut, first of all, thanks for your reply! I guess i have to save the „runeonce“ code as a new library in /usr/share/awesome/lib? I did this, added the code you provided at the end of my rc.lua but got no effect save the tags in the panel appeared twice. Sorry if i seem a bit clumsy,

Re: newbie-problem: nm-applet recognizes access-points, won't connect

2012-02-29 Thread Levent S.B.
Hi again, you don't need to bother anymore, i just solved the problem. I don't know if this is a bug, but it seems to be an issue with the rights administration. If i run nm-connection-editor with root permission i get the necessary menu with the option to enter my wlan-password. Strange

Re: newbie-problem: nm-applet recognizes access-points, won't connect

2012-02-29 Thread Alexander Yakushev
On 03/01/2012 09:05 AM, Levent S.B. wrote: Hi Hartmut, first of all, thanks for your reply! I guess i have to save the „runeonce“ code as a new library in /usr/share/awesome/lib? I did this, added the code you provided at the end of my rc.lua but got no effect save the tags in the panel

Re: keygrabber api

2012-02-29 Thread Uli Schlachter
On 21.02.2012 16:59, Anurag Priyam wrote: On Tue, Feb 21, 2012 at 9:25 PM, Uli Schlachter psyc...@znc.in wrote: I was going to complain that this breaks awful, however a closer look revealed that everything in there only ever does 'return true'. Yeah, I checked that actually :). Still,

Re: gradients in master

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:01, Anurag Priyam wrote: [- CC: awes...@naquadah.org] [+CC: awesome-devel@naquadah.org] On Fri, Feb 17, 2012 at 10:24 PM, Uli Schlachter psyc...@znc.in wrote: You might be interested in the following commit: commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6 Author: Uli

Re: gradients in master

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:26, Anurag Priyam wrote: On Sun, Feb 26, 2012 at 9:31 AM, Anurag Priyam anurag08pri...@gmail.com wrote: On Fri, Feb 17, 2012 at 10:24 PM, Uli Schlachter psyc...@znc.in wrote: You might be interested in the following commit: commit 2216b6a341ddb840200ea85207f8a59a5b3d61a6

Re: Shadows below the titlebar

2012-02-29 Thread Uli Schlachter
On 28.02.2012 23:24, Julien Danjou wrote: On Tue, Feb 28 2012, dodo wrote: Some time ago I implemented titlebars for git/master, using them ever since. https://github.com/dodo/uzful/blob/master/widget/titlebar.lua If somebody is interested I can clean up the code a little bit further and

[awesome bugs] #964 - Unmaximizing in git/master

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#964 - Unmaximizing in git/master User who did this - Uli Schlachter (psychon) -- Here is what happens: When you do c.maximized_vertical = true, awesome's C code emits

[awesome bugs] #961 - Add --replace option to awesome command

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#961 - Add --replace option to awesome command User who did this - Uli Schlachter (psychon) -- pkill is definitely less work for me. ;-) This is implemented via the _NET_WM_Sn selection which

Re: Need help submitting menubar

2012-02-29 Thread Uli Schlachter
Hi, since the license issues are settled, let me complain about the rest of the code. :-) On 15.02.2012 23:22, Alexander Yakushev wrote: diff --git a/lib/menubar/menu_gen.lua.in b/lib/menubar/menu_gen.lua.in new file mode 100644 index 000..620145f --- /dev/null +++

Re: [patch] awful.menu: enable keyboard navigation by default

2012-02-29 Thread Uli Schlachter
On 26.02.2012 05:56, Anurag Priyam wrote: On Tue, Feb 21, 2012 at 10:45 PM, Anurag Priyam anurag08pri...@gmail.com wrote: On Tue, Feb 21, 2012 at 10:33 PM, Daniel Silverstone dsilv...@digital-scurf.org wrote: [...] local keygrabber = (args.keygrabber == nil) and true or args.keygrabber

Re: awesome-freedesktop code license

2012-02-29 Thread Uli Schlachter
On 22.02.2012 14:55, Alexander Yakushev wrote: On 02/18/2012 03:05 PM, Antonio Terceiro wrote: I've pushed a commit that adds a copyright notice. The code is hereby licensed under the same terms as Awesome itself. Thanks a lot for your help, Antonio! I am sure this will make it much easier

[awesome bugs] #962 - Fullscreen in BA/Spring not working

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#962 - Fullscreen in BA/Spring not working User who did this - Uli Schlachter (psychon) -- If you want me to guess: Awesome restarts because the screen resolution starts, BA gets some kind of

Re: Need help submitting menubar

2012-02-29 Thread Alexander Yakushev
On 02/29/2012 10:54 PM, Uli Schlachter wrote: /// all_categories code Hm. And right now I wonder what about this is menu-specific. Should this really live under menubar/? Other people will want to use this code for sure, too. However, I don't have any good idea on where to else this should be

[awesome bugs] #964 - Unmaximizing in git/master (Attachment added)

2012-02-29 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. The following task has a new comment added: FS#964 - Unmaximizing in git/master User who did this - Ignas Anikevicius (gns_ank) -- Disregard the previous patch, as it was a silly way to solve the problem. Everything should be fixed now.

Re: gradients in master

2012-02-29 Thread Anurag Priyam
On Wed, Feb 29, 2012 at 2:57 PM, Uli Schlachter psyc...@znc.in wrote: On 26.02.2012 05:01, Anurag Priyam wrote: [...] +    elseif type(col) == table then +        local t = col.type `type` is a core Lua function.  I wonder if it is a good practice to use it is a variable name in our code.