Bug 103928

Summary: control-center miss audio and proxy icons
Product: [Retired] Red Hat Linux Beta Reporter: Féliciano Matias <feliciano.matias>
Component: control-centerAssignee: Jonathan Blandford <jrb>
Status: CLOSED UPSTREAM QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: low    
Version: beta1CC: ddumas
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-09-09 19:53:19 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
screenshot none

Description Féliciano Matias 2003-09-07 21:45:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
control-center miss audio and proxy icons.

This can be state only if nautilus is not runnig.

Unlike nautilus, control-center don't use theme icons.

Version-Release number of selected component (if applicable):
control-center-2.3.5-2

How reproducible:
Always

Steps to Reproduce:
1- Verify that nautilus is not renning.
2- launch gnome-control-center.

Comment 1 Jonathan Blandford 2003-09-08 19:25:25 UTC
What do you mean by it misses the audio and proxy icons?  What's 'it' in this
case?  Can you take a screenshot?

Comment 2 Féliciano Matias 2003-09-08 21:25:02 UTC
Created attachment 94315 [details]
screenshot

Comment 3 Féliciano Matias 2003-09-08 21:28:04 UTC
> What do you mean by it misses the audio and proxy icons?

Example :
$ strace -e trace=access gnome-control-center 2>&1 | egrep "(audio)|(globe)"
access("/usr/share/control-center-2.0/icons/gnome-audio.png", F_OK) = -1 ENOENT
(No such file or directory)
access("/usr/share/pixmaps/gnome-audio.png", F_OK) = -1 ENOENT (No such file or
directory)
access("/usr/share/control-center-2.0/icons/gnome-globe.png", F_OK) = -1 ENOENT
(No such file or directory)
access("/usr/share/pixmaps/gnome-globe.png", F_OK) = -1 ENOENT (No such file or
directory)

Comment 4 Féliciano Matias 2003-09-08 21:32:50 UTC
Sorry, i forgot to set priority and severity.

Comment 5 Jonathan Blandford 2003-09-09 19:53:19 UTC
ah!  you mean in the shell.  This shell is basically unsupported in favor of
nautilus and the menus.  It looks like it's not looking in the icon spec as a
backup for the control-cneter icons.  Filed upstream as:
http://bugzilla.gnome.org/show_bug.cgi?id=121859

Comment 6 Féliciano Matias 2003-09-09 22:39:27 UTC
> ah!  you mean in the shell.

From the menu there is the same problem. It's only append if nautilus is not
running.

This don't append with nautilus because nautilus use theme icons. For example if
i launch gnome-control-center (with a shell :-)) and nautilus is running,
nautilus use  /usr/share/icons/Bluecurve/48x48/apps/gnome-globe.png from 
redhat-artwork (If bluecurve is the current theme) and
/usr/share/icons/gnome/48x48/apps/gnome-audio.png from gnome-icon-theme package
because there is no gnome-audio.png in bluecurve theme.

There is two bugs :
- control-center miss audio et proxy icons.
- control-center don't use theme icons.