Gmoccapy - A new screen for linuxcnc
- jj89074
- Offline
- Senior Member
-
- Posts: 44
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- jj89074
- Offline
- Senior Member
-
- Posts: 44
- Thank you received: 0
If I run the commands from the gmoccapy wiki in the terminal, I do get the latest version of gmoccapy to run (under rip-environment from the linuxcnc-dev folder).
I'm not able to find what files need to be transferred to run my configuration from the linuxcnc folder and not the linuxcnc-dev folder. I hope that makes sense.
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
- Posts: 7948
- Thank you received: 2160
In a RIP version they are found in [RIP_FOLDER_NAME}/share/gscreen/skins/gmoccapy/
If you copied that file to /usr/share/gscreen/gmoccapy
Then it should work fine.
But better would be to wait for use to sort this out properly.
Chris M
Please Log in or Create an account to join the conversation.
- jj89074
- Offline
- Senior Member
-
- Posts: 44
- Thank you received: 0
I copied the skins folder like you suggested and the "sim" configuration of gmoccapy works as it should with no errors given...thank you!
Jim
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
-
- Posts: 7948
- Thank you received: 2160
Thanks for trying that - now we can hopefully fix it quickly
Chris M
Please Log in or Create an account to join the conversation.
- probamo
-
- Offline
- Premium Member
-
- Posts: 139
- Thank you received: 9
Thanks,
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23395
- Thank you received: 4971
I would try to translate application in Serbian. Where can I find an English version, hence I can use the wording for translation?,
The correct way to do it is according to:
wiki.linuxcnc.org/cgi-bin/wiki.pl?Internationalization
Gscreen seems to be using the _("english text here") format so it should all work according to that description just by creating a Serbian .po file.
Please Log in or Create an account to join the conversation.
- newbynobi
-
- Offline
- Moderator
-
- Posts: 2083
- Thank you received: 415
I would try to translate application in Serbian. Where can I find an English version, hence I can use the wording for translation?
Thanks,
That is really simple for gmoccapy, because all you need is on board!
Please go to
linuxcnc-dev/share/gscreen/skins/gmoccay/locale
Make a dir called cs (for Serbia) or es for Spain)
Copy gmoccapy.pot and gmoccapy.po to that dir,
change to that dir and
open that file with gtranslator (may you have to install it)
Normaly a doble click will open the file.
Now just translate all the strings and save the result as gmoccapy.po
Yes please override the po file!
No open the po file with poedit and just press Save.
After closing poedit there should be a new file called gmoccapy.mo
Make a folder named LC_MESSAGES and move the file gmoccapy.mo to that dir.
All done!
Do not delete the Po and pot files, because I I change code and you adapt the translation, we will need that files, so you do not need to translate everything again, but only the changes.
Would you please mail the translated files, so I will include them and they will be availible to everyone.
Norbert
There are also other ways, but that is the easiest IMHO.
Please Log in or Create an account to join the conversation.
- newbynobi
-
- Offline
- Moderator
-
- Posts: 2083
- Thank you received: 415
Marius,
that has been made only for you!
gmoccapy now works without homing if the INI file does include
NO_FORCE_HOMING=1
That is the only change, not exactly, I corrected also the release number

Norbert
Please Log in or Create an account to join the conversation.
- mariusl
-
- Offline
- Platinum Member
-
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.