Hello, A rank newbie here i was wondering if OpenInputDesktop and SwitchDesktop windows rpc can be implemented on Wine Any help in this matter would be highly obliged Thanks
Pramit wrote:> A rank newbie here i was wondering if OpenInputDesktop and SwitchDesktop windows rpc can be implemented on WineYou need them for? Whole concept of multiple desktops is 100% alien to Windows. Most programs there don't know what to do with that.
Hey , Thanks for a reply .. i basically have an application where in a secure desktop is created and then application switches to that. i want to port it over in linux. basically a parent process creates a child which shall work on that secure desktop. is it feasible through wine?? Thanks
ps: i forgot to tell you that application has been developed by me so source is still available ... tweaking it a bit is also feasible
essentially it allows only one process of IE browser thereby bypassing resident viruses and trojans. its different from creating a user in linux as it has it own windows dependant security protocols running behind it hope that helps in explaination Thanks
Pramit wrote:> essentially it allows only one process of IE browser thereby bypassing resident viruses and trojans.And you think that those viruses/trojans infect IE only? Or that they can't inject their code in any user process (gui or not)? And that none of them use kernel drivers? I'm not sure what you want to accomplish with this on Wine.
They could but thats not really an issue for me right now. issue is when i run the exe it needs to open another desktop window i could port the application entirely on linux but thought i would first try it on wine