https://bugs.kde.org/show_bug.cgi?id=417534

--- Comment #5 from Guilherme Silva <oguilhe...@protonmail.com> ---
Sorry I took this long to respond.

Yes, I can still reproduce this on Plasma 5.18.5.

A quick search for ".gtkrc-2.0" on KDE's org on Github showed me this file
(specifically, the writeGtk2Settings() method):

https://github.com/KDE/plasma-workspace/blob/7f2ae10539f2167663aab713986e3f5e0528289f/gmenu-dbusmenu-proxy/menuproxy.cpp#L169

That method doesn't address the GTK2_RC_FILES variable, instead it hardcodes it
to ~/.gtkrc-2.0. A bit down in the code, that method is called by
writeGtk2Settings(), which I guess ends up creating a new (but empty)
.gtkrc-2.0 in my home directory.

Just a wild guess, though. I'm not a C++ programmer but I'll try fixing it
locally, and I'll let you guys know if that's what's causing the problem.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to