I succeeded by following these instructions:
   [1]https://help.ubuntu.com/community/Wine#Creating_file_associations
   The shell script ( e.g. ~/.wine/Fronimo) should look like this (modify
   the QUICKPARLOCATION line if you have installed Fronimo to a different
   file location):
   #!/bin/sh
   QUICKPARLOCATION="c:\\Program Files (x86)\\Fronimo 3\\Fronimo.exe"
   PARAM=`winepath -w "$*"`
   wine "$QUICKPARLOCATION" "$PARAM"
   exit 0

   Frank A. Gerbode, M.D. kirjoitti 10.8.2020 klo 18.54:

     Many people that would like to run fronimo cannot do so because they
     are on a linux platform.  My website is hosted on a linux machine,
     all on the software I use in maintaining the site is linux-based
     (python, actually) and I would like to convert all my work to linux.
     It's only fronimo that is holding me back.
     Has anyone succeeded in running fronimo in linux under wine? I have
     ubuntu 20.04 and wine 5.0. I can install fronimo OK, but firing up a
     fronimo file, the first page is blank.
     Possibly there are configuration options under wine that would make
     fronimo work.
     Any success, anyone?
     --Sarge
    1.
    2.

   --

References

   1. https://help.ubuntu.com/community/Wine#Creating_file_associations


To get on or off this list see list information at
http://www.cs.dartmouth.edu/~wbc/lute-admin/index.html

Reply via email to