i successfully installed office 2007 with wine, following this guide/script:
http://linuxsagas.wordpress.com/2009/03 ... on-ubuntu/
now, what i would like to have is my file manager (pcmanfm) open .doc files with wine/word 2007. therefore i made a script that looks like this:
Code: Select all
export WINEPREFIX=/PATH/TO/wine
wine /PATH/TO/WINWORD.EXE "$*"
Code: Select all
runword share/File\ name\,\with\,\ spaces\ and stuff.doc
I think the problem has to do something with spaces and commas in the filename. Someone knows how to solve this problem?
my wine version is 1.1.16 on ubuntu intrepid (32bit).
[edit] changed topic