Comment 14 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%

It's the command line print. try to start virtualbricks in a terminal
and it won't appear.

Francesco

On 19 July 2012 20:42, alex <email address hidden> wrote:
> no sadly nothing changed.
> A question: have you some code in virtualbricks writing "virtualbricks" in .xsession-errors?
> In my .xsession-errors file stood:
> virtualbricks>
> virtualbricks>
> virtualbricks>
> virtualbricks>
> virtualbricks>
>
> and so on
> after virtualbricks> are two empty spaces.
>
> --
> 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