[Goodies-dev] genmon-plugin not working on OpenBSD

Jasper Huijsmans jasper at xfce.org
Thu Aug 3 19:45:52 CEST 2006


Landry wrote:
> Hello list,
> 
> I've successfully built genmon-plugin-svn (running xfce-svn), but when i 
> add it to the panel, it immediately disappears (i can't configure it), 
> and i get this in ~/.xsession-errors :
> 
...
> 
> Any idea for this crash ?

 > 168         if (!(*argv)) {

Maybe argv is NULL? Changing this to '(!argv || !(*argv))' might help.

> 
> Generally, is there a way to launch manually a plugin to debug it from 
> the start/trace interactively it in gdb ?
> how can i add a plugin to the panel using a commandline ?

No, you can only attach to a running process. It would be a cool 
feature, but I don't think it will be easy to implement.

	Jasper




More information about the Goodies-dev mailing list