 |
Puppy Linux Discussion Forum Puppy home page: puppylinux.com
|
The time now is Fri 20 Nov 2009, 18:24
All times are UTC - 4 |
| Author |
Message |
T_Hobbit

Joined: 27 May 2006 Posts: 339 Location: Portugal
|
Posted: Fri 12 Oct 2007, 08:59 Post subject:
|
|
HowTo See Powerpoint files (pps/ppt)
1. Install Java http://dotpups.de/dotpups/Libraries/Jre1.5.0_08.pup
2. Install tonicpoint.pet http://www.browserloadofcoolness.com/software/puppy/PETget/tonicpoint.pet
3. To see powerpoint files just run it with /usr/local/bin/tonicpoint
That's it!
THIS IS JUST A VIEWER
|
|
Back to top
|
|
 |
rodrigt
Joined: 04 Jun 2008 Posts: 74 Location: Boston, USA
|
Posted: Wed 25 Jun 2008, 02:07 Post subject:
Help on how to install? |
|
Newbie, I just got going with Dingo 4.0. Could someone please tell me where to save these files and how to install them? (I've read the manual, but does not seem to cover programs like this.) Thanks
Tom
===========
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 5556 Location: hobart
|
Posted: Wed 25 Jun 2008, 04:22 Post subject:
|
|
Hi rodrigt,
.pups & .pets you just download them somewhere, then click to install. But with pup4 you need to install this to handle .pup files. After you've installed these files, you can drag /usr/local/bin/tonicpoint onto the desktop, right-click it & select Set Run Action..., then set this to java -jar "$@".
I don't know whether the tonicpoint.pet comes with a suitable icon, but if you find one, then you can also right-click & Set Icon....
|
|
Back to top
|
|
 |
bill
Joined: 28 May 2008 Posts: 277
|
Posted: Wed 25 Jun 2008, 06:29 Post subject:
seeing .pps files |
|
Thanks T_Hobbit n' muggins.My pals keep sending .pps files and even though I kept telling them I didn't run bloatware,they persisted. So now I won't have to tell them anymore. cheers,bill
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 5556 Location: hobart
|
Posted: Wed 25 Jun 2008, 07:00 Post subject:
|
|
Bill,
besides using tonicpoint, or openOffice Impress to view pps files, I think there are a few sites that will do online conversion to .pdf format.
|
|
Back to top
|
|
 |
tedward
Joined: 09 Jul 2005 Posts: 25 Location: Katikati, New Zealand
|
Posted: Thu 26 Jun 2008, 06:56 Post subject:
PPS Viewer |
|
Grateful thanks to T Hobbit & muggins for driving another nail into the Windoze coffin. Tonicviewer works a treat in Puppy 3.01
|
|
Back to top
|
|
 |
rodrigt
Joined: 04 Jun 2008 Posts: 74 Location: Boston, USA
|
Posted: Thu 26 Jun 2008, 16:15 Post subject:
|
|
| muggins wrote: | Hi rodrigt,
.pups & .pets you just download them somewhere, then click to install. But with pup4 you need to install this to handle .pup files. After you've installed these files, you can drag /usr/local/bin/tonicpoint onto the desktop, right-click it & select Set Run Action..., then set this to java -jar "$@".
I don't know whether the tonicpoint.pet comes with a suitable icon, but if you find one, then you can also right-click & Set Icon.... |
Muggins, Thank you. Being a complete novice I got stuck in a few places and would appreciate further guidance.
1- When I clicked on 'this' I got a half page of symbols I don't recognize, how do I get this to install? Re: [/i], then set this to java -jar "$@". Is the sell command to be entered something like: -jar "$@" ? (two spaces between -jar and "$@"?)
2- When I attempted to install T_Hobbit's Java (jre1.5.o_08.pup) I did not receive any confirmation of successful installation. Having dragged it to the desktop I right-clicked/Set Run Action, accepted the default "$@" shell command and clicked on Use Command... then nothing happened. Should I assume it worked?
3- Same thing happened with T_Hobbit's tonicpoint.pet. And wehere he says "To see powerpoint files just run it with /usr/local/bin/tonicpoint", after my installation attempt tonicpoint did not show up at /usr/local/bin. Thus I believe that I am missing something.
Thanks and I hope your guidance will also be of help to other novices. I've hated MS since Windows 3.1 and I love PuppyLinux. Like Bill, my buddies also send me great jokes in Powerpoint format, but saving them to later open with MS PP Viewer to avoid hidden macros is a pain.
Tom
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 5556 Location: hobart
|
Posted: Thu 26 Jun 2008, 22:41 Post subject:
|
|
rodrigt,
1) This is just a browser issue. Right-click on this, then select Save Link Target As.... Then when the .pet is finished downloading, migrate to it's download location, using RoxFiler, and click to install.
2) Regarding T_Hobbit's Java .pup, it probably hasn't installed as, if you're using pup4, you need to install the dotpuphandler.pet first. Step 1).
As an alternative, there are newer versions of java .pets available here or here. I'd still install the dotpuphandler.pet though, as there are still many other packages in .pup form. After you've installed one of these java packages, you can tell whether it's installed correctly by opening a console, (Menu->Utility->Rxvt), and entering java. If you get
the response, command not found, then it hasn't installed properly.
Assuming it did install OK, and you've also installed tonicpoint OK, then you can right click on the tonicpoint.jar file, (or any .jar file), and Set Run Action to java -jar "$@". (I must have made a typo & had two spaces, but it shouldn't matter to running the program).
3) The tonicpoint.pet should install if you just click it. If not, then you can download the .jar file directly from here, and save to /usr/local/bin. You might need to give this file executable permissions by right-clicking & selecting Permissions.
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2923 Location: Southampton, UK
|
Posted: Fri 27 Jun 2008, 05:21 Post subject:
|
|
| muggins wrote: | | 1) This is just a browser issue. | I think it is actually caused by the webserver setting the mime type incorrectly, but as you said the file is still OK.
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
rodrigt
Joined: 04 Jun 2008 Posts: 74 Location: Boston, USA
|
Posted: Sat 28 Jun 2008, 00:19 Post subject:
|
|
| muggins wrote: | rodrigt,
2) Regarding T_Hobbit's Java .pup, it probably hasn't installed as, if you're using pup4, you need to install the dotpuphandler.pet first. Step 1).
As an alternative, there are newer versions of java .pets available here or here. I'd still install the dotpuphandler.pet though, as there are still many other packages in .pup form. After you've installed one of these java packages, you can tell whether it's installed correctly by opening a console, (Menu->Utility->Rxvt), and entering java. If you get
the response, command not found, then it hasn't installed properly.
. |
Muggins, thanks for your time helping me and sorry for being so dense - Switching from decades on Windows has me way back at the bottom of the Puppy learning curve.
I've succeeded with dotpuphandler and downloaded one of the java you suggested (jre-6u10-beta.pet), but in spite of 'rtfm' I'm stuck trying to install it. When I 'right click'/'set run action', attempting to drag java into 'Drop a suitable application here' causes the error message: "This is not a program! Give me an application instead! What am I doing wrong? (I've also looked through PupGet and was surprised to not find any version of java.)
Once I get past this I would hope to be OK with tonicpoint for viewing PowerPoint files - Thank you!
_______________________________
Sharing learning curve with other newbies -
dotpuphandler - I downloaded into 'Archive', clicked 'Install' (icon on desktop), PetGet Manager, find dotpuphandler, click 'Local' (as it has already been downloaded) and take it to 'Archive'. Make sure it appears within 'Installed packages' in PetGet Manager.
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 5556 Location: hobart
|
Posted: Sat 28 Jun 2008, 06:37 Post subject:
|
|
rodrigt,
first I'd make sure java installed properly. If you enter java, you shouldn't get command not found.
Then, assuming you've saved tonicpoint.jar to /usr/local/bin, open Rox filer to that location & drag tonicpoint.jar onto the desktop. Then right-click on tonicpoint & select Set Run Action....
Then, instead of trying to drag java onto the popup, where it says Enter a shell command, enter the following:
You can then hunt around for a suitable icon, (possibly in /usr/local/lib/X11/mini-icons directory), and follow a similar procedure to set an icon for the tonicpoint cog, but in this case, drag the icon onto the popup.
Last edited by muggins on Mon 30 Jun 2008, 04:23; edited 1 time in total
|
|
Back to top
|
|
 |
