Trying to set up 2nd machine for testing
- cwebs
- Offline
- Premium Member
- Posts: 80
- Thank you received: 2
What can I do to get the second setup working. I want to setup a joypad and learn HAL but leave the working one alone. Thanks Carl
More info. Seems that the desktop icon is what is broken. Runs from the "Applications" Ok.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
- Posts: 7000
- Thank you received: 1172
But I suspect the config name it the problem...
John
Please Log in or Create an account to join the conversation.
- cwebs
- Offline
- Premium Member
- Posts: 80
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
- Posts: 24
- Thank you received: 758
Look in /home/yourfolder/Desktop
The NameofShortcut.desktop file should have a format like this
[Desktop Entry]
Name=EMC-HAL-SIM-LATHE
Exec=/usr/bin/emc '/home/yourname/emc2/configs/sim/lathe.ini'
Type=Application
Comment=
Icon=emc2icon
The single quotes around the file path and name is important, because it is launched through a shell and identifies it as a single arg.
If it looks OK rename the .ini to lowercase with no spacers and try that (rename both the actual file and the arg in the shortcut)
regards
Please Log in or Create an account to join the conversation.
- cwebs
- Offline
- Premium Member
- Posts: 80
- Thank you received: 2
Does this info come from right click/properties ?Hi
Look in /home/yourfolder/Desktop
The NameofShortcut.desktop file should have a format like this
[Desktop Entry]
Name=EMC-HAL-SIM-LATHE
Exec=/usr/bin/emc '/home/yourname/emc2/configs/sim/lathe.ini'
Type=Application
Comment=
Icon=emc2icon
The single quotes around the file path and name is important, because it is launched through a shell and identifies it as a single arg.
If it looks OK rename the .ini to lowercase with no spacers and try that (rename both the actual file and the arg in the shortcut)
regards
Please Log in or Create an account to join the conversation.
- ArcEye
- Offline
- Junior Member
- Posts: 24
- Thank you received: 758
Please Log in or Create an account to join the conversation.