Ticket #8556 (new enhancement)

Opened 18 months ago

Last modified 14 months ago

Need scalable copies of status icons

Reported by: fuchs Owned by: hbons
Milestone: Component: artwork
Version: 2.5.4 Keywords: icon
Cc: jacob.emcken

Description

Right now Pidgin only ships with icons up to 48x48

That's good enough for most menus Or desktop launchers in other interfaces like docks it looks blurry next to other applications.

You should consider shipping a high resolution or a scalable icon.

Change History

Changed 18 months ago by deryni

  • status changed from new to pending

We do ship a number of svg icons in the source tarball. I'm unsure if we ship them in the release builds though. They are scattered throughout the pidgin/pixmaps/ directories as appropriate for the type of icon they are. Are those not sufficient?

There is also attachment:wiki:SpreadPidginAvatars:pidgin-white_dock.png from the SpreadPidginAvatars page.

Changed 18 months ago by fuchs

  • status changed from pending to new
  • launchpad_bug set to https://bugs.launchpad.net/ubuntu/+bug/337374

Changed 18 months ago by fuchs

Ok I found the icons and created a Launchpad bug, let's see what they have to say about it.

But I believe the problem might still be Pidgin because the scalable icons are in subfolders, like this:

22x22/scalable/pidgin.svg 48x48/scalable/pidgin.svg

If I understand the icon theme specification (http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html) correctly, the scalable icon should rather be in one folder named scalable at the same level as the 22x22 etc directories.

Changed 18 months ago by jacob.emcken

@deryni

Yes there are alot of SVG icons in Piding but fuchs is talking about the application icon.The icon you find in your menu or on launchers (or in my case when using Gnome-Do). For this to work they must be placed right in order for external stuff to find them. Take a look at this bug report for screenshots of the problem:

https://bugs.launchpad.net/ubuntu/+source/pidgin/+bug/216460

@all

I think the reason why the SVG icons are inside the directories 16x16, 22x22, etc. is that they are used as base for the bitmap icons. (The SVG is opened and exported to the corresponding bitmap size).

Please copy the file:

pidgin/pixmaps/icons/hicolor/48x48/apps/scalable/pidgin.svg

to:

pidgin/pixmaps/icons/hicolor/scalable/apps/pidgin.svg

That should fix the problem. Just downloaded the source for 2.5.5 where this still seems to be an issue.

Changed 14 months ago by perfectska04

I can confirm this. The pidgin icon looks blurry and pixelated when used with docks, GNOME-Do, AWN, etc.

The solution is to simply add a /scalable/apps folder with the 48px pidgin.svg in addition to the 48px bitmap in /48x48/apps as stated above.

It should be really simple to fix and it would ensure the Pidgin branding is always sharp and clear for users.

Changed 14 months ago by darkrain42

  • owner changed from hbons to darkrain42
  • component changed from artwork to pidgin (gtk)
  • summary changed from Pidgin should ship with a high resolution icon to Pidgin should install SVG icons

Changed 14 months ago by darkrain42@…

(In [6494e5fa63efe504f35eca454632c34a77126ac5]):
Reorganize pixmaps to ship scalable icons, including the main Pidgin icon. Refs #8556.

Changed 14 months ago by darkrain42

  • owner changed from darkrain42 to hbons
  • component changed from pidgin (gtk) to artwork
  • summary changed from Pidgin should install SVG icons to Need scalable copies of status icons

Hylke, could you generate scalable versions of the status icons to be installed alongside the current sizes?

Note: See TracTickets for help on using tickets.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!