On Friday 16 November 2007, Mike C wrote: > Mike C <mike.cohler <at> gmail.com> writes: > > Yes I am using IcedTea that is default in F8. I remember > > seeing some instructions for running IcedTea as well as Sun > > Java but I will have to dig them out. > > I have just seen a bz where this is discussed and how to work > around for maple. > https://bugzilla.redhat.com/show_bug.cgi?id=254144#c18 You may try find /opt/Local/vers/maple11/ -name 'libmawt.so' and then apply known "sed-fix" to every file with libmawt.so name. This can be done automatically with the following command (use it only once): find /opt/Local/vers/maple11/ -name 'libmawt.so' -print \ | xargs -n1 sed -i.original 's/XINERAMA/FAKEEXTN/g' However, I would suggest yuo to make a backup before doing this: tar czPf maple11.tar.gz /opt/Local/vers/maple11 This will help you to restore the Maple in case of failure without full reinstall. The latter may become impossible with X libraries that you have now since Maple uses java during installation process. Serguei. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list