Results 1 to 4 of 4

Thread: VMWare Configuration File - Where do i find it?

  1. #1
    Join Date
    Jun 2006
    Beans
    Hidden!

    VMWare Configuration File - Where do i find it?

    Hello Guys,

    When im trying to enter my license key the last step is to register the product. When i do this, i get following error message (screen also attached):

    Code:
    VMware Workstation could not find a suitable default 
    browser and is therefore unable to provide the information 
    you requested. Please install FireFox, Mozilla or Netscape. 
    If you wish to use a different web browser, please place 
    the following in your ~/.vmware/preferences file:
    
    pref.webBrowser = "/path/to/browser"
    I am using Chromium and would like to edit this setting in the preferences file. I know it directs me to a path, but i somehow can't reach it, neither by bash or the GUI filemanager.

    How can i edit this?

    Would be grateful for any input... Regards Joakim from Sweden
    Attached Images Attached Images
    Last edited by mixim; April 8th, 2012 at 09:06 PM.

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: VMWare Configuration File - Where do i find it?

    Quote Originally Posted by mixim View Post
    Hello Guys,

    When im trying to enter my license key the last step is to register the product. When i do this, i get following error message (screen also attached):

    Code:
    VMware Workstation could not find a suitable default 
    browser and is therefore unable to provide the information 
    you requested. Please install FireFox, Mozilla or Netscape. 
    If you wish to use a different web browser, please place 
    the following in your ~/.vmware/preferences file:
    
    pref.webBrowser = "/path/to/browser"
    I am using Chromium and would like to edit this setting in the preferences file. I know it directs me to a path, but i somehow can't reach it, neither by bash or the GUI filemanager.

    How can i edit this?
    Code:
    gedit ~/.vmware/preferences
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  3. #3
    Join Date
    Jun 2006
    Beans
    Hidden!

    Re: VMWare Configuration File - Where do i find it?

    Quote Originally Posted by dcstar View Post
    Code:
    gedit ~/.vmware/preferences
    I did try that before, i. But all it does is open an empty file. Seems that VMWare never created any preferences file.

    This confused me in the beginning, but i realized that maybe there is simply no configuration file created by default.

    So for other novices, i did this (im using leafpad instead of gedit):

    Code:
    sudo leafpad ~/.vmware/preferences
    added this line (im using chromium):

    Code:
    pref.webBrowser = "/usr/bin/chromium-browser"
    Saved, and it worked.

    Thanks for the feedback, u confirmed that I was on the right path =)
    Last edited by mixim; April 9th, 2012 at 05:24 PM.

  4. #4
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: VMWare Configuration File - Where do i find it?

    Quote Originally Posted by mixim View Post
    ...........
    Saved, and it worked.
    Then mark the thread.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •