Add SVG support to uploading icons
Can you add support for uploading icons in svg format as this is the main format used for icons on Ubuntu (and probably most linux flavours) as it scales to any size you want?
(idea by Gerry: http://blog.wakoopa.com/2009/05/13/wa...)
(idea by Gerry: http://blog.wakoopa.com/2009/05/13/wa...)
4
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The company has this in progress.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Workaround by Gerry: (http://blog.wakoopa.com/2009/05/13/wa...)
For now anybody wishing to add icons for apps can do this...
First locate where your icons are stored, for me everything is under /usr/share/icons/ and I can just do a search from there for the right icon using the application name.
Install Imagemagick:
sudo aptitude install imagemagick
From the folder containing all the svg files you can convert all the icons in that folder to 48×48 pngs using this:
sudo mogrify -resize x48 -format png *.svg
Move the files to a PNG folder:
sudo mkdir png
sudo mv *.png png
Depending on your situation, adding “sudo” may not be necessary for you. Credit for most of these details goes to this poster:
http://ubuntuforums.org/showthread.ph...
(although ignore the posts below it as they are two years old and no longer valid, the convert process now appears to be flawless) -
Inappropriate?I'll take a look if we can add SVG support to the image-processor. Good idea though, because we love nice and shiny icons.
-
Inappropriate?Maybe it's not linux-style or even geeky, but I just google for "%appname%+icon" or take icon from wikipedia entry :)
I’m silly
-
Inappropriate?TBH, I used to post ideas/bugs here but I often found that it would get ignored or it took a very long time to get a response. Where as posting in the comments on the blog got it noticed. I've mentioned that before on here, but that point also got ignored. :)
Either way, thanks for posting it.
I’m happy... but
-
Inappropriate?Is it possible to automate the process of grabbing the icon? I don't know how you are getting the "description" but that seems to be automated in some cases and I would think grabbing the icon would be just as simple.
I’m being stuborn for now and not posting this related but different idea as a new one, until the above issue is addressed so that I can be sure that it won't just be ignored
-
Inappropriate?Bleh, this thing erased my reply because I wasn't logged in.
Long story made short: icons are specified in an applications .desktop file, which are stored in /usr/share/applications
See http://standards.freedesktop.org/desk...
and http://standards.freedesktop.org/icon... on how to interpret it, though I'm sure there is some utility for just grabbing an icon for a program. I'm not sure of it though.
1 person thinks
this is one of the best points
Loading Profile...


EMPLOYEE


