Bug 533139

Summary: missing qt4-config int the system-> preferences menu
Product: [Fedora] Fedora Reporter: chedi toueiti <chedi.toueiti>
Component: qtAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: kevin, ltinkl, rdieter, than
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-05 13:48:31 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:

Description chedi toueiti 2009-11-05 10:41:31 UTC
Description of problem:
I'm just missing the qtconfig-qt4 in the system->preferences panel (but I have the qt3 one).

Version-Release number of selected component (if applicable):
qt-x11-4.5.3-7.fc12.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

I think I'm missing something here, why there is two enrties from the same file ??

[chedi@localhost Desktop]$ rpm -ql qt-x11 | grep desktop
/usr/share/applications/qt4-qtconfig.desktop
/usr/share/applications/qt4-qtconfig.desktop

[chedi@localhost Desktop]$ rpm -ql qt-x11 | grep desktop | xargs ls -li
58304 -rw-r--r--. 1 root root 234 2009-10-29 17:30 /usr/share/applications/qt4-qtconfig.desktop
58304 -rw-r--r--. 1 root root 234 2009-10-29 17:30 /usr/share/applications/qt4-qtconfig.desktop


[chedi@localhost Desktop]$ rpm -ql qt-x11 | grep desktop | xargs cat

[Desktop Entry]
Name=Qt4 Config 
Comment=Configure Qt4 behavior, styles, fonts
Exec=qtconfig-qt4
Icon=qt4-logo
Terminal=false
Encoding=UTF-8
Type=Application
Categories=Qt;Settings;
NoDisplay=true
X-Desktop-File-Install-Version=0.15

[Desktop Entry]
Name=Qt4 Config 
Comment=Configure Qt4 behavior, styles, fonts
Exec=qtconfig-qt4
Icon=qt4-logo
Terminal=false
Encoding=UTF-8
Type=Application
Categories=Qt;Settings;
NoDisplay=true
X-Desktop-File-Install-Version=0.15

Comment 1 Kevin Kofler 2009-11-05 10:59:39 UTC
Well, this is intentionally hidden from the menu. But I don't really see why we're hiding it, can't we just drop that NoDisplay patch? Our users expect to find qtconfig-qt4 in the menu!

Comment 2 Rex Dieter 2009-11-05 13:47:13 UTC
2 copies = 2 copies of qt-x11 (ie, you have a multilib'd x86_64/i386 install)?

Otherwise, a dup bug #244879

Maybe we could consider going back to simply not installing it (qt-config) by default, and show the menu when/if it is installed.

The primary reason it's hidden, is that most users don't want or need to see it.  It's setting are largely superceded by the environment you're running in (esp if in KDE).

Comment 3 Rex Dieter 2009-11-05 13:48:31 UTC
Anyway, not going to change via bugzilla, discussion needs to happen on-list (or in irc) or something.

*** This bug has been marked as a duplicate of bug 244879 ***