Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inserire un comando di start da interfaccia grafica, comprensivo di icona #18

Open
Rocco83 opened this issue Aug 28, 2015 · 1 comment

Comments

@Rocco83
Copy link

Rocco83 commented Aug 28, 2015

file di esempio
cat /home/scout/share_disks/software/scout_center/Mayalinux.desktop
[Desktop Entry]
Type=Application
Name=Mayalinux
Comment=Mayalinux - a text adventure
Exec=lxterminal -e 'bash -c "cd ~/Mayalinux;echo Per iniziare, scrivi: ; echo source start.sh;bash"'

Exec=lxterminal -e 'bash -c "cd ~/Mayalinux ; source start.sh ; bash"'

Exec=xterm -e 'bash -c "cd ~/Mayalinux ; source start.sh ; bash"'

Path=/media/software/Mayalinux

Icon=/media/software/mayalinux.ico
Terminal=false

Categories=Education;

questo comando deve comunque essere migliorato a livello di descrizione del gioco, in particolare per chi non conosce una console (possono scrivere "source azione.sh user@host") e non sanno che è necessario premere invio.

@esalvucci
Copy link
Owner

Il comando di exec dipende dal terminale che si vuole usare e l'icona ha bisogno di un path assoluto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants