app-emulation/wine-proton: more clearly warn about lack of support

And repeat it every time rather than just on first install through
the README.gentoo so that (hopefully) upstream Valve will not get
more bug reports from here.

Furthermore note that we also can't really do much about issues
either and users seeking support should use normal Wine or normal
Proton.

Bug: https://bugs.gentoo.org/943001
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-11-07 18:47:50 -05:00
parent 9e16170434
commit c61a33e9c6
6 changed files with 35 additions and 4 deletions

View File

@@ -46,10 +46,6 @@ If have audio/video playback issues, note to look at GStreamer plugins.
Notably USE=ffmpeg on media-plugins/gst-plugins-meta which Proton normally
provide by default.
Note that upstream may not be interested in bug reports without first
reproducing using the actual Steam+Proton rather than this custom
standalone build (esp. if lacking certain things like dxvk).
---
If have other Wine variants installed, remember to either use `eselect wine`

View File

@@ -372,6 +372,13 @@ pkg_postinst() {
fi
fi
ewarn
ewarn "Warning: please consider ${PN} provided as-is without real"
ewarn "support. Upstream does not want bug reports unless can reproduce"
ewarn "with real Steam+Proton, and Gentoo is largely unable to help"
ewarn "unless it is a build/packaging issue. So, if need support, try"
ewarn "normal Wine or Proton instead."
eselect wine update --if-unset || die
}

View File

@@ -389,6 +389,13 @@ pkg_postinst() {
fi
fi
ewarn
ewarn "Warning: please consider ${PN} provided as-is without real"
ewarn "support. Upstream does not want bug reports unless can reproduce"
ewarn "with real Steam+Proton, and Gentoo is largely unable to help"
ewarn "unless it is a build/packaging issue. So, if need support, try"
ewarn "normal Wine or Proton instead."
eselect wine update --if-unset || die
}

View File

@@ -421,6 +421,13 @@ pkg_postinst() {
fi
fi
ewarn
ewarn "Warning: please consider ${PN} provided as-is without real"
ewarn "support. Upstream does not want bug reports unless can reproduce"
ewarn "with real Steam+Proton, and Gentoo is largely unable to help"
ewarn "unless it is a build/packaging issue. So, if need support, try"
ewarn "normal Wine or Proton instead."
eselect wine update --if-unset || die
}

View File

@@ -421,6 +421,13 @@ pkg_postinst() {
fi
fi
ewarn
ewarn "Warning: please consider ${PN} provided as-is without real"
ewarn "support. Upstream does not want bug reports unless can reproduce"
ewarn "with real Steam+Proton, and Gentoo is largely unable to help"
ewarn "unless it is a build/packaging issue. So, if need support, try"
ewarn "normal Wine or Proton instead."
eselect wine update --if-unset || die
}

View File

@@ -423,6 +423,13 @@ pkg_postinst() {
fi
fi
ewarn
ewarn "Warning: please consider ${PN} provided as-is without real"
ewarn "support. Upstream does not want bug reports unless can reproduce"
ewarn "with real Steam+Proton, and Gentoo is largely unable to help"
ewarn "unless it is a build/packaging issue. So, if need support, try"
ewarn "normal Wine or Proton instead."
eselect wine update --if-unset || die
}