Mon1018
Guest
|
Posted: Sat 28 Jun 2008, 21:16 Post subject:
|
|
Hello!
Can someone make a HOWTO Powerpoint ?
Progs available, how to install etc ?
|
|
Back to top
|
|
 |
rodrigt
Joined: 04 Jun 2008 Posts: 74 Location: Boston, USA
|
Posted: Sat 28 Jun 2008, 23:49 Post subject:
|
|
Muggins, Thanks again I'm almost there!
Believing that I have folowed your prior message instructions precisely, when downloading a Powerpoint attachment from an email I now get the option to "Open it with /usr/local/bin/tonicpoint.pet", I select this option, the file downloads into: Index of file: ///tmp/ - But then what? How do I open the .ppt file to view the contents?
Being used to Windows, where one double-clicks on a file, or starts an application and then opens the file... In the /tmp/ folder I right-clicked on the .pps file, 'open in another window', found /usr/local/bin/tonicpoint but nothing happened. Tried dragging the .pps file onto the tonicpet icon on the desktop and nothing. What am I missing?
_________________________________________________-
Sharing the learning curve with other newbies:
See: www.puppylinux.com/development/package-management.htm - Excerpts:
-- A- ... However, a PET package can also be 'unofficial'... The ROX-Filer file manager understands any file that ends with '.pet' and if you click on it then ROX-Filer will launch PETget.
---> Comment - Somehow this doesn't work on my Puppy, clicking or double clicking on a pet simply does nothing on my system. I kept trying this for the java Pet I had downloaded and could not get it installed - read on.
-- B- ... so does SeaMonkey, the web browser. Click on any ".pet" file on a webpage and SeaMonkey will offer to either download it or immediately open it in PETget.
---> Ah, this worked! However, make sure you have previously installed the dotpuphandler mentioned above by Muggins.
|
|
Back to top
|
|
 |
