Re: Testing a translated language in Linux

by Puybaret » Thu May 26, 2011 7:39 am

It's great to learn you succeeded to translate Sweet Home 3D in Korean. [:)]

I guess your problem under Linux comes from a bad directory configuration.
As file associations don't work under Linux, you should try to open your sh3l file with Sweet Home 3D from a Terminal window:
- if you run Sweet Home 3D from its installer, open a Terminal window, drag SweetHome3D file found in "SweetHome3D-3.2" directory and drop it in the Terminal window to copy its path, then drag and drop the sh3l file and press enter in the Terminal window. Your command should look like:

Code: Select all

[i]/path/to[/i]/SweetHome3D [i]/path/to/[/i]Korean.sh3l
- if you run Sweet Home 3D from Java Web Start, open a Terminal window, type:

Code: Select all

javaws http://www.sweethome3d.com/SweetHome3D.jnlp -open 
drag and drop your sh3l file in Terminal window to copy its path and press enter in the Terminal window. Your command should look like:

Code: Select all

javaws http://www.sweethome3d.com/SweetHome3D.jnlp -open [i]/path/to/[/i]Korean.sh3l
As this second way of doing depends on the Java Web Start implementation installed on your system, it may not work all the time.