Re: F8 and Maple11 or 9.5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux