Was playing in my weekend on the InternetConfigPlugin for ubuntu.  And that&#39;s the problem :), It uses gnome2 stuff to access the system configuration (because gnome handles it&#39;s own configuration... :/).<br><br>Now, I made it work doing something like this in vmmaker:<br>
<br>CogFamilyUnixConfig&gt;&gt;configureInternetConfigPlugin: maker<br>    &quot;extra rules for InternetConfigPlugin&quot;<br>    <br>    super configureInternetConfigPlugin: maker.<br>    maker addDefinitions: &#39;`pkg-config --libs --cflags gtk+-2.0 gconf-2.0`&#39;.<br>
    maker addExternalLibrary: &#39;/usr/lib/libgconf-2.so.4&#39;.<br>    maker addPlatformSources: #( &#39;sqUnixInternetConfiguration.c&#39;).<br><br>And adding it in the list of internal plugins for Unix.<br><br>But this should only compile and work on a system with gconf and stuff installed :).<br>
<br>So, how does or should vmmaker and vm building process handle something like this?<br><br>Guille<br>