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 440012 - gparted menu entry is not HIG compliant
gparted menu entry is not HIG compliant
Status: RESOLVED FIXED
Product: gparted
Classification: Other
Component: application
0.3.6
Other All
: Normal minor
: ---
Assigned To: Curtis Gedak
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2007-05-20 19:49 UTC by petrosyan
Modified: 2008-04-09 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description petrosyan 2007-05-20 19:49:17 UTC
gparted menu entry is not HIG compliant.
Here is the current menu entry:"
Name=GParted
Comment=GNOME Partition Editor
"

According to HIG menu item name should be a functional description of the program. 
http://developer.gnome.org/projects/gup/hig/2.0/desktop-integration.html#menu-item-names


Also according to HIG the tooltip (Comment field) should be phrased as an imperative verb.
http://developer.gnome.org/projects/gup/hig/2.0/desktop-integration.html#menu-item-tooltips

I think "name=Partition Editor" would be a better and HIG compliant menu item name.

Also according to HIG the tooltip (Comment field) should be phrased as an imperative verb.
http://developer.gnome.org/projects/gup/hig/2.0/desktop-integration.html#menu-item-tooltips

"GNOME Partition Editor" is not phrased as an imperative verb.

Other information:
Comment 1 Cesare Tirabassi 2007-08-23 08:23:32 UTC
Note that in addition to the above, the .desktop file is not compliant to the freedesktop.org Desktop Entry Specification v1.0:

- the encode field is deprecated
- the icon should be extension-less
- Application is not a correct Category
Comment 2 Mario Bonino 2007-09-26 09:22:58 UTC
This .desktop file should be ok. 

[Desktop Entry]
Name=Partition Editor
Comment=Manage your partitions
Exec=gksu gparted
Icon=gparted
Terminal=false
Type=Application
Categories=GNOME;System;
StartupNotify=true
Comment 3 Curtis Gedak 2008-01-29 20:33:37 UTC
Thank you everyone for the detailed notes, hyper links, and sample desktop file regarding this issue.

These suggestions have been taken into consideration and applied to the new code repository at SourceForge.  (http://gparted.sourceforge.net/svn.php).

Regards,
Curtis Gedak
Comment 4 Curtis Gedak 2008-02-01 22:02:31 UTC
Rolled HIG code changes back to 0.3.3, and hence re-opened this bug.

I encountered difficulties with international language translation after making the suggested changes.  Not wishing to hold up a new release (0.3.5) of gparted, I have backed out the changes.

I will review these changes later when I have a better understanding of international language translation.

Sincerely,
Curtis Gedak
Comment 5 Curtis Gedak 2008-04-09 18:57:52 UTC
Thank you for your patience.  Now, with a stronger understanding of international language translation I have surpassed the earlier difficulties I experienced.

These changes have been committed to the gparted gnome repository for inclusion in
the next release.