Hi all, just tried the suggested fix, this is what I get:<br><br><br>-bash: /usr/lib/bonobo/servers/GNOME_Yelp.server: Permission denied<br>sed: can't read -: No such file or directory<br>-bash: /usr/lib/bonobo/servers/Nautilus_shell.server: Permission denied
<br>sed: can't read -: No such file or directory<br>-bash: /usr/lib/bonobo/servers/Rhythmbox_Nautilus_Context_Menu.server: Permission denied<br>[root@nemausa ~]#<br><br>Any ideas?<br><br>MIchael<br><br><div><span class="gmail_quote">
On 1/20/06, <b class="gmail_sendername">Ray Strode</b> <<a href="mailto:rstrode@redhat.com">rstrode@redhat.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 2006-01-20 at 09:20 +1100, Bojan Smojver wrote:<br>> > for f in /usr/lib*/bonobo/servers/*.server; do sed -ie 's|$(LIB)|$LIB|'<br>> $f; done<br>><br>> Shouldn't that be: 's|$(LIB)|$LIB|g'<br>Doesn't matter, either way actually.  all the bonobo .server files that
<br>were affected don't have more than one occurrence of $(LIB) per line.<br><br>One problem with the above line though is the smashing of -ie toghether.<br>should probably be -i -e, because -i can take an optional "backup
<br>extension" that means the broken .server files become .servere files :-)<br>--Ray<br><br>--<br>fedora-devel-list mailing list<br><a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">
https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br></blockquote></div><br>