Comment 16 for bug 1017588

Revision history for this message
Francesco Apollonio (lorddex) wrote : Re: [Bug 1017588] Re: pathes in glade file aren't updated/Reduce CPU load by 100%

Actually VB is both a GUI and a CL program.

There is also a "-noterm" parameter but I suggest to always open both
(GUI and CL) because if sometimes the GUI freezes you can still manage
your machines using CL.

Francesco

On 20 July 2012 20:42, alex <email address hidden> wrote:
> I know. But this is an ugly hack.
> Programs shouldn't need a terminal if they are GUIs.
>
> Why is the command line print so aggressive? This isn't normal.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1017588
>
> Title:
> pathes in glade file aren't updated/Reduce CPU load by 100%
>
> Status in Virtualbricks:
> Incomplete
>
> Bug description:
> Pathes in the glade aren't updated and point, if you change the installation directory, to an invalid path.
> Sadly glade or builder or whatever isn't very tolerant to missing files and tries extensively to load them (CPU 100%, maybe
> https://bugs.launchpad.net/virtualbrick/+bug/1017569)
> Fixing it is easy. You just need to replace the wrong path via the right one by sed or alike.
> sample command to fix this problem (archlinux pkgbuild):
> sed -i -e "s|/usr/local/|/usr/|g" "$pkgdir"/usr/share/virtualbricks/virtualbricks.glade
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/virtualbrick/+bug/1017588/+subscriptions