home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / apps / corel-wp9.txt < prev    next >
Text File  |  2002-01-24  |  1KB  |  40 lines

  1. Here's a Debian+corelwine-cvs success story...
  2.  
  3. I use Debian potato aka 2.2 (glibc 2.1.3 based).
  4.  
  5. My WPO2000 was completely unusable as supplied by Corel, because of
  6. focus problems and hangups.  (They also didn't honor their rebate offer,
  7. so, not only was it broken, but also expensive!  Grrrrrr....)
  8.  
  9. The process was simple...
  10.  
  11. 1.  Download
  12. http://students.cs.byu.edu/~torriem/linux/corelwine-cvs-0.1-1.i386.rpm
  13.  
  14. 2.  Convert it to a .deb using alien:
  15. alien corelwine-cvs-0.1-1.i386.rpm
  16.  
  17. 3.  Install the .deb:
  18. su -c 'dpkg -i corelwine-cvs-0.1-1.i386.rpm'
  19.  
  20. 4.  Test it by launching WPO2000 applications prefixed with a library
  21. path
  22. override, e.g:  LD_LIBRARY_PATH=/usr/lib/corel/wine-cvs/lib wordperfect
  23.  
  24. 5.  If happy with the results, make it permanent.  
  25.   As superuser...
  26.     cd /usr/lib/corel/
  27.     mv wine wine-orig
  28.     ln -sf wine-cvs wine
  29.     cd /usr/lib/corel/bin
  30.     mv wpolauncher wpolauncher.orig
  31.     ln -sf wpolauncher.new wpolauncher
  32.  
  33. I can't vouch for the overall stability yet, but it DOES fix the
  34. focus behavior!  WPO2000 now seems useable, where before it was a
  35. hopeless basket case.
  36.  
  37. Thanks to Michael Torrie for pulling together the corel cvs wine rpm.
  38.  
  39. Derek
  40.