user-trash.svg and user-trash-full.svg not lens grayscale versions

Bug #741804 reported by Xi Zhu
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ayatana Design
Fix Released
Undecided
Xi Zhu
Unity
Fix Released
Low
Unassigned
unity-2d
Invalid
Undecided
Unassigned
ubuntu-mono (Ubuntu)
Invalid
Wishlist
Unassigned
unity (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Binary package hint: humanity-icon-theme

In the unity launcher, the trash icon on the bottom need to be changed, I attached the natty interface mock-up, png of trash icon, as below, as well as a new version of vector file, it is only with empty version of trash in it, and need for further editing. We are still working on adding glow and gradient on it, and also making a full version trash icon.

The two icons currently live in /usr/share/icons/Humanity/places/48/user-trash.svg , and /usr/share/icons/Humanity/places/48/user-trash-full.svg

See also bug #715611 ("Trash icon should indicate when it has deleted elements") which covers the tweaks to unity to make sense the two separate icon-states are requested.

Nota bene: the icon assets were briefly included. The request is now however superceded by bug #761421 ("UIFe: Launcher: 'user-trash' and 'user-trash-full' are neon-on-white lens. Should be Humanity") and the trash icons are intended to return to the Humanity versions.

Revision history for this message
Xi Zhu (xi.zhu) wrote :

this is png file of empty trash icon

Changed in ayatana-design:
status: New → In Progress
assignee: nobody → Xi Zhu (x-zhu0301)
Revision history for this message
Xi Zhu (xi.zhu) wrote :

this is png file of empty trash icon

Revision history for this message
Xi Zhu (xi.zhu) wrote :

this is natty mock-up, trash icon is on the bottom left.

Revision history for this message
Xi Zhu (xi.zhu) wrote :

vector trash icon, without glow and gradient.

Revision history for this message
Paul Sladen (sladen) wrote :

Rosie! Thank you, are you also going to do a 'user-trash-full' full icon? Is there a mock-up for that? What's it blocking on and is it anything that I can help with?

(I can also sit down and give you a hand with the SVG glow now that (thanks Otto!) we've remember how to do it with duplicatin and bluring, rather than trying to use custom gradients.

description: updated
tags: added: sladen-natty-ui-freeze
Revision history for this message
Xi Zhu (xi.zhu) wrote :

full trash icon png

Revision history for this message
Xi Zhu (xi.zhu) wrote :

full trash icon vector file

Revision history for this message
Vish (vish) wrote :

These icons need to go into Ubuntu-mono icon theme. It is the default icon theme.

Adding the icons to ubuntu-mono icon theme is the right way, changing Humanity icons is not the right way..

affects: humanity-icon-theme (Ubuntu) → ubuntu-mono (Ubuntu)
Revision history for this message
Vish (vish) wrote :

Unity would need to use a different name for trash icon there, otherwise the monochrome icon will be used in nautilus/evolution/...

So, "user-trash" would be "user-trash-unity" (or whatever name Unity folks prefer) and to make sure there is a fall back if themes do not have the icon name "user-trash-unity" to use "user-trash".

We could just take a shortcut and fix this in Humanity by changing the icon. But that is not right, since we will have to revisit this issue when we start getting a new icon theme. So let's just do it right now itself.. ;-)

Changed in unity (Ubuntu):
importance: Undecided → Wishlist
status: New → Triaged
Changed in ubuntu-mono (Ubuntu):
importance: Undecided → Wishlist
status: New → Triaged
Revision history for this message
Paul Sladen (sladen) wrote :

Which is better? "user-trash-unity" or "user-trash-symbolic" or "unity-user-trash-symbolic"?

Revision history for this message
Vish (vish) wrote :

Either "user-trash-unity" or "user-trash-symbolic" is fine, but definitely not the third option. The last one breaks fallbacks as per icon naming schemes.

 "user-trash-symbolic" would be the best way to go, since -symbolic is something which we are definitely planning to do.
We do plan to merge ubuntu-mono-dark and ubuntu-mono-light into one theme when we have the symbolic icons working similar to GNOME3.

@Rosie! : I'm not sure if Otto has seen these icons, but I have one small critique, if you dont mind... :-)
To have crisp icons, straight lines *need* to be pixel aligned , otherwise the lines will be blurry. What i notice in vector_icons_24_03.ai , is that the "_" and "|" lines inside the workspace switcher are blurry, you can fix that by aligning the lines to grid. I can also see them in the trash icon, but less prominent than the workspace switcher.

If you are using inkscape, turn on the grid view, it will help you with aligning to grid.

Revision history for this message
Paul Sladen (sladen) wrote :

Vish: or your curiosity, Rosie and Otto were sitting next to each other this afternoon and that's the same timeframe when Rosie was designing the trash-full icon state. ;-)

Regarding grid-fitting, huge amounts of effort ultimately goes into grid fitting/aligning (aka "hinting") to certain pixel counts. Hinting is an optimisation stage to improve the clarity of what /is already there/ and so for something like UI Freeze the focus is instead to get the raw image there, and to optimise it later if needed. As an example with fonts, if we designed a font on a 8x16 grid we would have an excellent, labour intensively-produced (bitmap) font, but not something that was pretty when printed, or which it was possible to scale up to 9x17 pixels.

In Unity today, the Launcher is already a resizable entity. You can try it by going to CCSM->Ubuntu Unity Plugin->Experimental->Launcher Icon Size and moving the slider. In the medium-term this resizing is likely to correspond to physical size to fit physical dimensions such as fingers. If the movement causes the size to of the icons to need to be even 49 pixels or 51 pixels then any attempt at grid-fitting will have been undone and the result would have been a huge amount of premature optimisation.

When hinting line-art, icons or fonts, one tends to start off by drawing what is actually desired. As the density of screens continues to evolve it is becoming desirable to have a vector form available with that level of flexibility. We can of course then continue to work on specific (and labour intensive) optimisations of the general case for certain specific pixel counts, ...but the gain has to justify the work involved.

The gain is far greater when the icon form is known as a definite. Which might be something to look at next week, but having manually hinted variants isn't critical for UI Freeze, compared to just getting *something* on the right part of the screen, showing the intended shape before UI Freeze.

Revision history for this message
Vish (vish) wrote :

Paul, no offense, but you are *completely* wrong about icon grid-fitting.. Regarding fonts, you are right. You are quite aware about the fonts voodoo, but none of that applies to icons.. :-)

Btw, I'm not commenting about the style, but only about the icon not being grid-aligned.

Fonts and icons are completely different.
Fonts get hinted, but Icons *need* to be pixel aligned *when drawn itself* . And what you draw is how icons get displayed in GNOME/GTK.
If the icons are not aligned to grid then the end displayed result is also not grid aligned, and the lines *will* be blurry.
Checkout > http://launchpadlibrarian.net/67161081/Schermata.png from Bug #741517 . The inside lines are barely visible. That is because the icon is not drawn in alignment to grid.

Why do you think Icons in humanity,ubuntu-mono are pixel perfect? We have taken care to align them while drawing and we take care to draw the icons for the required sizes. Depending on scaling is not the way to go either. Icons need to be done for their sizes, else we will have blurry icons.
We still dont have any clever system for icons/svg in GNOME.

If Otto is not aware of these limitations too, I would suggest someone let him know about it.

If you guys dont believe me on this, you can ask Daniel Fore, who has been contracted by Canonical, too. The two of us, have taken care to "fix" so many icons from contributors with such alignment problems .. ;)

Paul Sladen (sladen)
Changed in ubuntu-mono (Ubuntu):
milestone: none → ubuntu-11.04-beta-1
Changed in unity (Ubuntu):
milestone: none → ubuntu-11.04-beta-1
Revision history for this message
Paul Sladen (sladen) wrote :
Download full text (7.1 KiB)

Vish: "Icons need to be done for their sizes", indeed. This is the point I had attempted to highlight above; my apologies for not having managed to convey that clearly.

  * To be able to hint/draw against a grid, one must first have a grid.
  * To be able to draw a grid, one must know the characteristics of that particular target (dimensions, texel count, texel aspect ratio)
  * To be able to document the characteristics one must know the specific use-case(s).

Not all grids are affine, and not all grids are 1:1 ratio in their cells, and not all grids have the same number of texels in each axis.

Example 1: As an extreme example, the magic on-pitch advertising at televised sports events is drawn (by a human painter with a bucket of paint) against a non-affine, non-linear grid; and that grid is chosen beforehand based on a use-case of one particular camera location, angle and viewpoint. One could, of course, take a random image and scale/transform/interpolate it to fit, but it's not going to be as pretty when seen by the television camera as something optimised for one use-case and painted with carefully-aligned high-contrast edges. (To get it absolutely perfect, ideally one would know the focal-length of the camera lens and the internal CCD pitch too ;-).

Example 2: As another example, to grid fit for something like the OLPC display you would need two grids, one to hint/draw/align the luminance against and another grid to hint/draw/align the coloured-fills. The human designer creating the hinted form would need to have knowledge of both grids in order to be able to draw a completely grid-fitted variant.

Example 3: As a third example, it's only recently that nominally 1:1 ratio displays have been the norm. For most of the 1980s and 1990s people were using VGA cards attached to CRTs and quite often using resolutions with a 1:1.2-ratio pixel ratio. The icons used for games like Doom were all (very) carefully drawn to be grid-fitted against an affine 1:1.2-ratio grid. To draw a circle against such a grid, there are going to be more texels in one axis than the other, but the result when rendered and shown to the game-player appears circular and naturally round. But, rotate that grid-fitted icon 90-degrees and rather than a circle, or slight ellipse, the viewer will now see a quite extreme ellipse. Another example in the same-setting would be the grid-fitted cross-hairs used for targeting. If you use various virtual-machine emulators, you may still see a double-jump in the window size during boot as the device comes up in 640×400.

Text and Icons:
"Fonts and icons are completely different." Perhaps. In the case of the indicators in the panel, they are used as optimised legible replacements for text. Their purposed is to convey information to the user in the best wording possible, which, unless you're visually impaired is often (but not always) an icon—as long as the icon-for-text-replacement used is familiar and predictable to the user. Things like the time and the name of the current user are not replaced by pure-icon forms at the moment because it's less useful to the user and for an analogue wall-clock with very low footprint to...

Read more...

Revision history for this message
Paul Sladen (sladen) wrote :

(720×400 VGA text mode, before somebody else corrects me!)

Revision history for this message
Xi Zhu (xi.zhu) wrote :

Hello Vish,

The inside icon is 38*28px, and all lines are either 1px or 2px, it might be the problem somewhere in exporting between illustrator and inkscape, its the bounding box was 52*52px not 48*48px.

Revision history for this message
Vish (vish) wrote :

Just had a chat with Paul, and he seems to have found the problem. :-)

@Rosie, I would suggest actually splitting the icons manually into individual individual svg files. (I'm not sure If illustrator saves files as svg though)
It might be a little pedantic/OCDish but atleast you get the icons as you've painstakingly designed them. :-)

Revision history for this message
Otto Greenslade (otto-chaotic) wrote :

Hi Vish,
Sorry - I'm well aware that the icons need to be pixel aligned to a standardised size canvas. These had a 52px outline to represent their position within the bounds of a launcher tile and do actually require a different treatment for their tiles. The inclusion of this outline was an oversight on our part and I believe this is why they were rendering blurred.

Changed in unity:
status: New → Triaged
Revision history for this message
Florian Boucault (fboucault) wrote :

If the icon name for the trash were to change, please inform the Unity 2D team.

Changed in ubuntu-mono (Ubuntu):
milestone: ubuntu-11.04-beta-1 → ubuntu-11.04-beta-2
Changed in unity (Ubuntu):
milestone: ubuntu-11.04-beta-1 → ubuntu-11.04-beta-2
Changed in unity:
status: Triaged → Fix Committed
importance: Undecided → Low
milestone: none → 3.8.8
Changed in unity (Ubuntu):
status: Triaged → Fix Committed
Changed in unity:
status: Fix Committed → Fix Released
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package unity - 3.8.8-0ubuntu1

---------------
unity (3.8.8-0ubuntu1) natty; urgency=low

  * New upstream release.
    - Empty desktop after login (LP: #687660)
    - compiz crashed with SIGSEGV in nux::Area::InitiateResizeLayout()
      (LP: #757709)
    - compiz crashed on initial load of Java Citrix Client/Inkscape in
      PrivateWindow::processMap() (LP: #758307)
    - Sometimes dragging down from the panel just stops working (LP: #750155)
    - Ensure Unity prioritises icon loading from Unity-icon-theme
      (LP: #750471)
    - text truncated in Dash. Empty search from Applications or Files lense
      returns “Your search did not” due to cut off label (LP: #757362)
    - should list PlacesGroup.cpp in POTFILES.in (LP: #757663)
    - Launcher intellhide stuck after edge reveal (LP: #757810)
    - unity-preferences doesn't load translations (LP: #759682)
    - dynamic quicklists are not working (LP: #729074)
    - with second monitor, first monitor does not show nautilus
      application/global menu when displaying desktop (LP: #743149)
    - Launcher - The Workspace, File Lens, App Lens and Trash Launcher icons
      need to be rendered correctly (LP: #745555)
    - the launcher background gets dimmed after icons dnd (LP: #747304)
    - Numpad 'Enter' does not work on unity launcher when navigating through
      keyboard (LP: #760003)
    - Launcher shouldn't hover when being in the dash (LP: #760770)
    - Launcher displays key shortcuts while holding Super while the dash is
      open but the shortcuts are unfunctional (LP: #760728)
    - Running/active indicators point to space between launcher icons for
      folded icons (LP: #703067)
    - user-trash.svg and user-trash-full.svg not lens grayscale versions
      (LP: #741804)
    - code-cleanup: unregistered any established ubus-interests (LP: #757588)
    - dropdown box in places search bar does not resize when font size changes
      (LP: #759763)
    - [FFE] Centered layout for expo plugin (LP: #754689)
    - Unity launcher icons tooltips do not disappear when swiching workspaces
      (LP: #744795)
    - Dash - Update Dash scroll bar (LP: #750374)
    - Letters cut off at the end in the applications window (LP: #753083)
  * debian/control:
    - build-dep on grail/geis with version bumped
  * 01_dont_dep_on_latest_geis_grail.patch:
    - not needed anymore
 -- Didier Roche <email address hidden> Thu, 14 Apr 2011 22:03:42 +0200

Changed in unity (Ubuntu):
status: Fix Committed → Fix Released
Paul Sladen (sladen)
description: updated
Changed in ubuntu-mono (Ubuntu):
milestone: ubuntu-11.04-beta-2 → ubuntu-11.04
Paul Sladen (sladen)
Changed in ubuntu-mono (Ubuntu):
status: Triaged → Invalid
milestone: ubuntu-11.04 → none
Revision history for this message
Florian Boucault (fboucault) wrote :

@Paul: were the names of the icons changed? If so, what are they now?

Revision history for this message
Paul Sladen (sladen) wrote :

Florian: no icon names were changed. An upload of grayscale-icons was made via 'unity-asset-pool'/'unity-icon-theme' (bug #745555), and then reverted at the request of Mark back to Humanity style (bug #761421).

Changed in unity-2d:
status: New → Invalid
Omer Akram (om26er)
Changed in ayatana-design:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.