mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user