]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Definition of LightAppConfig fixed in order to provide usaing correct resources when...
authorsln <sln@opencascade.com>
Wed, 15 Apr 2009 08:48:13 +0000 (08:48 +0000)
committersln <sln@opencascade.com>
Wed, 15 Apr 2009 08:48:13 +0000 (08:48 +0000)
bin/runLightSalome.csh
bin/runLightSalome.sh

index 39c742dc829a50005f471036ad53112523902d83..71fa049618f80db60487249ccbd760b8722bac03 100755 (executable)
@@ -125,7 +125,7 @@ foreach mod ( $mods )
                endif
            endif
            if ( "$mod" != "KERNEL" && "$mod" != "GUI" ) then
-               setenv LightAppConfig ${LightAppConfig}:${root_dir}/share/salome/resources/${mod_lower}
+               setenv LightAppConfig ${root_dir}/share/salome/resources/${mod_lower}:${LightAppConfig}
            endif
            if ( "${SALOMEPATH}" == "" ) then
                setenv SALOMEPATH ${root_dir}
index cc2540a04c456aa6b5e3963768afc6b3d8e85eda..9fa36f2492417faab431d5bfdf7af428be93855c 100755 (executable)
@@ -117,7 +117,7 @@ for mod in $mods ; do
                fi
            fi
            if [ "$mod" != "KERNEL" ] && [ "$mod" != "GUI" ] ; then
-               export LightAppConfig=${LightAppConfig}:${root_dir}/share/salome/resources/${mod_lower}
+               export LightAppConfig=${root_dir}/share/salome/resources/${mod_lower}:${LightAppConfig}
            fi
            if [ "${SALOMEPATH}" == "" ] ; then
                export SALOMEPATH=${root_dir}