lazarus/images/mimetypes
laurent 75e02d1eb7 Add mimetypes images
git-svn-id: trunk@13835 -
2008-01-22 22:05:34 +00:00
..
readme.txt Add mimetypes images 2008-01-22 22:05:34 +00:00
text-lazarus-form.png Add mimetypes images 2008-01-22 22:05:34 +00:00
text-lazarus-package.png Add mimetypes images 2008-01-22 22:05:34 +00:00
text-lazarus-project-information.png Add mimetypes images 2008-01-22 22:05:34 +00:00
text-lazarus-project-source.png Add mimetypes images 2008-01-22 22:05:34 +00:00
text-x-pascal.png Add mimetypes images 2008-01-22 22:05:34 +00:00

To link the icons of Lazarus

1 - For the current user only:
    Copy all the images in the directory ~/.local/share/icons/hicolor/48x48/mimetypes / (create it if does not exist)
    in terminal run: gtk-update-icon-cache -f -t ~/.local/share/icons/hicolor/

2 - For all users:
    Copy all the images in the directory usr/share/icons/hicolor/48x48/mimetypes / (create it if does not exist)
    in terminal run: sudo gtk-update-icon-cache -f usr/share/icons/hicolor/

Tested on Ubuntu 7.10