Bug 447008

Summary: RFE: Use preferences-desktop-locale for menu entry icon
Product: [Fedora] Fedora Reporter: Martin Sourada <martin.sourada>
Component: system-config-languageAssignee: Pravin Satpute <psatpute>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: eng-i18n-bugs
Target Milestone: ---Keywords: i18n
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-26 06:04:21 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:
Attachments:
Description Flags
it will change icon to preferences-desktop-locale for menu entry icon none

Description Martin Sourada 2008-05-16 22:47:01 UTC
Description of problem:
Currently system-config-language ships it's own icon, while it could easily use
preferences-desktop-locale described in the icon-naming-specs. User would profit
from more consistent look of the menu entries, as the Bluecurve icon it uses now
fits only to the Bluecurve icon theme, while we use Mist (and in the future
probably Echo) as our default theme.

Version-Release number of selected component (if applicable):
all

How reproducible:
always

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


Expected results:


Additional info:
Needs to change system-config-language.desktop to contain (yes, w/o file extension)

Icon=preferences-desktop-locale

and might drop shipping it's own icon.

Comment 1 Pravin Satpute 2008-05-23 03:27:38 UTC
Created attachment 306442 [details]
it will change icon to preferences-desktop-locale for menu entry icon

Comment 2 Pravin Satpute 2008-05-23 03:28:24 UTC
done changes in rawhide
rpm version system-config-language-1.2.15-4

Comment 3 Martin Sourada 2008-05-23 16:42:55 UTC
Thanks. Would be also nice to perform better lookup for the icon in the
application itself, see
http://library.gnome.org/devel/gtk/stable/GtkIconTheme.html for the icon lookup
functions in gtk+, I don't know how these functions are implemented in pygtk.


Comment 4 Pravin Satpute 2008-06-26 06:04:21 UTC
sure, i will try this once :)