[Bug 490287] Re: programs in Microsoft Office 2007 don't start

2011-09-11 Thread Aymeric
Closing this bug report.
No activity, old bug, affect an old version of PlayOnLinux...

** Changed in: playonlinux
   Status: Fix Committed = Fix Released

** Changed in: playonlinux (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/490287

Title:
  programs in Microsoft Office 2007 don't start

To manage notifications about this bug go to:
https://bugs.launchpad.net/playonlinux/+bug/490287/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490287] Re: programs in Microsoft Office 2007 don't start

2010-09-13 Thread Aymeric PETIT
Hi,

This is a know bug found in older release of PlayOnLinux 3.8.1.

We had started to fix this bug with POL 3.7.3, and this is fully fixed
on PlayOnLinux git and so will be fixed with the next release (3.8.2).

I recommend you to always use the last version of PlayOnLinux.

And sorry for long time before answering.

Aymeric.

** Also affects: playonlinux
   Importance: Undecided
   Status: New

** Changed in: playonlinux
   Status: New = Fix Committed

-- 
programs in Microsoft Office 2007 don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 490287] Re: programs in Microsoft Office 2007 don't start

2010-05-01 Thread Pierre Frenkiel
   It's a shame to receive that kind of answer, 5 months after the bug
   report!

On Sun, 25 Apr 2010, Seth Hikari wrote:


 The scripts don't seem to be part of PlayOnLinux's development
   don't seem or are not ?
   with a line like:
  cd $HOME/.PlayOnLinux/wineprefix/...
   it has obviously been written by the playonlinux software.
   If that is not the case, where these scripts come from ?


 and they don't like to accept script errors as bugs because they are
 made and updated separate 
   who they ?
   and again: if it is not playonlinux, who made them?

-- 
Pierre Frenkiel

-- 
programs in Microsoft Office 2007 don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490287] Re: programs in Microsoft Office 2007 don't start

2010-04-25 Thread Seth Hikari
The scripts don't seem to be part of PlayOnLinux's development and they
don't like to accept script errors as bugs because they are made and
updated separate

-- 
programs in Microsoft Office 2007 don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490287] Re: programs in Microsoft Office 2007 don't start

2009-11-30 Thread Pierre Frenkiel

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36255308/Dependencies.txt

-- 
programs in Microsoft Office 2007 don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 490287] Re: programs in Microsoft Office 2007 don't start

2009-11-30 Thread Pierre Frenkiel
I forgot to add that the script I gave worked as a separate script
directly run by the user.
To make the original scripts in 
$HOME/.PlayOnLinux/configurations/installed
to work with
playonlinux  --run Microsoft Office PowerPoint 2007 $PWD/file.ppt
one needs to give the absolute path in the call,
because playonlinux does a cd ... command before calling them,
So,  one must add the following code:

D=`dirname $1`
F=`basename $1`
cd $D
wine ${EXE}/POWERPNT.EXE $F

-- 
programs in Microsoft Office 2007 don't start
https://bugs.launchpad.net/bugs/490287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs