LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Whiskers menu .ico import (https://www.linuxquestions.org/questions/linux-newbie-8/whiskers-menu-ico-import-4175494813/)

latrolltrolol 02-13-2014 01:57 PM

Whiskers menu .ico import
 
hi i dont know if this belongs if not move it well here it goes i have the whiskers menu preinstalled with my linux lite iso i would like to know how to import a .ico file not a .png .jpeg picture an icon anyone know how

redd9 02-13-2014 06:41 PM

You will need to convert the .ico file to a .png file. The website http://icotopng.com/ can do this for you. From there if you right click the Whisker menu, click on properties, click the icon, and click Image Files, you will be able to select the .png version of the file.
Alternately, if you have imagemagick installed:
Code:

convert image.ico image.png
If you want to install imagemagick type
Code:

sudo apt-get install imagemagick


All times are GMT -5. The time now is 01:52 PM.