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 - GTK3 Style Engine erases user defined settings
Summary: GTK3 Style Engine erases user defined settings
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2015-11-14 09:27 CST by Darrell
Modified: 2018-05-27 10:12 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.