09-10-2020, 10:01 PM
(This post was last modified: 09-10-2020, 10:03 PM by xeonicus.
Edit Reason: privacy tweak
)
(09-10-2020, 06:25 PM)tmanni Wrote: IMO, the plugin fails to find your themerc file, falling back to the default window gtk theme.
Part of the code involved :
https://github.com/douglasvinis/gimp-fan...im.py#L478
https://github.com/douglasvinis/gimp-fan...im.py#L446
Possibly.
In C:\Users\<myuserid>\AppData\Roaming\GIMP\2.10\ I see a themerc file. When I open and look at it, it contains:
Code:
style "gimp-spin-scale-style"
{
GimpSpinScale::compact = 1
}
class "GimpSpinScale" style "gimp-spin-scale-style"
include "C:\\Program Files\\GIMP 2\\share\\gimp\\2.0\\themes\\Dark\\gtkrc"
include "C:\\Program Files\\GIMP 2\\etc\\gimp\\2.0\\gtkrc"
include "C:\\Users\\<myuserid>\\AppData\\Roaming\\GIMP\\2.10\\gtkrc"
Is themerc file in the wrong spot? Is the code looking in the wrong location perhaps? Where is does it look on line:
Code:
gimp.personal_rc_file('themerc')