/images/mimetypes/readme.txt

http://github.com/graemeg/lazarus · Plain Text · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 255b13a4e6205aded168e49cecc49a34 MD5 · raw file

  1. To link the icons of Lazarus
  2. 1 - For the current user only:
  3. Copy all the images in the directory ~/.local/share/icons/hicolor/48x48/mimetypes / (create it if does not exist)
  4. in terminal run: gtk-update-icon-cache -f -t ~/.local/share/icons/hicolor/
  5. 2 - For all users:
  6. Copy all the images in the directory usr/share/icons/hicolor/48x48/mimetypes / (create it if does not exist)
  7. in terminal run: sudo gtk-update-icon-cache -f usr/share/icons/hicolor/
  8. Tested on Ubuntu 7.10