Heh, thanks alot mate, although all thanks should strictly go to Cas and the rest of the actual developers, past and present, but nonetheless I do apreciate it regardless
Firstly, i've re'upped the deluge-2.0-fix-plugins.bat script from my previous post(and also the previously posted deluge-2.0-installer.bat), though there's nothing wrong with the previous version and you wil not notice any changes if running the new one, but i'm just rather pedantic and as I found that copying the plugins wasn't needed(though doesn't hurt either), so the new script keeps the plugins the more correct place and deletes the copied ones which the previous script made. Rightclick and run as admin, while having deluge(d) closed, though again, it's optional to run it, as wont change anything from a practical/functional standpoint, I just have little OCD with such things I must admit, lol. Also, if running the script, then don't worry about some errors possibly flashing by on-screen, as it's by design and not "real" errors.
Anyway, I see what you mean jeps, and the only way I know how to fix this, is to change the used theme. I used the win32 gtk3-theme in my install-script, as Cas stated that it would improve the look somewhat, but I see the hard to read issue you're referring to with it. If using the default theme instead, I believe it's adwaita or something, then I didn't get that issue myself with the hard to read part, but I don't know if the theme otherwise appeals to you. It's very easy to change to this, as you just open the file 'C:\gvsbuild\release\etc\gtk-3.0\settings.ini' and simply comment-out the line starting with 'gtk-theme-name' , i.e. change:
To instead:
Or, alternatively, you could simply delete the whole file, it's up to you and gets same result, but it's just easier to revert back if needed by merely removing the '#' symbol.
If this solution isn't good enough, then you can lastly try the darker variant of that by adding this line additionally to 'settings.ini'(in addition to commenting out 'gtk-theme-name' as stated above):
Code: Select all
gtk-application-prefer-dark-theme=1
If not liking these possibilities, then you need to find another gtk3-theme, preferably a win10 one, and download and extract to correct place and define to load it in settings.ini and there's a bunch of those online + guides on how it's done, and also pkgfi previously in this thread described how he applied a dark theme and posted pics of the outcome:
viewtopic.php?f=12&t=55404&start=20#p230187
When reading on the GTK site about Windows, then they state the win32 theme is mimicking Windows 7 and so if wanting a proper look on Windows 10 then they suggest using the 3'rd party Windows 10 Transformation Pack instead. Directions for that follows here:
Download zip:
https://github.com/B00merang-Project/Wi ... master.zip
Extract the archive.
Make a new empty folder named Windows10 under 'C:\gvsbuild\release\share\themes'
Copy the folder 'gtk-3.20' from the 'Windows-10-master' folder into 'C:\gvsbuild\release\share\themes\Windows10'.
Change 'C:\gvsbuild\release\etc\gtk-3.0\settings.ini' so that it states 'gtk-theme-name=Windows10'
Start Deluge.
It's very white'ish, so if wanting a dark version, add 'gtk-application-prefer-dark-theme=1' into 'C:\gvsbuild\release\etc\gtk-3.0\settings.ini'.
For both the white and black version, it was also recomended using in 'C:\gvsbuild\release\etc\gtk-3.0\settings.ini': 'gtk-font-name=Segoe UI 9', but didn't change much for me as far as I could see.
Good luck
