Please tell me How to disable desktop integration and ...

Questions about Wine on Linux
Locked
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Please tell me How to disable desktop integration and ...

Post by deep forest »

Please tell me How to disable desktop integration and set bcrypt to disabled .
To my app can run , I should config change to disable desktop integration and set bcrypt to disabled .

But , I cant change the config ...
Please tell me how to change the config ...
I dont know how to change ...

Please tell me ...

Bugzilla member said , Please ask user support forum ..
So , I came to here ... :?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please tell me How to disable desktop integration and ..

Post by dimesio »

To disable desktop integration, use winetricks sandbox. https://wiki.winehq.org/Winetricks

Disable bcrypt on the Libraries tab in winecfg. https://wiki.winehq.org/Wine_User%27s_G ... s_Settings
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: Please tell me How to disable desktop integration and ..

Post by deep forest »

Hi , dimesio .

I could Disable bcrypt on the Libraries tab in winecfg.
Its OK .

But , I cant use winetricks sandbox ...
I have already installed winetricks , and Wine version is 2.0 .
But , I cant use winetricks sandbox ...
Please tell me How to use winetricks sandbox ...
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please tell me How to disable desktop integration and ..

Post by dimesio »

Open a terminal and type

Code: Select all

sh winetricks sandbox
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: Please tell me How to disable desktop integration and ..

Post by deep forest »

Hi , dimesio .
I tried to do

user@host:~$ sh winetricks sandbox
Using winetricks 20160724 - sha1sum: 92adb723b78d09317d373a17ae9a4932abe64923 with wine-2.0
Executing w_do_call sandbox
Executing load_sandbox
user@host:~$

I have waited for 20 minutes ...
But , Any windows didnt appear ...
After this , What should I do next ??
Please tell me ...
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please tell me How to disable desktop integration and ..

Post by dimesio »

You don't have to do anything; the command completed successfully. You don't get any windows when you run winetricks verbs directly from the command line.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: Please tell me How to disable desktop integration and ..

Post by deep forest »

Oh , Please tell me dimesio

After this message ,

user@host:~$ sh winetricks sandbox
Using winetricks 20160724 - sha1sum: 92adb723b78d09317d373a17ae9a4932abe64923 with wine-2.0
Executing w_do_call sandbox
Executing load_sandbox
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
user@host:~$


The next what should I do to change to disable desktop integration .
I cant find the place where I change to disable desktop integration .

Please tell me the Next way ...
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Please tell me How to disable desktop integration and ..

Post by dimesio »

You have already disabled desktop integration; that is what winetricks sandbox does. There is nothing more for you to do.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: Please tell me How to disable desktop integration and ..

Post by deep forest »

Oh !!
Thats Great !!

Thanx for dimesio .
Locked