After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167561 - stock icon is old type on dialog.
stock icon is old type on dialog.
Status: RESOLVED NOTABUG
Product: gtk-engines
Classification: Deprecated
Component: general
2.6.x
Other All
: Normal normal
: ---
Assigned To: gtk-engines maintainers
gtk-engines maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-16 05:05 UTC by sangu
Modified: 2005-09-09 21:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
in mist gtk engine (9.68 KB, image/png)
2005-02-16 05:06 UTC, sangu
Details
in gtk smooth engine (12.13 KB, image/png)
2005-02-16 05:07 UTC, sangu
Details

Description sangu 2005-02-16 05:05:13 UTC
Please describe the problem:
But glider (used Smooth gtk engine) is new type icon.

cat /usr/share/themes/Glider/gtk-2.0/iconrc
# This is a stock iconrc file. Just replace the image names.

style "icons" {
        stock["gtk-goto-bottom"]        = {{"stock_bottom.png"}}
        stock["gtk-goto-first"]         = {{"stock_first.png"}}
        stock["gtk-goto-last"]          = {{"stock_last.png"}}
        stock["gtk-goto-top"]           = {{"stock_top.png"}}
        stock["gtk-go-back"]            = {{"stock_left.png"}}
        stock["gtk-go-down"]            = {{"stock_down.png"}}
        stock["gtk-go-forward"]         = {{"stock_right.png"}}
        stock["gtk-go-up"]              = {{"stock_up.png"}}
        stock["gtk-no"]                 = {{"stock_cancel.png"}}
        stock["gtk-apply"]              = {{"stock_apply.png"}}
        stock["gtk-cancel"]             = {{"stock_cancel.png"}}
        stock["gtk-ok"]                 = {{"stock_ok.png"}}
        stock["gtk-yes"]                = {{"stock_apply.png"}}
        stock["gtk-refresh"]            = {{"stock_refresh.png"}}
}
widget_class "GtkWidget" style "icons"
class "GtkWidget" style "icons"


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?
always

Other information:
Comment 1 sangu 2005-02-16 05:06:11 UTC
Created attachment 37521 [details]
in mist gtk engine
Comment 2 sangu 2005-02-16 05:07:13 UTC
Created attachment 37522 [details]
in gtk smooth engine
Comment 3 Thomas Wood 2005-02-16 11:29:09 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, 
but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 167446 ***
Comment 4 sangu 2005-09-09 14:04:50 UTC
Thomas Wood : This problem still happens.

All engines use old type stock icons except smooth engine.

And this bug seems to be different bug 167446 .

----
gtk2-engines-2.6.5-1, gnome-themes-2.12.0-1
Comment 5 sangu 2005-09-09 14:36:51 UTC
Sorry about my misposting.

Only "Cancel Button" has old type stock icon.
Comment 6 Thomas Wood 2005-09-09 21:13:13 UTC
The icons in your "Smooth" screenshot are actually from the Bluecurve icon
theme. The icon theme is not controlled by the gtk-engine or gtk theme, so I
assume you have a different icon theme selected when using your smooth engine
theme. Could you make sure that your icon theme is "GNOME" when looking at both
themes and let us know if that clears your problem.