https://bugs.winehq.org/show_bug.cgi?id=50756
Alex Folland lexlexlex@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #30 from Alex Folland lexlexlex@gmail.com --- Hey Roman! I noticed your changes have been upstreamed, so I built the latest wine-staging and tested here. Everything works beautifully! Thank you so much. I'm marking this resolved. TortoiseSVN works well. The only tweaks we have to make for wine are:
1. Disable the Direct2D-rendered Scintilla text field by setting ScintillaDirect2D to "false" 2. Do either of the following:
-Disable ribbon UI in TortoiseMerge by creating a DWORD "HKCU\Software\TortoiseMerge\UseRibbons" and setting it to FALSE
or
-Copy the following DLLs from a Windows installation to ~/.wine/drive_c/windows/system32/ and rename them to lower-case versions, then set them to be used as overrides in winecfg:
-C:\Windows\System32\UIRibbon.dll -C:\Windows\System32\UIRibbonRes.dll -C:\Windows\System32\uxtheme.dll -C:\Windows\System32\propsys.dll
3. Set up some sort of integration with a file manager. I've shared my integration with Nemo here: https://github.com/AlexFolland/tortoisesvn-wine-nemo-actions
After that, TortoiseSVN will work with Linux in a relatively seamless way!
Thanks for all the help, everyone in this thread!