StarOffice 8 CDE Icon and Document File Extension Associations

I recently upgraded to Solaris 10 (5/08). With previous versions of Solaris, I installed StarOffice 7 from CD and it placed the nice little icon in the CDE desktop panel and it created StarOffice associations to all the typical office file extensions (ie. .doc, .xls, etc.). I would like to use the StarOffice 8 that is bundled with Solaris 10. Is there an installation step or some other way to automatically setup the CDE icon and the file extension associations?
Thanks,
Joe
Edited by: jdulisse on Sep 19, 2008 11:45 AM

I came across the same problem on windows XP SP2 machines.
I created a registry key that forces the file associations as follows:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\shell\open\command ]
@="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.xls\shell\open\command ]
@="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.ppt\shell\open\command ]
@="\"C:\\Program Files\\Sun\\StarOffice 8\\program\\soffice.exe\" \"%1\""

Similar Messages

  • For questions about your desktop icons and all file associations changing to itunes after install, follow this link.

    SUCCESS!
    I had the same problem and this is what helped me to fix the problem.  It is a computer problem in your registry.  Here's the link to the post that helped me. Good Luck!
    http://www.sevenforums.com/tutorials/19449-default-file-type-associations-restor e.html .   This link helped in fixing the problem.  Just follow the instructions.

    Drew
    The specific link for Apple Remote Desktop is here:
    http://discussions.apple.com/forum.jspa?forumID=1007
    This is the link for all the Forums. Apple Remote Desktop is in the Server Section at the bottom of the 2nd Column:
    http://discussions.apple.com/index.jspa
    You can't install Snow Leopard Remotely. Think about it.
    What you could do - and assuming you have OSX Server - is install 10.6 on one mac, get it fully up to date, install the remaining applications - assuming site licenses - use the System Image Utility on the Server (or a Client with the application installed) to create a NetBoot Image of that built workstation. Image the rest using OSX Server's NetBoot Service. I've done numerous site installations using OSX Server and NetBoot (60 and more individual workstations) in a day or two depending on the Software installed.
    Not surprisingly there is a dedicated forum for this also:
    http://discussions.apple.com/category.jspa?categoryID=96
    +" . . . is this a tool that would help obtain our goals quicker that installing all the software on each computer individually."+
    Apart from the initial OS install - Yes. You can install incremental OS Updates using ARD easily and quickly. Again if you have OSX Server you can utilise it's Software Update Service to achieve the same thing quickly and easily.
    If you don't have OSX Server you can by all means do this the way you're saying. You don't even need to use SuperDuper - why pay for something that can be done for free with what's already supplied? All you need is a firewire cable, target disk mode and the Restore option in Disk Utility. The more firewire cables you have the sooner you'll get it done.
    It does not really matter what you're using for your Network although a Time Machine Capsule is adequate enough.
    Tony

  • Problem with AI File extension association

    I have Adobe CS4 and for some reason, my computer doesn't recognize  Adobe Illustrator as the default program for .ai files. Instead, it  lists AIRegedit.exe.
    When I open up the Properties, it displays in the type of file field  "example.ai" as an .ai file instead of the normal Adobe Illustrator  Document.
    When I open up "Associate a file type or protocol with a specific  program" .ai files are listed as "AI File" instead of "Adobe Illustrator  Document."
    Usually the icon for an Illustrator document is an orange square with  inner white lettering, but now it is a white block with a small orange  square inside.
    I'm novice when it comes to Regedit, so I'm wondering if anyone has had  similar problems or suggestions on how I could fix this file extension  problem.
    Thanks!

    something got messed up, usually re-starting is the miracle fix for a number of windows issues. If it does not get fix by itself try this:
    right click on an AI file, in the context menu choose "Open With", then go down to "Chose Program...". Find AI CS4, select it by clicking once and make sure to check "Always use selected program...."

  • How do I reverse a file extension association?

    A while back I changed the file association of all my .eps files because they were opening up in preview instead of Illustrator not thinking about all my Photoshop .eps files.
    Now, all my PS eps files open in AI. Is there a way to reverse this besides changing each one individually? Maybe a preference I can trash?

    Eric
    You're dead right, it will open all eps in Photoshop, and so move the problem around. Have a look at
    http://www.macupdate.com/info.php/id/14618/rcdefaultapp
    It's a prefpane that can be used to configure with more detail
    RCDefaultApp is a Mac OS X 10.2 or later preference pane that allows a user to set the default application used for various URL schemes, file extensions, file types, MIME types, and Uniform Type Identifiers (or UTIs; MacOS 10.4 only). MacOS X uses the extension and file type settings to choose the application when opening a file in Finder, while Safari and other applications use the URL and MIME type settings at other times for content not related to a file (such as an unknown URL protocol, or a media stream).
    It's freeware
    Regards
    TD

  • Store image and document files

    If I define a table column as BLOB type, and I want it to hold image files. Can I used it for holding multiple images/pictures? Same question is asked for the document files such as .DOC or .PDF files?
    I mean something like this:
    ROW ID BLOB
    Row 1 Image 1
    Row 2 Image 2
    Row 3 Image 3
    Can I put all three (images 1, 2 , and 3) into one "cell", such as:
    Row 1 Image 1|Image 2|Image 3?
    Similarly for the document, Can I put all three (doc 1, 2 , and 3) into one "cell", such as:
    Row 1 Doc 1|Doc 2|Doc 3?
    Thanks
    Scott

    scottjhn wrote:
    If I define a table column as BLOB type, and I want it to hold image files. Can I used it for holding multiple images/pictures? Same question is asked for the document files such as .DOC or .PDF files?Yes, you can. But it will require you to create a "+mega datastructure+", embed the content (images, pdf, docs) into this and then saving that structure as a LOB.
    For example, you can use XML, use base64 to encode the image/doc/pdf and add it into the XML structure - and repeat for each image/doc/pdf until they are all in that single XML format. XML is however not that well suited for dealing with large binary structures.
    You can create your own format. You create a fixed size header structure that contains filename and size. You then write into the LOB a header+file, header+file, and so on.
    Reading the LOB is relatively easy as you read a header (fixed size). This tell you how many of the following bytes are file (image/pdf/doc). Read this variable part and then read the next fixed sized header.
    However... this is a lot of extra code that needs to be written. The LOB structure is a lot more complex. And you have to ask yourself how is this better in anyway to use header-and-file when you can achieve exactly the same using a table structure +(filename, lob)+.
    If you want to store structured data in a database, then use the database to provide that structure for you. It is highly questionable to create your own complex data structure (only understood by your code) and then chuck that into a single database column value. This will not be robust. This cannot perform. This will never scale.
    So your approach.. well, bluntly put I would put that into the Very Silly Party category.. you know the party who, for the Harpenden constituency, had election candidate Malcolm Peter Brian Telescope Adrian Umbrella Stand Jasper Wednesday (pops mouth twice) Stoatgobbler John Raw Vegetable (whinnying) Arthur Norman Michael (blows squeaker) Featherstone Smith (whistle) Northgot Edwards Harris (fires pistol, then 'whoop') Mason (chuff-chuff-chuff-chuff) Frampton Jones Fruitbat (laughs) (squeaker) Gilbert (sings) 'We'll keep a welcome in the' (three shots) Williams If I Could Walk That Way Jenkin (squeaker) Tiger-drawers Pratt Thompson (sings) 'Raindrops Keep Falling On My Head' Darcy Carter (horn) Pussycat (sings) 'Don't Sleep In The Subway' Barton Mainwaring (hoot, 'whoop') Smith.

  • 'IOError' and 'No file is associated...'

    I'm using the popular PageExporterUtility5.0.1.jsx from Adobe Exchange, among others. I thought it might be useful to gather a bunch of production scripts together into a nice Configurator panel. However, launching this particular script refuses to work.
    When my Configurator panel has a button linked to the PageExporterUtility5.0.1script on my hard disk, I get the following error message:
    IOError: I/O error
    When my Configurator panel has a button linked to the same PageExporterUtility5.0.1 script on a server, I get the following error message:
    Error: No file is associated with the currently active script.
    All other script buttons I've added to Configurator, including those linked to scripts on a server, work fine.
    Could anyone suggest what I might try looking for in the script that might prevent it from being run from Configurator?
    Ali

    you can place "PageExporterUtility5.0.1.jsx" in the .assets folder, and place a "Script" button on the panel to invoke the script file by $.evalFile(assetsPath + "/PageExporterUtility5.0.1.jsx")
    In this way, PageExporterUtility5.0.1.jsx will be depoyed along with you panel.

  • File extension association

    I know I can associate a certain type of file extension to a program by going to Finder, Get Info and apply to all. But I wanted to know what's behind that feature? Are there any way to do that in the Terminal?
    The closest I got was SetFile from Developer Tools but how can I see what are the default applications for each file extension?

    Try the following...
    defaults read com.apple.LaunchServices
    Dave

  • IPhoto 11 and Picture file extensions

    Since upgrading to iPhoto 9.2.1, I've noticed that after importing, iPhoto no longer displays the picture's file extension below the pic, or in the information window.  All my files have a .CR2 extension when they are imported.  All pictures that were in the iPhoto llibrary, prior to upgrade to 9.2.1, display their file extensions below the pic, and in the information window.
    I've not been able to locate a preference that allows me to display the file extension in iPhoto...  Is it no longer possible to see the file extension in this version of iPhoto?
    Thanks,
    Bob

    I have connection issues with my AppleTV and it seams to disconnect routinely.  I haven't used it much and am trying to resolve that issue as well.  Separate from that, how do you interface directly with AppleTV.
    And by the way Bob, I'm at the point where I am rebuilding my files via another post...  Currently on step 1, and if that doesn't work, I'm going to export the entire library to a folder and then group it by file type to narrow down and change the format via preview and replace the files deleting the originals.
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #1, followed by #3 and then #4 as needed.
    If #1 fails continue with:
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.

  • Pages App, is showing the titles of all my documents but icons are a black and white pages icons and the files won't open, what can I do?

    I recently updated iTunes and had several crashes on the next sync with my ipad2. Now when I open the Pages App, all my documents are shown with a black and white Pages icon, the title and date created is there but I cannot open any of the documents I created with this app, I have about 2 months of work I need to be able to open!

    It sounds like you are seeing what you should see when you are in the thumbnail view of all of the documents. If none of the files will open when you tap on them, try quitting Pages completely and then restart the iPad and try again.
    Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button

  • Makepkg and incorrect file extension of the source archive

    Hi,
    I want to create a PKGBUILD for a program distributed as a .tar.gz source archive, except that it's really a .tar archive.
    Thus, makepkg fails because it uses the wrong tar option.
    Now I'm wondering what the best way is to deal with this situation. I just tried placing a "mv foo.tar.gz foo.tar" line before the build() function, but that didn't get executed. Inside build() would be too late, because makepkg runs it after extracting.
    I'm not looking for a solution on how to install it -- I can just manually download and rename the file, then edit the PKGBUILD accordingly. But the PKGBUILD resp. makepkg should cope with that, not the user by manually downloading/renaming things. So I'm looking for a way how to do that from inside that file.
    Guess I should do a feature request: makepkg should detect the archive file correctly (e.g. using "file"), not just by looking at the extension which could be wrong.

    tomk wrote:
    Best solution in the long term is, of course, to ask the developers to correct their mistake.
    In the meantime, although it's not ideal, there is no problem with running tar xf inside the build() function.
    the problem is, he can't. Makepkg barfs when it cant untarball it.
    In the meantime, download the source, and untar it in the build() function.
    Also file a bug, maybe makepkg should use some 'file' (man file) magic to determine what it is.
    James

  • Updates MS15-018 to 21 and Certain File Extensions

    I maintain and develop software in VB6 running under both Windows XP and WIndows 7. Since the updates mentioned above were pushed out onto computers belonging to one of our clients, the software
    has begun to malfunction.
    We use encrypted data files with the extensions MKE and MCO - I need to know if anything in these updates will target these files as hostile or malicious code files and "cleanse"
    them or similar.
    Can anyone shed some light on this please? 

    Don't know if this is meant serious (April 1st not far away...) You've posted to Windows Forms forum. Have a look
    here and ask in the linked forum.
    Armin

  • Icons and JAR files

    How do I change the desktop icon assoicated with a JAR file?

    I would like to know it too.
    This is a way that give you almost the same thing, but you'd probably already know:
    You can click with the right on your jar File, create a shortcut to your Jar File, click with the right on the shortcut you have just created, proprieties, change icon.

  • PSD and Pict file extensions ..

    Hello all
    I'm now working with Adobe Elements 4 , I know it's an older version but. I found a disk that had the app so I thought would give a try, I'm loving it so fare but I do have a few questions.
    Im importing PSD files , I know and understand it imports as a separate sequence. These sequences need rendered. I can handle that ok, my question is , is there a way I can imported a layered pic file, that will allow me to open this file with Adobe and edit a single layer ?
    Thanks

    MikeKPhoto wrote:
    … why do we need to continue to have two formats. Why not just one?…
    Another thing to keep in mind is that Photoshop uses the PSB format to save Smart Objects inside image files, so if you ever save SO Layers to files, you have PSB files.
    Now, you're not remotely suggesting that Adobe drop support for the PSD format, are you? 
    I can't even imagine what motivated you to ask that question. 
    Message was edited by: station_one

  • Icon and Help file

    Hi there,
    Would someone please be able to help me with these;
    I need to put an appropriate Icon in the "About" window of my application.
    Also, I would like to be able to add a help file to this too.
    P.S - I am working in Xcode.
    Thanks, Ricky.
    http://web.mac.com/rickydamelio

    Hi Ricky,
    Information about adding customized icons to your xcode application.
    Here is documentation about help in xcode apps.
    Also, here's a link to the AppleScript Studio Programming Guide, that you may find of use.
    John M

  • I am missing the scrapbook icon and all the files I have saved.

    Both the icon and the files are missing. I have scanned my hard drive, and they are just gone.

    The author of the Scrapbook extension has his own website here: <br />
    http://amb.vis.ne.jp/mozilla/scrapbook/
    There's a tutorial on that page, and there are links to various help pages on that main page.

