]> Creatis software - bbtk.git/blob - kernel/install/gnome/README.txt
740894d304af1432178fa2d82318957ed86477fc
[bbtk.git] / kernel / install / gnome / README.txt
1 The shell script 'install-gnome.sh' installs :
2 - bbi shortcut on gnome desktop 
3 - the mime type 'text/bbs' for '*.bbs' files 
4 - associates the type 'text/bbs' to the shortcut
5
6 1) bbi **MUST** be in the applications path 
7 (typing bbi in a term in any folder is succesful).
8 The best way to achieve this is to install cleanly bbtk.
9
10 2) you *MUST* run the script as yourself, not root 
11 or the stuff will be installed for root !
12
13 That all folks !
14
15 --------------------------------------------------------
16 Tech notes :
17 * The script uses 'which bbi' to locate bbi
18 * It installs :
19 ${HOME}/.local/share/applications/bbi.desktop
20 ${HOME}/.local/share/applications/bbi-icon.png
21 ${HOME}/.local/share/applications/bbi-icon2.png
22 ${HOME}/.local/share/mime/packages/bbs.xml
23 * It adds the line 'text/bbs=bbi.desktop' to the file ${HOME}/.local/share/applications/defaults.list
24 * It makes the sym link :
25 ln -s ${HOME}/.local/share/applications/bbi.desktop ${HOME}/Desktop/bbi.desktop
26 * It runs update-mime-database and restarts nautilus
27