missing OSX app in start menu

Discussion in 'Windows Virtual Machine' started by akidd, Nov 23, 2008.

  1. akidd

    akidd Member

    Messages:
    34
    I've checked and unchecked share applications in windows with OSX and vice versa. Reboot between. Manually repopulated. Every OSX app appears except one - BetterZIP which I want to associate with compressed files in Windows.

    Is there any way to manually do this? Is this a bug? Why is this the only app missing?

    OSX 10.5.5, Parallels 4.0.3540
     
  2. tacit_one

    tacit_one Pro

    Messages:
    434
    This could be because BetterZIP does not
    report supported file-types in it's PLIST.

    You need to add ".zip" file association for that application, if it's not yet there.

    In Finder, control-click BetterZIP.app, select "Show Package Contents".
    In Contents folder, select info.plist.

    Open info.plist using Property List Editor.app, available on the OS-X distribution disks in the developer section,
    or use regular text editor, NOTE: edit it as a regular text file, NOT Rich Text format.

    Next to "Root", option-click the disclosure triangle to see all values.
    Scan the values, edit the values by clicking on them.

    Find section
    <key>CFBundleDocumentTypes</key>

    You need to create something like the following section -

    Reboot your Mac and everything should work.

    Send here Info.plist from BetterZIP, so i can take a
    look if this is indeed the source of your problem.

    Regards,
    Max
     
  3. akidd

    akidd Member

    Messages:
    34
    Here is the .plist

    Please advise.
     

    Attached Files:

  4. wonder_mice

    wonder_mice Hunter

    Messages:
    192
    First, look at thread and my comment in it: http://forum.parallels.com/showthread.php?p=134562#post134562
    Can you write a full path to this application (where it installed)?
    As quick solution that you can try, is to create Mac OS X alias (or symbolic link) on your application in /Applications folder.
     
  5. akidd

    akidd Member

    Messages:
    34
    but it is already in /Applications
     
  6. wonder_mice

    wonder_mice Hunter

    Messages:
    192

Share This Page