0

I have installed wine-staging from this site in my lubuntu 16.04 box , and also installed WPS 2016 (setup.exe) in wine.

So after installing WPS successfully ,i am trying to run WPS spreadsheet from wine using command line but i am not able to find its executable file i,e .exe for spreadsheet.

For example i have also install MS office 2007 in wine & executable for MS office(2007) Excel file is located at

/home/wineuser/.wineprefix/drive_c/Program Files/Microsoft Office/Office12/EXCEL.EXE

And it can run using below command from terminal :

WINEPREFIX=~/.testadmin WINE=/opt/wine-staging/bin/wine /opt/wine-staging/bin/wine ~/.testadmin/drive_c/Program\ Files/Microsoft\ Office/Office12/EXCEL.EXE

So my question is how can i run WPS spreadsheet under wine in lubuntu box 16.04 , where its executable actually located ?

1 Answers1

2

I have figured it out.

When i have install wps_setup.exe in wine at that time , the setup had ask me to where to install WPS , by default i go with next next details and clicked install now , so by default setup installed in

"C:\users\username\Local Settings\Application Data\Kingsoft\WPS Office\"

but again when i run wps_setup.exe from wine and choose installation path to

"C:\Program Files\WPS Office\" which was correct way.

So the setup install correctly & also i have figured out exe's

for spreadsheet its name et.exe at

~/.mywineprefix/drive_c/Program\ Files/WPS\ Office/10.2.0.5820/office6/et.exe

for word its name is wps.exe at

  ~/.mywineprefix/drive_c/Program\ Files/WPS\ Office/10.2.0.5820/office6/wps.exe

for presentation its name is wpp.exe at

~/.mywineprefix/drive_c/Program\ Files/WPS\ Office/10.2.0.5820/office6/wpp.exe

where 10.2.0.5820 is WPS version.

After this i am able to run WPS spreadsheet in wine using command

WINEPREFIX=~/.mywineprefix WINE=/opt/wine-staging/bin/wine /opt/wine-staging/bin/wine ~/.mywineprefix/drive_c/Program\ Files/WPS\ Office/10.2.0.5820/office6/et.exe