Update SteamScript (fix Steam browser and Uplay rendering issues)#979
Update SteamScript (fix Steam browser and Uplay rendering issues)#979ImperatorS79 merged 6 commits intoPhoenicisOrg:masterfrom
Conversation
94dd176 to
42f8a6b
Compare
ImperatorS79
left a comment
There was a problem hiding this comment.
@Kreyren You should always test your changes as most as possible when you open a PR.
Didn't have time yesterday for tests + i prefer rolling model that doesn't require tests most of the time >.> |
|
Affected by #959 |
|
Blame @ImperatorS79: you broke Codacy Force-pushed Imperator's spam, because i'm lazy to invoke |
|
Ready to merge, #959 Should be resolved in another MR since i'm not touching that |
| wine.setOsForApplication().set("steamwebhelper.exe", "winxp").do(); | ||
|
|
||
| // Fix for Uplay games that are executed on steam | ||
| wine.setOsForApplication().set("upc.exe", "winvista").do(); |
There was a problem hiding this comment.
@plata Should we set it here ? It is a simple way to do IMHO ^^.
There was a problem hiding this comment.
@ImperatorS79 how else you want to do it assuming that we are not using quick uplay nor uplay script in quick steam script
There was a problem hiding this comment.
We could chose it is not the responsibility of SteamScript to handle it and for any Steamapps using Uplay you had to set it in the .preInstall. But I think your solution is clean.
There was a problem hiding this comment.
@ImperatorS79 I'm for sanitization your suggestion is better, proceed.
There was a problem hiding this comment.
It shouldn't hurt. I'm not sure about the "steamwebhelper.exe". Does this really work still?
There was a problem hiding this comment.
I'm not sure about the "steamwebhelper.exe". Does this really work still?
Works on my system (tm)
|
@Kreyren please:
|
Don't blame me, your current syntax is uneffective to explain the requests.. Tried to adapt it to your liking.
You are boring >:-( + it's not bloating |
|
It is bloating and completely useless. If you do not remove it, I will do so. |
it's improving sanity to perform more work for me 👀 but fine! |
|
Please complete the stubs I prepared for you. |
what stubs, did you forget to push? EDIT: Updated OP |
|
Thanks. That's what I'm talking about. |
|
@ImperatorS79 feel free to finish the review process here. |
|
Disclaimer: I'm not satisfied with the way we handle uplay workarounds here, should be sanitized and applied only when they are needed to avoid unexpected results. |
+ corefonts because they are used by steam