non-HIG complient menu tooltip
Bug #677745 reported by
Josh McFarlane
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Shutter |
Fix Released
|
Low
|
Mario Kemper (Romario) | ||
shutter (Ubuntu) |
Fix Released
|
Low
|
Unassigned |
Bug Description
Currently the comment does meet the HIG as it doesn't begin with a verb.
Suggested changes are:
--- ./old/shutter-
:52.000000000 +1000
+++ ./new/shutter-
:26.918574921 +1000
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Name=Shutter
-Comment=
+Comment=Capture, edit and share screenshots
Exec=shutter %F
Icon=shutter
Terminal=false
Related branches
lp:~kklimonda/ubuntu/natty/shutter/0.87-0ubuntu1
- Artur Rona (community): Approve
-
Diff: 224008 lines (+92656/-63431)174 files modifiedREADME (+1/-1)
bin/shutter (+10908/-9842)
debian/changelog (+12/-0)
debian/control (+1/-1)
share/applications/shutter.desktop (+8/-3)
share/doc/shutter/README (+1/-1)
share/shutter/resources/conf/shape.conf (+17/-0)
share/shutter/resources/credits/art (+2/-0)
share/shutter/resources/icons/desktop.svg (+592/-0)
share/shutter/resources/icons/drawing_tool/cursor/number (+1/-1)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_center_bottom.svg (+104/-0)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_center_top.svg (+104/-0)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_left.svg (+104/-0)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_left_top.svg (+104/-0)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_right.svg (+104/-0)
share/shutter/resources/icons/drawing_tool/objects/Forms/Callouts/Callout_ubuntu_right_top.svg (+104/-0)
share/shutter/resources/icons/notify.svg (+75/-41)
share/shutter/resources/license/gplv3_hint (+1/-1)
share/shutter/resources/modules/File/HomeDir.pm (+0/-618)
share/shutter/resources/modules/File/HomeDir/Driver.pm (+0/-19)
share/shutter/resources/modules/File/HomeDir/Unix.pm (+0/-167)
share/shutter/resources/modules/Shutter/App/AboutDialog.pm (+1/-1)
share/shutter/resources/modules/Shutter/App/Autostart.pm (+101/-0)
share/shutter/resources/modules/Shutter/App/Common.pm (+39/-9)
share/shutter/resources/modules/Shutter/App/Directories.pm (+77/-0)
share/shutter/resources/modules/Shutter/App/GlobalSettings.pm (+1/-1)
share/shutter/resources/modules/Shutter/App/HelperFunctions.pm (+11/-6)
share/shutter/resources/modules/Shutter/App/Menu.pm (+51/-10)
share/shutter/resources/modules/Shutter/App/Notification.pm (+1/-1)
share/shutter/resources/modules/Shutter/App/Optional/Exif.pm (+57/-0)
share/shutter/resources/modules/Shutter/App/Options.pm (+91/-0)
share/shutter/resources/modules/Shutter/App/ShutterNotification.pm (+13/-11)
share/shutter/resources/modules/Shutter/App/SimpleDialogs.pm (+19/-4)
share/shutter/resources/modules/Shutter/App/Toolbar.pm (+67/-16)
share/shutter/resources/modules/Shutter/App/TrashInfo.pm (+81/-0)
share/shutter/resources/modules/Shutter/Draw/DrawingTool.pm (+139/-113)
share/shutter/resources/modules/Shutter/Geometry/Region.pm (+1/-1)
share/shutter/resources/modules/Shutter/Pixbuf/Border.pm (+1/-1)
share/shutter/resources/modules/Shutter/Pixbuf/Load.pm (+146/-0)
share/shutter/resources/modules/Shutter/Pixbuf/Save.pm (+40/-1)
share/shutter/resources/modules/Shutter/Pixbuf/Thumbnail.pm (+10/-6)
share/shutter/resources/modules/Shutter/Screenshot/Error.pm (+25/-4)
share/shutter/resources/modules/Shutter/Screenshot/History.pm (+1/-1)
share/shutter/resources/modules/Shutter/Screenshot/Main.pm (+13/-1)
share/shutter/resources/modules/Shutter/Screenshot/SelectorAdvanced.pm (+88/-61)
share/shutter/resources/modules/Shutter/Screenshot/SelectorAuto.pm (+106/-0)
share/shutter/resources/modules/Shutter/Screenshot/SelectorSimple.pm (+19/-16)
share/shutter/resources/modules/Shutter/Screenshot/Web.pm (+1/-1)
share/shutter/resources/modules/Shutter/Screenshot/Window.pm (+316/-141)
share/shutter/resources/modules/Shutter/Screenshot/WindowName.pm (+82/-0)
share/shutter/resources/modules/Shutter/Screenshot/WindowXid.pm (+49/-29)
share/shutter/resources/modules/Shutter/Screenshot/Workspace.pm (+1/-1)
share/shutter/resources/modules/Shutter/Upload/FTP.pm (+1/-1)
share/shutter/resources/modules/Shutter/Upload/ImageBanana.pm (+1/-1)
share/shutter/resources/modules/Shutter/Upload/ImageShack.pm (+1/-1)
share/shutter/resources/modules/Shutter/Upload/UbuntuOne.pm (+1/-1)
share/shutter/resources/modules/X11/Protocol/Ext/XFIXES.pm (+1/-1)
share/shutter/resources/po/shutter-plugins/ar.po (+14/-14)
share/shutter/resources/po/shutter-plugins/bg.po (+5/-2)
share/shutter/resources/po/shutter-plugins/bs.po (+2/-2)
share/shutter/resources/po/shutter-plugins/ca.po (+40/-6)
share/shutter/resources/po/shutter-plugins/cs.po (+36/-11)
share/shutter/resources/po/shutter-plugins/da.po (+139/-40)
share/shutter/resources/po/shutter-plugins/de.po (+5/-5)
share/shutter/resources/po/shutter-plugins/el.po (+500/-0)
share/shutter/resources/po/shutter-plugins/en_CA.po (+45/-11)
share/shutter/resources/po/shutter-plugins/en_GB.po (+82/-44)
share/shutter/resources/po/shutter-plugins/es.po (+45/-38)
share/shutter/resources/po/shutter-plugins/et.po (+497/-0)
share/shutter/resources/po/shutter-plugins/fi.po (+20/-2)
share/shutter/resources/po/shutter-plugins/fr.po (+23/-11)
share/shutter/resources/po/shutter-plugins/gl.po (+92/-82)
share/shutter/resources/po/shutter-plugins/he.po (+33/-2)
share/shutter/resources/po/shutter-plugins/hr.po (+38/-26)
share/shutter/resources/po/shutter-plugins/hu.po (+25/-14)
share/shutter/resources/po/shutter-plugins/id.po (+5/-5)
share/shutter/resources/po/shutter-plugins/it.po (+11/-11)
share/shutter/resources/po/shutter-plugins/ja.po (+18/-18)
share/shutter/resources/po/shutter-plugins/kk.po (+497/-0)
share/shutter/resources/po/shutter-plugins/lt.po (+47/-2)
share/shutter/resources/po/shutter-plugins/ms.po (+5/-2)
share/shutter/resources/po/shutter-plugins/nb.po (+6/-6)
share/shutter/resources/po/shutter-plugins/nl.po (+43/-15)
share/shutter/resources/po/shutter-plugins/oc.po (+2/-2)
share/shutter/resources/po/shutter-plugins/pl.po (+9/-9)
share/shutter/resources/po/shutter-plugins/pt.po (+61/-27)
share/shutter/resources/po/shutter-plugins/pt_BR.po (+14/-14)
share/shutter/resources/po/shutter-plugins/ro.po (+23/-17)
share/shutter/resources/po/shutter-plugins/ru.po (+64/-11)
share/shutter/resources/po/shutter-plugins/shutter-plugins.pot (+2/-2)
share/shutter/resources/po/shutter-plugins/sk.po (+5/-2)
share/shutter/resources/po/shutter-plugins/sl.po (+10/-10)
share/shutter/resources/po/shutter-plugins/sr.po (+2/-2)
share/shutter/resources/po/shutter-plugins/sv.po (+37/-37)
share/shutter/resources/po/shutter-plugins/th.po (+2/-2)
share/shutter/resources/po/shutter-plugins/tr.po (+497/-0)
share/shutter/resources/po/shutter-plugins/uk.po (+36/-6)
share/shutter/resources/po/shutter-plugins/ur.po (+497/-0)
share/shutter/resources/po/shutter-plugins/vi.po (+64/-56)
share/shutter/resources/po/shutter-plugins/zh_CN.po (+26/-18)
share/shutter/resources/po/shutter-plugins/zh_TW.po (+2/-2)
share/shutter/resources/po/shutter/af.po (+1204/-1031)
share/shutter/resources/po/shutter/ar.po (+1298/-1074)
share/shutter/resources/po/shutter/as.po (+1190/-1020)
share/shutter/resources/po/shutter/ast.po (+2531/-0)
share/shutter/resources/po/shutter/bg.po (+1264/-1030)
share/shutter/resources/po/shutter/bn.po (+1243/-1069)
share/shutter/resources/po/shutter/bs.po (+1229/-1029)
share/shutter/resources/po/shutter/ca.po (+1299/-1045)
share/shutter/resources/po/shutter/cs.po (+1299/-1060)
share/shutter/resources/po/shutter/da.po (+1345/-1064)
share/shutter/resources/po/shutter/de.po (+1305/-1059)
share/shutter/resources/po/shutter/el.po (+1216/-1034)
share/shutter/resources/po/shutter/en_CA.po (+1309/-1091)
share/shutter/resources/po/shutter/en_GB.po (+1555/-1203)
share/shutter/resources/po/shutter/es.po (+1512/-1278)
share/shutter/resources/po/shutter/et.po (+2546/-0)
share/shutter/resources/po/shutter/eu.po (+1270/-1064)
share/shutter/resources/po/shutter/fi.po (+1257/-1035)
share/shutter/resources/po/shutter/fo.po (+1191/-1021)
share/shutter/resources/po/shutter/fr.po (+1330/-1076)
share/shutter/resources/po/shutter/gl.po (+1616/-1368)
share/shutter/resources/po/shutter/he.po (+1246/-1031)
share/shutter/resources/po/shutter/hr.po (+1254/-1027)
share/shutter/resources/po/shutter/hu.po (+1397/-1119)
share/shutter/resources/po/shutter/id.po (+1287/-1093)
share/shutter/resources/po/shutter/it.po (+1303/-1063)
share/shutter/resources/po/shutter/ja.po (+1398/-1110)
share/shutter/resources/po/shutter/kk.po (+2530/-0)
share/shutter/resources/po/shutter/ko.po (+1230/-1042)
share/shutter/resources/po/shutter/lt.po (+1251/-1023)
share/shutter/resources/po/shutter/lv.po (+2529/-0)
share/shutter/resources/po/shutter/ms.po (+1199/-1023)
share/shutter/resources/po/shutter/nb.po (+1324/-1111)
share/shutter/resources/po/shutter/nl.po (+1302/-1067)
share/shutter/resources/po/shutter/oc.po (+1200/-1014)
share/shutter/resources/po/shutter/pl.po (+1342/-1118)
share/shutter/resources/po/shutter/pt.po (+1245/-1040)
share/shutter/resources/po/shutter/pt_BR.po (+1336/-1083)
share/shutter/resources/po/shutter/ro.po (+1501/-1179)
share/shutter/resources/po/shutter/ru.po (+1309/-1064)
share/shutter/resources/po/shutter/shutter.pot (+1190/-1020)
share/shutter/resources/po/shutter/sk.po (+1283/-1063)
share/shutter/resources/po/shutter/sl.po (+1327/-1062)
share/shutter/resources/po/shutter/sr.po (+1298/-1091)
share/shutter/resources/po/shutter/sv.po (+1399/-1183)
share/shutter/resources/po/shutter/te.po (+2531/-0)
share/shutter/resources/po/shutter/th.po (+1262/-1047)
share/shutter/resources/po/shutter/tr.po (+1277/-1058)
share/shutter/resources/po/shutter/uk.po (+1259/-1035)
share/shutter/resources/po/shutter/ur.po (+1194/-1021)
share/shutter/resources/po/shutter/vi.po (+1227/-1030)
share/shutter/resources/po/shutter/zh_CN.po (+1394/-1174)
share/shutter/resources/po/shutter/zh_TW.po (+1247/-1032)
share/shutter/resources/system/plugins/perl/sp3dreflection/sp3dreflection (+6/-3)
share/shutter/resources/system/plugins/perl/sp3drotate/sp3drotate (+5/-2)
share/shutter/resources/system/plugins/perl/spbardistortion/spbardistortion (+5/-2)
share/shutter/resources/system/plugins/perl/spbordereffects/spbordereffects (+5/-2)
share/shutter/resources/system/plugins/perl/spnegate/spnegate (+1/-1)
share/shutter/resources/system/plugins/perl/sppolaroid/sppolaroid (+8/-8)
share/shutter/resources/system/plugins/perl/spresize/spresize (+1/-1)
share/shutter/resources/system/plugins/perl/spsepia/spsepia (+1/-1)
share/shutter/resources/system/plugins/perl/spshadow/spshadow (+5/-2)
share/shutter/resources/system/plugins/perl/spwatermark/spwatermark (+6/-2)
share/shutter/resources/system/plugins/shell/spaddlogo/spaddlogo (+1/-1)
share/shutter/resources/system/plugins/shell/spgrayscale/spgrayscale (+1/-1)
share/shutter/resources/system/plugins/shell/spjigsaw1/spjigsaw1 (+1/-1)
share/shutter/resources/system/plugins/shell/spjigsaw2/spjigsaw2 (+1/-1)
share/shutter/resources/system/plugins/shell/spoffset/spoffset (+1/-1)
share/shutter/resources/system/plugins/shell/spraise/spraise (+1/-1)
share/shutter/resources/system/plugins/shell/spsoftedges/spsoftedges (+1/-1)
share/shutter/resources/system/plugins/shell/spsunk/spsunk (+1/-1)
share/shutter/resources/system/plugins/shell/sptornedpaper/sptornedpaper (+1/-1)
share/shutter/resources/system/plugins/shell/sptrim/sptrim (+2/-2)
summary: |
- HIG complient menu tooltip + non-HIG complient menu tooltip |
Changed in shutter: | |
assignee: | nobody → Mario Kemper (Romario) (mario-kemper) |
importance: | Undecided → Low |
milestone: | none → 0.87 |
status: | New → Confirmed |
Changed in shutter: | |
status: | Confirmed → Fix Committed |
Changed in shutter (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in shutter: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This bug was fixed in the package shutter - 0.87-0ubuntu1
---------------
shutter (0.87-0ubuntu1) natty; urgency=low
* New upstream release. (LP: #724012) unique- perl.
* Fixes bugs:
- non-HIG complient menu tooltip (LP: #677745)
- Double click doesn't work when selecting a selection under Awesome
window manager (LP: #685235)
* debian/control:
- Depend on libgtk2-
-- Krzysztof Klimonda <email address hidden> Thu, 24 Feb 2011 19:02:21 +0100