File: readme.txt

package info (click to toggle)
lazarus 1.2.4%2Bdfsg-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 172,844 kB
  • sloc: pascal: 1,432,376; xml: 258,006; sh: 2,949; java: 603; makefile: 549; perl: 297; sql: 174; ansic: 137
file content (11 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
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