Page 1 of 1

Wine for Porteus

Posted: 21 Nov 2012, 15:08
by blaster44
I need wine for running simple apps from windows(like NES emulator, etc). But i can't install this :/ Im green in linux. Can somebody make/share package for me?

I tried modules from oter repos in package manager, but without effects. Only default settings was restored.

Re: Wine for Porteus

Posted: 21 Nov 2012, 18:28
by crashman
Hi blaster44

Actually you find 'Wine-1.5.2' in porteus-1.1-fbox, http://www.linuxlive.pl/download/7-porteus-11-fbox.html.

Re: Wine for Porteus

Posted: 21 Nov 2012, 22:02
by blaster44
ok, I simply copied wine module from this version. it works, but... I must run exe files trough task manager. it's not comfortable. maybe exist any method to connect wine with file manager? or method for running exes from terminal?

Re: Wine for Porteus

Posted: 22 Nov 2012, 21:44
by crashman
If you want execute windows executable files with wine over terminal you need write 'wine firefox.exe' or 'wine other windows program.exe'

In porteus-1.1-fbox 'wine' work normally with double click mouse, i think you need add mime types to windows programs.

Re: Wine for Porteus

Posted: 22 Nov 2012, 21:48
by Hamza
MIMETYPE.

Re: Wine for Porteus

Posted: 22 Nov 2012, 21:50
by blaster44
How to add "mime types"?

Re: Wine for Porteus

Posted: 22 Nov 2012, 21:55
by Hamza
Select your .exe file && "Open with" && find wine executable && define wine binary as primary choice for similar file with .exe extension. Easy :)

Re: Wine for Porteus

Posted: 23 Nov 2012, 18:42
by wread
If you are going to use wine, do not forget to load an antivirus :D

Re: Wine for Porteus

Posted: 23 Nov 2012, 20:05
by blaster44
In apps i have only WineCFG, Winefish latex editor, and winetricks. App not working, if i try to open exe with any app from this.

Re: Wine for Porteus

Posted: 23 Nov 2012, 22:26
by Hamza
Open a terminal and type

Code: Select all

whereis wine
The output of this command will be the path to your wine binary and also the one you will set as default choice when opening an .exe with specific app.