A little long, but hopefully it helps.
I've used Pegasus with wine under Fedora for many years.
That is thru a number of versions, since they come out with a
new release ever 3 months.
Here are the current packages for wine I have installed.
Some might not be required.
I've also moved to using the winehq release since they seem
to update faster, and have resolved a few issues quickly.
rpm -qa | grep wine
wine-dxvk-dxgi-1.10.3-1.fc36.i686
wine-dxvk-dxgi-1.10.3-1.fc36.x86_64
wine-mono-7.4.0-1.fc36.noarch
wine-wingdings-fonts-8.4-1.fc36.noarch
wine-filesystem-8.4-1.fc36.noarch
wine-tahoma-fonts-8.4-1.fc36.noarch
wine-times-new-roman-fonts-8.4-1.fc36.noarch
wine-webdings-fonts-8.4-1.fc36.noarch
wine-system-fonts-8.4-1.fc36.noarch
wine-symbol-fonts-8.4-1.fc36.noarch
wine-small-fonts-8.4-1.fc36.noarch
wine-ms-sans-serif-fonts-8.4-1.fc36.noarch
wine-marlett-fonts-8.4-1.fc36.noarch
wine-fixedsys-fonts-8.4-1.fc36.noarch
wine-courier-fonts-8.4-1.fc36.noarch
wine-arial-fonts-8.4-1.fc36.noarch
wine-fonts-8.4-1.fc36.noarch
wine-times-new-roman-fonts-system-8.4-1.fc36.noarch
wine-tahoma-fonts-system-8.4-1.fc36.noarch
wine-wingdings-fonts-system-8.4-1.fc36.noarch
wine-systemd-8.4-1.fc36.noarch
wine-devel64-8.5-1.1.x86_64
wine-devel-common-8.5-1.1.i686
winehq-devel-8.5-1.1.x86_64
To enable the WINEHQ it has instructions on site.
cat winehq.repo
[WineHQ]
name=WineHQ packages
type=rpm-md
baseurl=https://dl.winehq.org/wine-builds/fedora/36
gpgcheck=1
gpgkey=https://dl.winehq.org/wine-builds/winehq.key
enabled=1
Then I installed the devel version, but there is also stable.
https://www.winehq.org/
With winetricks I've installed this options
cat winetricks.log
corefonts
liberation
tahoma
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
liberation
win8
opensymbol
unifont
Under wine winecfg
I have it set to default to Windows 10
Under Graphics I set dpi to 144 to get better display with my screen size
but you might use different options. Default is 96 dpi.
Cosmetic - set desktop integration to light theme.
I didn't care for default dark theme...
Don't recall any other changes in that.
After installing Pegasus the IERender has been an issue.
Seems wine does have full support of the IE dlls, since
firefox and other browsers work fine. Seems IERender is
looking into moving to chromium/Edge support that might
eventually work under wine or not?
Right now, after installing Pegasus best option is to go to
PMAIL/Programs directory and run wine unins000.exe
That should uninstall the IERender completely
I use short cut with
env WINEDEBUG=fixme-all,err+all wine64 /home/msetzerii/.wine/drive_c/PMAIL/Programs/WINPM-32.EXE -A
Have it set to run in terminal, so it opens a terminal window so any back ground messages can be seen.
Can also just go to the directory with the WINPM-32.EXE and run wine WINPM-32.EXE.
Note: I tend to make files all upper case, since Linux is very case sensitive.
Don't know if the -A is needed, but it doesn't seem to hurt.
I have a Single user setup, so it automatically loads with my Identity.
If you have multiple Identities, you can add the -I username to automatically load them.
Otherwise it will prompt you to enter it.
I did setup on Ubuntu machines long ago, but don't have any at this time.
Know others are using other distros. Never did wine on netbsd.
Hope that helps or at least gives some info.
Last thing. I've generally found the latest TER32.DLL and HTS32.DLL do a better html resolution then the IERENDER and BEARHTML, so I also remove the bearhtml files. Only issue I found is that some AMAZON messages don't display with a little spacing issue, but think it is more of a poor html coding on Amazon's part. Have a fix for it. Has table in table in table. But running this script on CNM file or on my Amazon folder will fix it.
sed -i 's</b> <br /> </p>=20</b><br /></p></td>_g' $1
Well. Good Luck, and hope that helps.
A little long, but hopefully it helps.
I've used Pegasus with wine under Fedora for many years.
That is thru a number of versions, since they come out with a
new release ever 3 months.
Here are the current packages for wine I have installed.
Some might not be required.
I've also moved to using the winehq release since they seem
to update faster, and have resolved a few issues quickly.
rpm -qa | grep wine
wine-dxvk-dxgi-1.10.3-1.fc36.i686
wine-dxvk-dxgi-1.10.3-1.fc36.x86_64
wine-mono-7.4.0-1.fc36.noarch
wine-wingdings-fonts-8.4-1.fc36.noarch
wine-filesystem-8.4-1.fc36.noarch
wine-tahoma-fonts-8.4-1.fc36.noarch
wine-times-new-roman-fonts-8.4-1.fc36.noarch
wine-webdings-fonts-8.4-1.fc36.noarch
wine-system-fonts-8.4-1.fc36.noarch
wine-symbol-fonts-8.4-1.fc36.noarch
wine-small-fonts-8.4-1.fc36.noarch
wine-ms-sans-serif-fonts-8.4-1.fc36.noarch
wine-marlett-fonts-8.4-1.fc36.noarch
wine-fixedsys-fonts-8.4-1.fc36.noarch
wine-courier-fonts-8.4-1.fc36.noarch
wine-arial-fonts-8.4-1.fc36.noarch
wine-fonts-8.4-1.fc36.noarch
wine-times-new-roman-fonts-system-8.4-1.fc36.noarch
wine-tahoma-fonts-system-8.4-1.fc36.noarch
wine-wingdings-fonts-system-8.4-1.fc36.noarch
wine-systemd-8.4-1.fc36.noarch
wine-devel64-8.5-1.1.x86_64
wine-devel-common-8.5-1.1.i686
winehq-devel-8.5-1.1.x86_64
To enable the WINEHQ it has instructions on site.
cat winehq.repo
[WineHQ]
name=WineHQ packages
type=rpm-md
baseurl=https://dl.winehq.org/wine-builds/fedora/36
gpgcheck=1
gpgkey=https://dl.winehq.org/wine-builds/winehq.key
enabled=1
Then I installed the devel version, but there is also stable.
https://www.winehq.org/
With winetricks I've installed this options
cat winetricks.log
corefonts
liberation
tahoma
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
liberation
win8
opensymbol
unifont
Under wine winecfg
I have it set to default to Windows 10
Under Graphics I set dpi to 144 to get better display with my screen size
but you might use different options. Default is 96 dpi.
Cosmetic - set desktop integration to light theme.
I didn't care for default dark theme...
Don't recall any other changes in that.
After installing Pegasus the IERender has been an issue.
Seems wine does have full support of the IE dlls, since
firefox and other browsers work fine. Seems IERender is
looking into moving to chromium/Edge support that might
eventually work under wine or not?
Right now, after installing Pegasus best option is to go to
PMAIL/Programs directory and run wine unins000.exe
That should uninstall the IERender completely
I use short cut with
env WINEDEBUG=fixme-all,err+all wine64 /home/msetzerii/.wine/drive_c/PMAIL/Programs/WINPM-32.EXE -A
Have it set to run in terminal, so it opens a terminal window so any back ground messages can be seen.
Can also just go to the directory with the WINPM-32.EXE and run wine WINPM-32.EXE.
Note: I tend to make files all upper case, since Linux is very case sensitive.
Don't know if the -A is needed, but it doesn't seem to hurt.
I have a Single user setup, so it automatically loads with my Identity.
If you have multiple Identities, you can add the -I username to automatically load them.
Otherwise it will prompt you to enter it.
I did setup on Ubuntu machines long ago, but don't have any at this time.
Know others are using other distros. Never did wine on netbsd.
Hope that helps or at least gives some info.
Last thing. I've generally found the latest TER32.DLL and HTS32.DLL do a better html resolution then the IERENDER and BEARHTML, so I also remove the bearhtml files. Only issue I found is that some AMAZON messages don't display with a little spacing issue, but think it is more of a poor html coding on Amazon's part. Have a fix for it. Has table in table in table. But running this script on CNM file or on my Amazon folder will fix it.
sed -i 's_</b> <br /> </p>=20_</b><br /></p></td>_g' $1
Well. Good Luck, and hope that helps.