2 Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE
4 Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
5 CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public
18 License along with this library; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
25 <!-- import LightApp.xml file -->
26 <import name="LightApp"/>
27 <section name="launch">
28 <!-- SALOME launching parameters -->
29 <parameter name="logger" value="no"/>
30 <parameter name="xterm" value="no"/>
31 <parameter name="portkill" value="no"/>
32 <parameter name="killall" value="no"/>
33 <parameter name="pinter" value="no"/>
34 <parameter name="noexcepthandler" value="no"/>
35 <parameter name="modules" value="GEOM,SMESH,HEXABLOCK,MED,YACS,PARAVIS"/>
36 <parameter name="pyModules" value=""/>
37 <parameter name="embedded" value="SalomeAppEngine,study,cppContainer,registry,moduleCatalog"/>
38 <parameter name="standalone" value="pyContainer,supervContainer"/>
40 <section name="language">
41 <!-- Language settings (resource manager)-->
42 <parameter name="translators" value="%P_msg_%L.qm|%PM_msg_%L.qm|%P_icons.qm|%P_images.qm|%PM_images.qm"/>
44 <section name="ObjectBrowser" >
45 <!-- Object Browser preferences -->
46 <parameter name="visibility_column_id_1" value="false" />
47 <parameter name="visibility_column_id_2" value="false" />
48 <parameter name="visibility_column_id_3" value="false" />
49 <parameter name="visibility_column_id_4" value="false" />
51 <section name="FileDlg">
52 <!-- "Open/Save File" dialog box preferences-->
53 <parameter name="QuickDirList" value="${DATA_DIR}" />
55 <section name="Study">
56 <!-- General study settings -->
57 <parameter name="store_positions" value="true" />
58 <parameter name="store_tool_positions" value="true" />
59 <parameter name="store_visual_state" value="false" />
60 <parameter name="pydump_publish" value="true" />
61 <parameter name="multi_file_dump" value="false" />
62 <parameter name="pydump_save_gui" value="false" />