Startup
This commit is contained in:
1
script/logviewer
Symbolic link
1
script/logviewer
Symbolic link
@@ -0,0 +1 @@
|
||||
/afs/psi.ch/user/b/boccioli_m/git/logviewer
|
||||
19
script/startlogviewer
Executable file
19
script/startlogviewer
Executable file
@@ -0,0 +1,19 @@
|
||||
[Desktop Entry]
|
||||
Comment[en_US]=
|
||||
Comment=
|
||||
Exec=/afs/psi.ch/user/b/boccioli_m/git/logviewer/startlogviewer-rpstests.sh
|
||||
GenericName[en_US]=
|
||||
GenericName=
|
||||
Icon=exec
|
||||
MimeType=
|
||||
Name[en_US]=startlogviewer-rpstests.sh
|
||||
Name=startlogviewer-rpstests.sh
|
||||
Path=/afs/psi.ch/user/b/boccioli_m/git/logviewer/
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-DBUS-ServiceName=
|
||||
X-DBUS-StartupType=
|
||||
X-KDE-SubstituteUID=false
|
||||
X-KDE-Username=
|
||||
@@ -1,6 +1,7 @@
|
||||
openbox &
|
||||
openbox_pid=$!
|
||||
#openbox &
|
||||
#openbox_pid=$!
|
||||
/usr/bin/chromium-browser http://localhost:3002 &
|
||||
chrome_pid=$!
|
||||
|
||||
node /afs/psi.ch/user/b/boccioli_m/git/logviewer/logviewer.js pshellrps &
|
||||
#chrome_pid=$!
|
||||
path=/afs/psi.ch/user/b/boccioli_m/git/logviewer
|
||||
|
||||
(cd $path && exec node $path/logviewer.js pshellrps &)
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
openbox &
|
||||
openbox_pid=$!
|
||||
#openbox &
|
||||
#openbox_pid=$!
|
||||
/usr/bin/chromium-browser http://localhost:3002 &
|
||||
chrome_pid=$!
|
||||
|
||||
node logviewer.js pshellrps &
|
||||
#chrome_pid=$!
|
||||
path=/afs/psi.ch/user/b/boccioli_m/git/logviewer
|
||||
|
||||
(cd $path; node $path/logviewer.js pshellrps &)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Mon Dec 11 15:45:03 CET 2017
|
||||
#Mon Dec 11 16:26:51 CET 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=test-no-ioc
|
||||
|
||||
Reference in New Issue
Block a user