Bug 547700

Summary: kde-settings: use qtcurve-gtk2 by default
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: kde-settingsAssignee: Rex Dieter <rdieter>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fedora, jreznik, kevin, ltinkl, rdieter, smparrish, than
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-25 21:56:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 539278    

Description Rex Dieter 2009-12-15 13:21:52 UTC
Subject says it all, integrates nicely.  make it so! :)

Comment 1 Rex Dieter 2009-12-24 15:45:33 UTC
Any suggestions on implimenting this?

Off the top of my head:
1.  Rely on XDG_DATA_DIRS (or equivalent) and put some thing @
/usr/share/kde-settings/kde-profile/default/.../gtkrc
containing:
include "/usr/share/themes/QtCurve/gtk-2.0/gtkrc"

2.  create something like
/etc/kde/env/gtk2-rc-files.sh
containing:
GTK2_RC_FILES="/usr/share/themes/QtCurve/gtk-2.0/gtkrc"
export GTK2_RC_FILES

3.  hybrid of 1,2

Any better/easier way ?

Comment 2 Rex Dieter 2009-12-24 18:00:46 UTC
I'm leaning toward an option
4.  using something like 2, and merge what's in kcm-gtk's env script as well, copy os default/skeleton script to users' ~/.gtkrc-2.0-kde4 , and set GTK2_RC_FILES at that.
Note: this will deprecate kcm-gtk's current,
/etc/kde/evn/kcm-gtk.sh
script.

Comment 3 Rex Dieter 2009-12-25 21:56:28 UTC
* Fri Dec 25 2009 Rex Dieter <rdieter> 4.4-6
- use qtcurve-gtk2 by default (#547700