Olivier Brunel

Results 57 comments of Olivier Brunel

On Sun, 12 Aug 2018 09:22:47 -0700 Brad Johnson wrote: > That's too bad. Pacaur [honors the > pacman.conf](https://github.com/rmarquis/pacaur#general-options) so > it was convenient to be able to use that....

Well, updating your mirrorlist isn't a job for kalu, this would be more a script or something that could be run by kalu, at most. But if I thought about...

Very true; If you want to submit a patch I'll be happy to apply it. :)

You need to use ?= to enable pattern matching; So you probably want your MESSAGE condition to be written as such: MESSAGE?=_fire_ Also I think your trigger isn't gonna work...

Sure: use $MESSAGE and $SYSLOG_IDENTIFIER -- See man page for more.

Yeah, that's to be expected since statusnotifier 1.0.0 broke API and renamed a bunch of things. I intend to upgrade kalu to support statusnotifier 1.0.0, but there are also other...

> Also, not sure if it's relevant, but vanilla `kalu` builds and > install fine, but when I run it, there is no tray icon. There is > nothing obvious...

> > In the mean time though, you should be able to build kalu just fine > > w/ statusnotifier 1.0.0 if you simply include the > > statusnotifier-compat.h header...

FYI, facing this today, I came up with [this ugly patch](https://github.com/jjk-jacky/abs/blob/master/rb-gsl-jjk/fix-ruby-2.1.patch) to fix it.