Forums

.exe arguments issue

Auteur Réponses
fuzunspm Samedi 6 Février 2016 à 9:43
fuzunspmAnonymous

Hello All,

 

I have a software on wine which is working fine even it's a complex ERP software. The only issue is about special language characters are not displaying so i find a way to launch software from POL Sheel with a command of LC_ALL=tr_TR.utf8 wine mysoftware.exe but i don't want to type this everytime i launch the software. I tried arguments but it's not working. Because i'm new to linux systems i require some help here.

Thank you

petch Samedi 6 Février 2016 à 10:08
petch

Try

Configure button > (select the program shortcut) > Miscellaneous tab > Command to exec before running the program:

export LC_ALL=tr_TR.utf8

 

fuzunspm Samedi 6 Février 2016 à 10:17
fuzunspmAnonymous

thank you

i feel stupid because i could not see that option