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

2012-03-01 Thread stardiviner
-- stardiviner =GPG: 5D9F64D8 Twitter: @numbchild http://stardiviner.dyndns-blog.com/author.html signature.asc Description: Digital signature

[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

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

2012-02-28 Thread stardiviner
I execute a crontab job then get this error: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.naquadah.awesome.awful was not provided by any .service files here is the crontab config: DISPLAY=:0 1 8 24 3 * notify.sh Birthday Happy Birthday, chris /dev/null and here is the

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

2012-02-28 Thread Uli Schlachter
On 28.02.2012 10:50, stardiviner wrote: I execute a crontab job then get this error: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.naquadah.awesome.awful was not provided by any .service files here is the crontab config: DISPLAY=:0 1 8 24 3 * notify.sh Birthday Happy

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

2012-02-28 Thread Daniel Martí
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` -- To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

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

2012-02-28 Thread Alexander Yakushev
On 02/28/2012 11:50 AM, stardiviner wrote: I execute a crontab job then get this error: Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.naquadah.awesome.awful was not provided by any .service files here is the crontab config: DISPLAY=:0 1 8 24 3 * notify.sh Birthday