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 98907 - [ui-review] Run program needs new icon
[ui-review] Run program needs new icon
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.1.x
Other other
: Normal trivial
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks: 115436
 
 
Reported: 2002-11-18 18:40 UTC by Andrew Sobala
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
48x48 stock_exec.png (2.38 KB, image/png)
2003-07-14 09:45 UTC, Jakub Steiner
Details

Description Andrew Sobala 2002-11-18 18:40:19 UTC
UI review: The "run program" dialog needs a new icon, since hands are bad
for L10N
Comment 1 Ben FrantzDale 2002-12-07 23:26:50 UTC
"Run" is a difficult concept to describe in an icon.

Literally, on could use a picture of a program (i.e., a window), which
is basically what we have now. That has serious issues with themeing,
and even then isn't too clear.

Metaphorically or symbolicly, everything I can think of (a power
switch, the power symbol, car keys, a windup key, etc) are all either
unclear or  are too easily confused with actions on the computer (like
turning it off).
Comment 2 Mark McLoughlin 2002-12-07 23:31:01 UTC
How about gtk's stock "execute" icon ?
Comment 3 Mark McLoughlin 2003-06-18 12:45:14 UTC
Jakub: any chance you can help us out here ?
Comment 4 Jakub Steiner 2003-07-14 09:12:47 UTC
I'm sort of thinking the stock_execute would work best here. If you
have better metaphore suggestions, I'm willing to pixelize your ideas.
Comment 5 Mark McLoughlin 2003-07-14 09:19:09 UTC
sorry jakub. I should have explained better :-) 

stock_exec is fine except I can't find a 48x48 version ...
Comment 6 Jakub Steiner 2003-07-14 09:45:21 UTC
Created attachment 18273 [details]
48x48 stock_exec.png
Comment 7 Jakub Steiner 2003-07-14 09:46:30 UTC
I think the old stock icons (+these big ones) should go to the
gnome-icon-theme. I'll look into this.
Comment 8 Mark McLoughlin 2003-07-14 10:11:35 UTC
Thanks much Jakub :-) I've just replaced the "run" icon with it for now.

2003-07-14  Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                       
        * icons/gnome-run.png: Replace the old icon with a 48x48
        version of GTK_STOCK_EXECUTE. Icon from Jakub Steiner
        in bug #98907.

                                                                     
                                                       2003-07-14 
Mark McLoughlin  <mark@skynet.ie>
                                                                     
                                                       
        * panel-run-dialog.c:
        (set_window_icon_from_stock): impl.
        (panel_run_dialog_set_icon),
        (panel_run_dialog_setup_pixmap): use PANEL_STOCK_RUN
        instead of GTK_STOCK_EXECUTE.
        (panel_run_dialog_new): set the window icon appropriately.
                                                                     
                                                       
        * panel-run-dialog.glade: don't set the stock icon here.