Wine for Porteus
Wine for Porteus
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.
I tried modules from oter repos in package manager, but without effects. Only default settings was restored.
Re: Wine for Porteus
Hi blaster44
Actually you find 'Wine-1.5.2' in porteus-1.1-fbox, http://www.linuxlive.pl/download/7-porteus-11-fbox.html.
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
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
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.
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
How to add "mime types"?
Re: Wine for Porteus
Select your .exe file && "Open with" && find wine executable && define wine binary as primary choice for similar file with .exe extension. Easy 

NjVFQzY2Rg==
- wread
- Module Guard
- Posts: 1250
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Wine for Porteus
If you are going to use wine, do not forget to load an antivirus 

Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
Re: Wine for Porteus
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
Open a terminal and type
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.
Code: Select all
whereis wine
NjVFQzY2Rg==