Changeset 3085
- Timestamp:
- Dec 15, 2016, 1:21:41 PM (4 years ago)
- Location:
- lmd/trunk/fuentes
- Files:
-
- 1 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/module.json
r2901 r3085 3 3 "version": "2.5", 4 4 "name": "LliureX LTSP", 5 "description": " Thin Client Manager",5 "description": "ltsp.description.module", 6 6 "main":"main.html", 7 7 "help":"lliurex-ltsp.md", -
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/src/i18n/ca-ES@valencia/messages.json
r3008 r3085 114 114 "ltsp_connection_stablished_description":["Si la connexió no apareix, accediu directament a l'adreça "], 115 115 "ltsp_closing_connection":["Tancant la connexió"], 116 "ltsp_closing_connection_description":["La connexió es tancarà en breu..."] 116 "ltsp_closing_connection_description":["La connexió es tancarà en breu..."], 117 "ltsp.description.module":["Creeu, gestioneu i configureu clients lleugers"] 117 118 } 118 119 } -
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/src/i18n/en-US/messages.json
r3008 r3085 114 114 "ltsp_connection_stablished_description":["If connection does not appear on new window, check browser or access directly to "], 115 115 "ltsp_closing_connection":["Closing Connection"], 116 "ltsp_closing_connection_description":["Session Connection will be closed shortly..."] 116 "ltsp_closing_connection_description":["Session Connection will be closed shortly..."], 117 "ltsp.description.module":["Create, manage and configure thin clients"] 117 118 } 118 119 } -
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/src/i18n/es-ES/messages.json
r3008 r3085 114 114 "ltsp_connection_stablished_description":["Si la connexión no aparece, acceder directmente a la dirección "], 115 115 "ltsp_closing_connection":["Cerrando la conexión"], 116 "ltsp_closing_connection_description":["La conexión se cerrará en breve..."] 116 "ltsp_closing_connection_description":["La conexión se cerrará en breve..."], 117 "ltsp.description.module":["Cree, gestione y configure clientes ligeros"] 117 118 118 119 } -
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/src/js/LTSPExportedManager.js
r2670 r3085 64 64 if (res){ 65 65 66 var id= alert(filename.substring(0,filename.length-7));66 var id=filename.substring(0,filename.length-7); 67 67 68 68 var credentials=[sessionStorage.username , sessionStorage.password]; -
lmd/trunk/fuentes/debian/changelog
r3008 r3085 1 lmd (2.5.4) xenial; urgency=high 2 3 * Fixed parameters bug in image creation, adding arch 4 * Fixed launch scripts on chroot according to client arch 5 * Fixed bug in export images 6 * Icons added 7 8 -- <joamuran@gmail.com> Thu, 15 Dec 2016 13:19:17 +0100 9 1 10 lmd (2.5.3) xenial; urgency=high 2 11 -
lmd/trunk/fuentes/lmd-server.install/usr/share/lmd-scripts/awesome-desktop.sh
r392 r3085 26 26 27 27 # Launch aweome-script on client 28 linux32 chroot $chroot /usr/sbin/awesome-desktop.sh 28 #linux32 chroot $chroot /usr/sbin/awesome-desktop.sh 29 30 if [ $3 = "amd64" ]; then 31 linux64 chroot $chroot $command 32 else 33 linux32 chroot $chroot $command 34 fi 29 35 30 36 # Umnount anything -
lmd/trunk/fuentes/lmd-server.install/usr/share/lmd-scripts/mate-ltsp-desktop.sh
r3008 r3085 27 27 28 28 # Launch aweome-script on client 29 linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 29 #linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 30 if [ $3 = "amd64" ]; then 31 linux64 chroot $chroot $command 32 else 33 linux32 chroot $chroot $command 34 fi 35 30 36 31 37
Note: See TracChangeset
for help on using the changeset viewer.