]> Creatis software - bbtk.git/blob - kernel/install/gnome/README.txt
Feature #1774
[bbtk.git] / kernel / install / gnome / README.txt
1  # ---------------------------------------------------------------------
2  #
3  # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4  #                        pour la SantÈ)
5  # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6  # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7  # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8  #
9  #  This software is governed by the CeCILL-B license under French law and
10  #  abiding by the rules of distribution of free software. You can  use,
11  #  modify and/ or redistribute the software under the terms of the CeCILL-B
12  #  license as circulated by CEA, CNRS and INRIA at the following URL
13  #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14  #  or in the file LICENSE.txt.
15  #
16  #  As a counterpart to the access to the source code and  rights to copy,
17  #  modify and redistribute granted by the license, users are provided only
18  #  with a limited warranty  and the software's author,  the holder of the
19  #  economic rights,  and the successive licensors  have only  limited
20  #  liability.
21  #
22  #  The fact that you are presently reading this means that you have had
23  #  knowledge of the CeCILL-B license and that you accept its terms.
24  # ------------------------------------------------------------------------ */
25
26
27 The shell script 'install-gnome.sh' installs :
28 - bbi shortcut on gnome desktop 
29 - the mime type 'text/bbs' for '*.bbs' files 
30 - associates the type 'text/bbs' to the shortcut
31
32 1) bbi **MUST** be in the applications path 
33 (typing bbi in a term in any folder is succesful).
34 The best way to achieve this is to install cleanly bbtk.
35
36 2) you *MUST* run the script as yourself, not root 
37 or the stuff will be installed for root !
38
39 That all folks !
40
41 --------------------------------------------------------
42 Tech notes :
43 * The script uses 'which bbi' to locate bbi
44 * It installs :
45 ${HOME}/.local/share/applications/bbi.desktop
46 ${HOME}/.local/share/applications/bbi-icon.png
47 ${HOME}/.local/share/applications/bbi-icon2.png
48 ${HOME}/.local/share/mime/packages/bbs.xml
49 * It adds the line 'text/bbs=bbi.desktop' to the file ${HOME}/.local/share/applications/defaults.list
50 * It makes the sym link :
51 ln -s ${HOME}/.local/share/applications/bbi.desktop ${HOME}/Desktop/bbi.desktop
52 * It runs update-mime-database and restarts nautilus
53