Moved default Labcontrol installation directory into `/usr/local`

remotes/origin/HEAD
Markus Prasser 8 years ago
parent 6c46208033
commit 2eeccd9987

@ -6,7 +6,7 @@ The easiest way to build and install _Labcontrol_ is to open the `labcontrol.pro
To work properly _Labcontrol_ requires a file named `labcontrol.conf` in `/etc/xdg/Economic\ Laboratory`. This directory must be created, the existing dummy file be copied there and afterwards be modified according to the laboratory's needs. All _z-Tree_ executables should reside in sub-directories of `/opt/z-Leaves` following the naming scheme `zTree_X.Y.ZZ`.
Receipt creation requires at least one receipt template in `/usr/share/labcontrol`. The name of the header file should match the pattern `NAMETHEHEADERSHALLHAVE_header.tex` to be recognized.
Receipt creation requires at least one receipt template in `/usr/local/share/labcontrol`. The name of the header file should match the pattern `NAMETHEHEADERSHALLHAVE_header.tex` to be recognized.
## Contact

@ -23,7 +23,7 @@ file_manager=/usr/bin/nautilus
# The port which shall be used by zTree by default
initial_port=8000
# Where all Labcontrol data got installed
labcontrol_installation_directory=/usr/share/labcontrol
labcontrol_installation_directory=/usr/local/share/labcontrol
latex_command=/usr/bin/latex
# The default name for locally started zLeaves
local_zLeaf_name=local
@ -34,8 +34,8 @@ network_broadcast_address=192.168.1.255
orsee_url=http://yourORSEEserver.tld
ping_command=/bin/ping
# The public keys to access the clients
pkey_path_root=/usr/share/labcontrol/id_labclient_root
pkey_path_user=/usr/share/labcontrol/id_labclient_dsa
pkey_path_root=/usr/local/share/labcontrol/id_labclient_root
pkey_path_user=/usr/local/share/labcontrol/id_labclient_dsa
postscript_viewer=/usr/bin/okular
ps2pdf_command=/usr/bin/ps2pdf
rm_command=/bin/rm

@ -8,4 +8,4 @@ Exec=/usr/local/bin/labcontrol
TryExec=/usr/local/bin/labcontrol
Terminal=false
StartupNotify=true
Icon=/usr/share/labcontrol/icons/icon.png
Icon=/usr/local/share/labcontrol/icons/icon.png

@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset>
<normaloff>../../../../../../usr/share/labcontrol/icons/icon.png</normaloff>../../../../../../usr/share/labcontrol/icons/icon.png</iconset>
<normaloff>../../../../../../usr/local/share/labcontrol/icons/icon.png</normaloff>../../../../../../usr/local/share/labcontrol/icons/icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_8">

Loading…
Cancel
Save