hello, i successfully installed office 2007 with wine, following this guide/script: http://linuxsagas.wordpress.com/2009/03/05/installing-office-2007-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: export WINEPREFIX=/PATH/TO/wine wine /PATH/TO/WINWORD.EXE "$*" and made the filemanager open doc files with this script. but somehow word wont open the selected file upon starting. running the script from command line, passing the (relative) filepath like this: Code: runword share/File\ name\,\with\,\ spaces\ and stuff.doc works without problems; word 2007 comes up and opens the file. 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).
s710 wrote:> hello, > > i successfully installed office 2007 with wine, following this guide/script: > http://linuxsagas.wordpress.com/2009/03/05/installing-office-2007-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: > > export WINEPREFIX=/PATH/TO/wine > wine /PATH/TO/WINWORD.EXE "$*" > > > > > and made the filemanager open doc files with this script. but somehow word wont open the selected file upon starting. running the script from command line, passing the (relative) filepath like this: > > > Code: > > runword share/File\ name\,\with\,\ spaces\ and stuff.doc > > > > works without problems; word 2007 comes up and opens the file. > > 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).http://bugs.winehq.org/show_bug.cgi?id=12380
Sorry for bumping again, but it seems like i have another problem with word. i previously installed word 2007 without following the above mentioned guide by just running the installer (clean wine 1.1.16 installation, no other windows packages installed). after the setup was through, i noticed that, while word 2007 itself was working, all of the fonts were mixed up. so i completely uninstalled everything and installed again as described in the guide. now, the problem is, word looks pretty now, and so far "works". however i cannot edit any file, even if i just open a blank new file. all of the controls are disabled, and i cannot write any text. all i can do is open existing documents and probably print it. why is that? how can i fix this?
On Thu, Mar 12, 2009 at 6:59 AM, s710 <wineforum-user at winehq.org> wrote:> now, the problem is, word looks pretty now, and so far "works". however i cannot edit any file, even if i just open a blank new file. all of the controls are disabled, and i cannot write any text. all i can do is open existing documents and probably print it. why is that? how can i fix this?Sounds like you need to activate it. -- -Austin
austin987 wrote:> On Thu, Mar 12, 2009 at 6:59 AM, s710 <wineforum-user at winehq.org> wrote: > > > now, the problem is, word looks pretty now, and so far "works". however i cannot edit any file, even if i just open a blank new file. all of the controls are disabled, and i cannot write any text. all i can do is open existing documents and probably print it. why is that? how can i fix this? > > > > Sounds like you need to activate it. > > -- > -AustinYeah, appearently thats what i have to do. I tried to activate it, but unfortunately nothing happens when i click the activation button in the word options page. maybe i have to reinstall again and try, without using the guide mentioned before. dimesio wrote:> > s710 wrote: > > Sorry for bumping again, but it seems like i have another problem with word. i previously installed word 2007 without following the above mentioned guide by just running the installer (clean wine 1.1.16 installation, no other windows packages installed). after the setup was through, i noticed that, while word 2007 itself was working, all of the fonts were mixed up. so i completely uninstalled everything and installed again as described in the guide. > > > > now, the problem is, word looks pretty now, and so far "works". however i cannot edit any file, even if i just open a blank new file. all of the controls are disabled, and i cannot write any text. all i can do is open existing documents and probably print it. why is that? how can i fix this? > > > > The only guide to installing Office 2007 that is supported here is the one in the AppDB. No overrides are needed to install in current Wine. Reinstall to a clean wineprefix following the instructions in http://appdb.winehq.org/objectManager.php?sClass=version&iId=4992 > > I'm not sure what you mean by "the fonts were all mixed up," but if you have a problem with fonts in the clean install, try installing allfonts with winetricks.all of words menu fonts were italic, plus it wasnt the correct fonts. im neither familiar with wine nor winetricks, so i didnt know about the allfonts package. so probably i will have to reinstall as you said, and then install the allfonts package to fix fonts. hopefully activation will work then.