mikedee
June 1st, 2007, 10:57 AM
This is a small plugin which uses the new loging framework (You need git > 20070527), it shows compiz errors as a nice libnotify popup on your desktop rather than being lost in stderr. This is useful for plugin loading errors.
There are 5 log levels Fatal, Error, Warn, Info and Debug. The max log level is set to Error by default, you can change it to an int from 0-4 to represent the log levels. I would not recommend setting it above Warn. Fatal errors are not going to be reported through this because they relate to errors where compiz cannot start or has to shut down, in which case this plugin would not be loaded.
It includes a compiz icon which I ripped from here, if anyone wants to submit a better one, please do :)
It is hosted in git, you can get a copy like this
git clone git://people.freedesktop.org/~mike/notification
Update with
git pull
EDIT: According to the libnotify home page version 0.4.4 supports alpha and the popups should be slightly transparent, you will also need notification-daemon >0.3.7
There are 5 log levels Fatal, Error, Warn, Info and Debug. The max log level is set to Error by default, you can change it to an int from 0-4 to represent the log levels. I would not recommend setting it above Warn. Fatal errors are not going to be reported through this because they relate to errors where compiz cannot start or has to shut down, in which case this plugin would not be loaded.
It includes a compiz icon which I ripped from here, if anyone wants to submit a better one, please do :)
It is hosted in git, you can get a copy like this
git clone git://people.freedesktop.org/~mike/notification
Update with
git pull
EDIT: According to the libnotify home page version 0.4.4 supports alpha and the popups should be slightly transparent, you will also need notification-daemon >0.3.7