http://bugs.winehq.org/show_bug.cgi?id=31438
Mateusz Stachowski mateusz.stachowski@wp.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mateusz.stachowski@wp.pl
--- Comment #135 from Mateusz Stachowski mateusz.stachowski@wp.pl --- (In reply to Gahzi from comment #134)
I have made sure that the patch file is in the correct directory within the bottle alongside the dll it is meant to patch, but I can't get it to actually do its thing. All I've seen on this is that it has to be in the right directory, and I am to use the command patch -p0 < (directory to patch file), which I have tried several times.
You have to open Terminal in that directory. You can do this by either changing directory (the "cd" command) like this:
cd /media/Dane/.wine-Origin/drive_c/Program\ Files/Origin
or by installing a package that adds "Open in Terminal" to right click context menu of your file manager. In Ubuntu you can do this by installing:
sudo apt-get install nautilus-open-terminal
and then restarting Nautilus process to load this immediately:
nautilus -q
NOTE: The things that you type in Terminal can be autocompleted by tapping the "Tab" key
When you will have Terminal opened in the Origin folder:
patch -p0 < Qt5Network.bin.patch