I was chatting with my 83+ year old mother last night on the phone about her computer. She boots about 50-50 between winXP and openSUSE-11.1. She was complaining about some Windoze problem that neither my wife nor I could remotely fix (with us living a continent away) and she noted she would not boot to winXP if it were not for the fact she can play back (from her Hot Mail account) power point presentations MUCH easier under winXP than she can under Linux. Hence she often boots to winXP because she can handle those files easier under winXP.
Her PC requirements are basic.
She needs to be able to browse with Firefox (she uses Hot Mail for email), print documents & scan/copy documents (with her HP inkjet) , play solitaire, look at videos (sent as attachments) and manage her digital camera’s database. Linux does all that. BUT she also gets many emails from friends with MS-Power-Point presentations with audio tracks, and her firefox browser displaying Hot Mail and calling Open Office under Linux just does not “cut it” when it comes to playing those back (visually with audio). Using openSUSE Linux with Hot Mail under firefox to play back Power Point presentations does not reliably work (or when it does work, the audio is desync’d by Open Office with slides or audio does not work at all). On the other hand, MS-Power-Point under winXP does play those back well and reliably (which is no surprise as its a proprietary Microsoft format).
Her PC is too old to run winXP as a virtual session. She has angrily refused 3 efforts in the past 3 years to buy her a new PC (so I can run winXP as a virtual session).
Hence the question - is there a Linux way (besides Open Office) to easily initiate from Hot Mail and play back an MS-Power-Point slide presentation which has an audio track ? And play it back with first rate quality (including audio playback).
I’m thinking I may look into Microsoft’s Free Power Point Viewer under wine Download details: PowerPoint Viewer 2007 and also WineHQ - Powerpoint Viewer 2007 (I note sound does not work for the openSUSE reporter/user ) , … but I need to figure out how to make sound work, and make it launch in a user friendly manner from Firefox (and of course both audio and slides need to work easily for my mother).
Or is there another/superior app to OpenOffice and to Power Point Viewer to run from Linux to display such files (launching from Firefox) ??
Of course displaying/playing audio from such files on my Linux PC is not a problem. The problem is making it seemless enough that my 84-year old mother can do it. Any installation will be tested first on my PC here in Germany, and then installed on her PC (in North America) when I take control of it over the web via VNC.
I had a legal copy of cross over for a while. But no more.
I need to check out their demo.
Working audio is key. Its absolutely essential for my mother. My mother can (with a few extra mouse clicks and soe frustration) get openOffice to play the slide presentation’s slides but NOT the audio. The audio playback in parallel is far too hit and miss.
I just finished downloading and trying Microsoft’s free Power Point Viewer 2007 on my 64-bit openSUSE-11.1 PC, running it under wine.
I have wine-1.1.31-1.1 installed.
Both audio and video worked on the three .pps presentations I tested. In comparison, in Open Office, audio worked in only one of the 3.
I am now puzzling if it is even possible to have Power Point Viewer, running under wine, to be called directly from firefox when the link in Hot Mail is clicked. …
Well I’ve spent too much time on this and got no where.
I simply have no idea how to do this. I want the file passed to a script when a user in Firefox clicks on a file in firefox, and when the window "you have chosen to open “somefile” … Which should firefox do with this file? Open with < browse> " pops up, … I want to be able to select a script and pass the file URL to the script.
I keep passing an empty field passed to the script, no matter what I try. … frustrating … time to go to bed!
Thanks. I reviewed the link you passed. Its far from intuitively obvious what has to be done. That thread, in fact, does not appear to be what I have in mind. I simply want to take a .ppt or .pps file from the web, and have the file launched into a wine application with no additional clicks. Unfortunately, I can’t pass the file, and hence when the wine app runs, it asks for the file (which explains the dialog box).
While the solution may be with mime types, its not obvious to me (after 20 minutes of searching) as to what the edits may be.
Time to go to bed.
I’m rather surprised this has not been done before (or if it has, surprised I could not find the answer). …**
I noted on the wineHQ site a number of users reported problems running Power Point Viewer 2007 under wine. One reported audio did not play in presentations.
I decided to try myself, and I found it did work under wine for the different .pps (power point presentations) that I used to test, where each of those presentations had an audio track that successfully played. So audio does work with Power Point Viewer 2007 running under wine.
I have wine-1.1.31-1.1 installed on my 64-bit openSUSE-11.1 PC (running KDE-3.5.10).
I do not know if necessary, but I first installed wine-gecko, following the instructions here: Gecko - The Official Wine Wiki
ie I ran:
> While the solution may be with mime types, its not obvious to me (after
> 20 minutes of searching) as to what the edits may be.
I guess you should associate “pps and ppt” files to wine (quite easy task,
at least in kde 3.5) but firefox does not honour that “kde” setting.
So to get Firefox opening “pps/ppt” files with wine you’ll have to create
another file association within FF.
To do so, you have to go to Edit / Preferences / Programs and scroll down to
get “PowerPoint presentation” and in the combo box select “user another
program -> /usr/bin/wine” and that should be all.
I believe your recommendation is associated with an earlier version of firefox, and does not apply to firefox-3.5.3 which I am using. I note there is no Edit / Preferences / Programs menu in 3.5.3.
There is a Edit / Preferences / Applicatins menu, but it has no “PowerPoint presentation” and hence no associated entry in a combo box
> I believe your recommendation is associated with an earlier version of
> firefox, and does not apply to firefox-3.5.3 which I am using. I note
> there is no Edit / Preferences / Programs menu in 3.5.3.
> There is a Edit / Preferences / Applicatins menu, but it has no
> “PowerPoint presentation” and hence no associated entry in a combo box
Browse the web for any pps/ppt file. Locate one and tell firefox to “open
with another progam” you specify. Then just provide the full pathname to
the binary of the app and that should be all.
I am using a non-libre java application named TonicPoint viewer. Give it a try. It works fairly well and it does not require wine.
While it is relatively lightweight (for a java app) it has its limitations: it does not play animations or sounds. I don’t care about that (in fact, I prefer it this way). Give it a shot.
Thanks. … Unfortunately sound is essential. … This ultimately is intended for my mother, and friends of her’s send her power point presentations with audio, and she loves to watch the presentation and listen to the audio. She can do this now in winXP, and according to her, the capability to play such presentations is the main reason she still boots to winXP. I’m trying to remove her dependence on that. She really likes the audio. Hence the audio is necessary.
Unfortunately, that does not work with the short script I have with the power point viewer 2007 running under wine.
IF I select /usr/sbin/soffice, then open office will open up the power point presentation. However open office impress is not very compatible with the many different power point presentations available.
But if I select /home/oldcpu/bin/myscriptfile, which is a script file that looks like this:
> Unfortunately, that does not work with the short script I have with the
> power point viewer 2007 running under wine.
>
> IF I select /usr/sbin/soffice, then open office will open up the power
> point presentation. However open office impress is not very compatible
> with the many different power point presentations available.
Yes, I was aware that OOo was auto-discarded for you because some
presentations had no sound
> But if I select /home/oldcpu/bin/myscriptfile, which is a script file
> that looks like this:
> Code:
> --------------------
>
> #!/bin/bash
>
> wine “C:\Program Files\Microsoft Office\Office12\PPTVIEW.EXE” $1
> --------------------
>
> I simply get:
> ‘[image: http://thumbnails.imagebam.com/5236/7c9a7052352303.gif]’
> (http://www.imagebam.com/image/7c9a7052352303) ie. the script refuses to
> accept as an input the download file being sent by firefox. I’ve tried
> many script variations … Maybe a much more complex script is needed
> …
>
> … please look at post#5 above.
Thats more or less what I have been trying. Dependant on how my script file is presented, I either get the power-point file manager, or if I change the script to this:
> Thats more or less what I have been trying. Dependant on how my script
> file is presented, I either get the power-point file manager, or if I
> change the script to this:
> Code:
> --------------------
> #!/bin/bash
>
> wine “C:\Program Files\Microsoft Office\Office12\PPTVIEW.EXE” “$i”
> --------------------
> I get power point complain it can’t find the file with this:
> ‘[image: http://thumbnails20.imagebam.com/5261/f51c1252605271.gif]’
> (http://www.imagebam.com/image/f51c1252605271)
>
> So this may be a script syntax issue ? … I get this dialog box
> behaviour in both firefox and konqueror.
The Ubuntu user was using a “case” statement to determine (match) the file
extension of the file and then passing wine the file using the
argument “-loadfile” which seems a requirement for loading Warcraft files.
Maybe “Powerpoint Viewer” also needs an specific argument when loading files
from command line :-?