Dear Team,

I am newbie to QT.
we are facing issue in executing new qprocess in userlogin.
we have systemmanager which will run on root login which have full permission to the filesystem and to create the process with restricted permission(user permission) on filesystem.

we used following command to execute in qprocess.

su gokul -c \"/usr/local/apps/JIO-PA1.0/JioMoneyPA & \"

and got following error.

Qt for Embedded Linux data directory is not owned by user 1002: /tmp/qtembedded-1

we tried with user , group and full permission to /tmp/qtembedded-1 but not working.


Thanks in Advance
Regards
Gokul