Maybe you are looking for

  • ADF Query page with validation on input values

    Hi All, I have following requirements to create a search page with 4 input vaules (they are directly mapped to tables/VO) where the last 2 parameters are date values. 1. Default value for 3rd date input should be sysdate - 30 and the default value fo

  • Hierarchy Query in Oracle

    I have the data like below SQ     CHILD_PROD_KEY     PAR_PROD_KEY 101     39067     -1 101     39077     39067 101     39010     39077 101     39075     39067 101     39009     39075 102     39067     -1 102     39077     39067 102     39010     3907

  • PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database

    Hi, catalog database version: 10.2.0.4 target/auxiliary database :10.2.0.5 when i connect to catalog by rman recieving below error, PL/SQL package RMAN1.DBMS_RCVCAT version 10.02.00.04 in RCVCAT database is not current. PL/SQL package RMAN1.DBMS_RCVM

  • Rebate agrreements

    Hi All, I am using the rebate functionality where in I am accruing 1 % amount of the sale to the Customer A. Depending on the sale to customer A ,I give an Commission say 1 % to Customer B I am handling this scenario as follows. Create Rebate agreeme

  • HT1766 I am trying to uninstall itunes from old e-mail account and reinstall.  I am not able to uninstall.  Will not allow.

    Hello, I recently hooked up my PC from which I haven't used for a couple years. I have downloaded the new version of Windows 8.   I am trying to uninstall my old itunes.  I lost my password and have since changed my e-mail address.  I am not able to