By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2546

Summary: GTK3 Style Engine erases user defined settings
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: normal CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Darrell 2015-11-14 09:27:52 CST
This is related to bug 2385.

When using the GTK3 Style Engine module, the resulting ~/.config/gtk-3.0/settings.ini overwrites the existing file. Previous settings are deleted.

The correct result is the three keys should be appended to an existing settings.ini file or the three keys should be updated.

[Settings]
gtk-theme-name
gtk-icon-theme-name
gtk-fallback-icon-theme

Further, updating these three keys solely from a TDE perspective will overwrite the same keys desired for non TDE desktops. The TDE keys should be TDE specific to avoid conflicts when users alternate between TDE and other desktops.