rodrigt
Joined: 04 Jun 2008 Posts: 74 Location: Boston, USA
|
Posted: Sun 29 Jun 2008, 00:06 Post subject:
|
|
Muggins, Thanks again I'm almost there!
Believing that I have folowed your prior message instructions precisely, when downloading a Powerpoint attachment from an email I now get the option to "Open it with /usr/local/bin/tonicpoint.pet", I select this option, the file downloads into: Index of file: ///tmp/ - But then what? How do I open the .ppt file to view the contents?
Being used to Windows, where one double-clicks on a file, or starts an application and then opens the file... In the /tmp/ folder I right-clicked on the .pps file, 'open in another window', found /usr/local/bin/tonicpoint but nothing happened. Tried dragging the .pps file onto the tonicpet icon on the desktop and nothing. What am I missing?
_________________________________________________-
Sharing the learning curve with other newbies:
See: www.puppylinux.com/development/package-management.htm - Excerpts:
-- A- ... However, a PET package can also be 'unofficial'... The ROX-Filer file manager understands any file that ends with '.pet' and if you click on it then ROX-Filer will launch PETget.
---> Comment - Somehow this doesn't work on my Puppy (Dingo 4), clicking or double clicking on a pet simply does nothing on my system. I kept trying this for the java Pet I had downloaded and could not get it installed - read on.
-- B- ... so does SeaMonkey, the web browser. Click on any ".pet" file on a webpage and SeaMonkey will offer to either download it or immediately open it in PETget.
---> Ah, this worked! However, make sure you have previously installed the dotpuphandler mentioned above by Muggins (for Dingo 4).
|
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 5556 Location: hobart
|
Posted: Sun 29 Jun 2008, 02:44 Post subject:
|
|
Rodrigt,
I think you can download the powerpoint file somewhere, then right-click it, select Set Run Action..., and where in the field where it says Enter shell command, enter tonicpoint "$1".
Or, when you first try & download a powerpoint file, if you left-click the link, usually Mozilla offers the option Open it with.... If you select this option, then select Choose, then change directory to /usr/local/bin & pick tonicpoint, then mozilla should open these files using tonicpoint.
Mon1018,
maybe someone can do a puppy powerpoint HowTo...but not me. I loathe powerpoint presentations & I'm thinking of starting the powerpoint liberation front! As I mentioned in another thread, those that can't do, teach. And those that can't teach, powerpoint!
Seriously, another option, besides tonicpoint or OpenOffice Impress, is to use a windows freeware viewer using wine.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|