Comment 28 for bug 475891

Revision history for this message
Scott Howard (showard314) wrote : Re: [Bug 475891] Re: eagle crashes on: zoom into schematic

Thanks for the testing!
One more test:
rm /usr/share/eagle/bin/eagle

and then see if eagle crashes

(if you can't delete that file, could you:
ls /usr/share/eagle/bin/*
and see if anything is there?)

Finally (after the testing) to get functionality back, first try:
ln -s /usr/lib/eagle/bin/* ~/.eagle/bin/

and run the program
if that doesn't work:
cp /usr/lib/eagle/bin/eagle ~/.eagle/bin/

Let me know which combinations of those works

You don't have to worry about the debdiff. All the debdiff is doing is
exactly the commands above (rm ~/.eagle/bin/eagle).