Hello,
I have a related question. An app, which for me requires no work-around and which I've submitted with a platinum rating, was down-graded by a maintainer to gold, because for him it requires a work-around.
The requirement itself, which the argument is about, are the MS fonts, which many applications need, but often cannot be provided simply due to their copyright. To deny an app a platinum rating only because of the MS fonts alone is questionable, because many applications need them and so many apps are possibly being denied the highest rating, when really it's a WINE problem for not providing these fonts in the first place and a very old one as such.
However as it stands does my distro provide these fonts system-wide in a separate package and it in fact does not require winetricks. For Debian does a proper WINE installation look like the following, i.e. in combination with an Nvidia card:
Code: Select all
dpkg --add-architecture i386
apt update
apt install \
wine \
wine32 \
wine64 \
libwine \
libwine:i386 \
fonts-wine \
ttf-mscorefonts-installer \
nvidia-alternative
Once WINE has been installed can the app be installed without requiring any work-arounds such as "winetricks corefonts". Yet, the maintainer decided to downgrade it to GOLD due to the fact that for him it requires "winetricks corefonts".
If I would accept the maintainer's logic then any app, which requires a decent OpenGL implementation could also not receive the highest rating either, because many users would first have to install the necessary drivers for it.
Why is this necessary? It's only pedantic and idiotic to deny apps the highest rating, because of this.