From: Paul RASCLE Date: Tue, 30 Jan 2018 18:41:32 +0000 (+0100) Subject: get a browser on universal X-Git-Tag: Salome_8_3_Hydro_1_1rc2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=82389f716d9853ee4de15f9e8f56d30ac4dd841a;p=modules%2Fgui.git get a browser on universal --- diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index da33ba193..07d372c12 100755 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -24,6 +24,6 @@ SALOME_CONFIGURE_FILE(VERSION.in VERSION INSTALL ${SALOME_INSTALL_BINS}) # =============================================================== SET(_bin_scripts - runLightSalome.csh runLightSalome.sh gui_setenv.py + runLightSalome.csh runLightSalome.sh gui_setenv.py salomeBrowser ) SALOME_INSTALL_SCRIPTS("${_bin_scripts}" ${SALOME_INSTALL_SCRIPT_SCRIPTS}) diff --git a/bin/salomeBrowser b/bin/salomeBrowser new file mode 100755 index 000000000..a24b548ae --- /dev/null +++ b/bin/salomeBrowser @@ -0,0 +1,3 @@ +#!/bin/bash + +LD_LIBRARY_PATH=/usr/lib xdg-open $1