Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
crossover / opt / cxoffice / share / crossover / data / cxoffice.conf
Size: Mime:
;;----------------------------------------------------------------------
;;
;;  CrossOver Linux Configuration File
;;
;;----------------------------------------------------------------------


;;-----< [CrossOver] Section >------------------------------------------
;;    This section supplies configuration information that applies to
;; CrossOver as a whole.
;;----------------------------------------------------------------------
[CrossOver]

;;-----------------< Basic Settings >-----------------------------------
;;
;; PreferredBrowser     Specifies the browser command that CrossOver
;;                      should use when asked to open a URL. The
;;                      default is to try to automatically pick the
;;                      most appropriate browser.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'. Note that only simple
;;                      commands are supported. In particular
;;                      backquotes and semi-colons have no special
;;                      meaning.
;;
;;                      Default:    "" (auto-detect)
;;
;; ManagedShortcutDirs  Specifies a colon-separated list of directories
;;                      where managed bottles should create scripts to
;;                      start Windows applications.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;
;;                      Default:    ""
;;
;; PrivateShortcutDirs  Specifies a colon-separated list of directories
;;                      where private bottles should create scripts to
;;                      start Windows applications. These directories
;;                      must be writable by non-root users and thus
;;                      should probably be relative to '${HOME}'.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;
;;                      Default:    ""
;;
;; MenuIgnoreList       This is a colon-separated list of menuing system
;;                      IDs. It specifies menuing systems which should
;;                      be ignored when creating and deleting menus.
;;
;;                      Default:    ""
;;
;; AssocIgnoreList      This is a colon-separated list of association
;;                      system IDs. It specifies association systems
;;                      which should  be ignored when creating and
;;                      deleting associations.
;;
;;                      Default:    ""
;;
;; MIMEIgnoreList       A colon-separated list of MIME Types to ignore.
;;                      You can use this to prevent CrossOver Setup
;;                      from ever associating these MIME types to a
;;                      Windows application.
;;
;;                      Default:    ""
;;
;; ExtIgnoreList        A colon-separated list of extensions to ignore
;;                      when scanning the Windows associations. The
;;                      leading dot of the extension should be omitted
;;                      and regular expressions are allowed.
;;
;;                      Default:    ""
;;
;; ManagedLinuxNSPluginDirs
;; ManagedLinux64NSPluginDirs
;;                      Specifies a colon-separated list of directories
;;                      where managed bottles should install their
;;                      Unix 32 bit (respectively 64 bit) Netscape
;;                      plugin libraries.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;
;;                      Default:    ""
;;
;; PrivateLinuxNSPluginDirs
;; PrivateLinux64NSPluginDirs
;;                      Specifies a colon-separated list of directories
;;                      where private bottles should install their
;;                      Unix 32 bit (respectively 64 bit) Netscape
;;                      plugin libraries. These directories must be
;;                      writable by non-root users and thus should
;;                      probably be relative to '${HOME}'.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;
;;                      Default:    ""
;;
;; CreateNSPluginDirs   If a directory mentioned in one of the other
;;                      *NSPluginDirs settings does not exist and it is
;;                      present in this colon-separated list of
;;                      directories, then an attempt to create it will
;;                      be made.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;
;;                      Default:    ""
;;
;; AntiVirusScan        When to scan for viruses. If set to 'never',
;;                      then no scan is ever done. If set to
;;                      'untrusted', then only untrusted files are
;;                      scanned. If set to 'start', then files are
;;                      scanned before they are run by the wine script.
;;
;;                      Note that there is no way to have all files be
;;                      scanned before they are opened by Windows
;;                      applications, for instance when one uses the
;;                      File -> Open dialog.
;;
;;                      Default:    start
;;
;; AntiVirusCommand     The command to use to scan for viruses in
;;                      Windows applications and files.
;;                      The default is to auto-detect Clam AntiVirus,
;;                      Avast Antivirus, AVG Anti-Virus, McAfee
;;                      LinuxShield, F-Prot Antivirus, AntiVir
;;                      Workstation and the Sophos Anti-virus,
;;                      and uses the first one found.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'. Note that only simple
;;                      commands are supported. In particular
;;                      backquotes and semi-colons have no special
;;                      meaning.
;;
;;                      Default:    auto-detect
;;
;; AntiVirusClean       A regular expression to apply to the hexadecimal
;;                      scanner exit code to identify when it determined
;;                      that the file is clean. So for instance "(0|13)"
;;                      would mean that the virus scanner returns 0 or
;;                      19 ('13' in hexadecimal) for clean files.
;;
;;                      Default:    Automatically set for supported
;;                                  virus scanners, "0" otherwise.
;;
;; AntiVirusMatch       A regular expression to apply to the hexadecimal
;;                      scanner exit code to identify when it determined
;;                      that the file is infected. So for instance "[cd]"
;;                      would mean that the virus scanner returns 12
;;                      ('c' in hexadecimal) or 13 ('d') when it detects
;;                      a virus.
;;                      Any exit code that matches neither AntiVirusMatch
;;                      nor AntiVirusClean indicates a scanner
;;                      malfunction.
;;
;;                      Default:    Automatically set for supported
;;                                  virus scanners, "1" otherwise.
;;
;; ReportWineUsage      If set to 1, then the wine script will
;;                      record usage data and CrossOver will
;;                      periodically upload that data to a server.
;;                      If set to 0, then no usage will be recorded.
;;                      If empty, CrossOver will periodically ask the
;;                      user to opt in.
;;
;;                      Default:    ""
;;
;;
;; ManualProxySettings  If set to 1, the GUI will use the proxy settings
;;                      below instead of trying to detect them from the
;;                      environment.
;;
;;                      Default:    "0"
;;
;; HttpProxy            If ManualProxySettings is set to 1, this setting
;;                      will be used as the proxy for http url's,
;;                      otherwise it is ignored. This should be a string
;;                      of the form "host:port" or "host", or an empty
;;                      string to use no proxy.
;;
;;                      Default:    ""
;;
;; HttpsProxy           If ManualProxySettings is set to 1, this setting
;;                      will be used as the proxy for https url's,
;;                      otherwise it is ignored. This should be a string
;;                      of the form "host:port" or "host", or an empty
;;                      string to use no proxy.
;;
;;                      Default:    ""
;;
;; FtpProxy             If ManualProxySettings is set to 1, this setting
;;                      will be used as the proxy for ftp url's,
;;                      otherwise it is ignored. This should be a string
;;                      of the form "host:port" or "host", or an empty
;;                      string to use no proxy.
;;
;;                      Default:    ""
;;
;; SocksProxy           If ManualProxySettings is set to 1, this setting
;;                      will be used as the proxy for direct connections,
;;                      otherwise it is ignored. This should be a string
;;                      of the form "host:port" or "host", or an empty
;;                      string to use no proxy.
;;
;;                      Default:    ""
;;----------------------------------------------------------------------
;;"PreferredBrowser" = ""
;;"ManagedShortcutDirs" = ""
;;"PrivateShortcutDirs" = ""
;;"MenuIgnoreList" = ""
;;"AssocIgnoreList" = ""
"MIMEIgnoreList" = "application/x-crossover-doc:application/x-gettext:text/html:text/plain:text/x-gettext-translation-template"
"ExtIgnoreList" = "exe:htm:html:lnk:txt:url"
;;"ManagedLinuxNSPluginDirs" = ""
;;"ManagedLinux64NSPluginDirs" = ""
;;"PrivateLinuxNSPluginDirs" = ""
;;"PrivateLinux64NSPluginDirs" = ""
;;"CreateNSPluginDirs" = ""
;;"AntiVirusScan" = ""
;;"AntiVirusCommand" = ""
;;"AntiVirusClean" = ""
;;"AntiVirusMatch" = ""
;;"ReportWineUsage" = ""
;;"ManualProxySettings" = "0"
;;"HttpProxy" = ""
;;"HttpsProxy" = ""
;;"FtpProxy" = ""
;;"SocksProxy" = ""

;;-----------------< Advanced Settings >--------------------------------
;;
;; These values are for exceptional circumstances and are not for
;; general use by end users.
;;
;; ProductPackage       How the product was installed.
;;
;;                      Default:    ""
;;
;; ProductVersion       The internal product version.
;;
;;                      Default:    ""
;;
;; BuildTag             Identifies the source code the product was built
;;                      from.
;;
;;                      Default:    ""
;;
;; BuildTimestamp       The build's timestamp.
;;
;;                      Default:    ""
;;
;;----------------------------------------------------------------------
;;"ProductPackage" = ""
"ProductVersion" = "15.1.0.29653"
"BuildTag" = "cxoffice-15.1.0rc3"
"BuildTimestamp" = "20160330T161227Z"



;;-----< [MIMEAliases] Section >----------------------------------------
;;    This section specifies a list of MIME type aliases for use when
;; creating associations.
;;----------------------------------------------------------------------
[MIMEAliases]

;;-----------------< MIME Type Aliases >--------------------------------
;;
;; This is a set of key/value pairs of the form:
;;
;; "mime/type1" = "mime/type2;mime/type3"
;;
;; This specifies that 'mime/type1', 'mime/type2' and 'mime/type3' are
;; synonymous and causes CrossOver to associate with all three MIME
;; types whenever it encounters one of them.
;;
;;----------------------------------------------------------------------
"application/msexcel"     = "application/vnd.ms-excel;application/x-msexcel"
"application/mspowerpoint"= "application/vnd.ms-powerpoint;application/x-mspowerpoint"
"application/msword"      = "application/vnd.ms-word"
"application/pdf"         = "application/x-pdf"
"application/wordperfect" = "application/vnd.wordperfect;application/x-wordperfect"
"application/zip"         = "application/x-zip-compressed"
"audio/midi"              = "audio/x-midi"
"audio/mp3"               = "audio/mpeg"
"audio/mp4"               = "audio/x-m4a"
"audio/x-pn-realaudio"    = "audio/vnd.rn-realaudio"
"audio/x-wav"             = "audio/vnd.wave;audio/wav"
"text/calendar"           = "text/x-vcalendar"
"text/directory"          = "text/x-vcard"
"video/x-ms-asf"          = "application/vnd.ms-asf"



;;-----< [OfficeSetup] Section >----------------------------------------
;;    This section specifies settings *only* used by the CrossOver Setup
;; utility.
;;----------------------------------------------------------------------
[OfficeSetup]

;;-----------------< OfficeSetup Settings >-----------------------------
;;
;; BottleManagerSize    If set, this is the size (widthxheight) that the
;;                      Bottle Manager will request when starting up.
;;
;;                      Default:    ""
;;
;; ExpandInstallDetails If set to 1, the CrossOver Software Installer
;;                      will start installs with the list of tasks
;;                      shown.
;;
;;                      Default:    ""
;;
;; ShowBottleSidebar    If set to 1, CrossOver will start with the Bottles
;;                      sidebar shown.
;;
;;                      Default:    ""
;;
;; BottleSidebarSize    The width of the Bottles size in pixels.
;;
;;                      Default:    "0"
;;
;; MainWindowView       The view setting when the main CrossOver window starts.
;;                      Either "ICON_VIEW" for "View as Icons" or
;;                      "TREE_VIEW" for "View as Tree"
;;
;;                      Default:    "TREE_VIEW"
;;
;;
;; ApplyCxfixes         If set to 1, default to installing Unix packages.
;;
;;                      Default:    "1"
;;
;;----------------------------------------------------------------------
;;"BottleManagerSize" = ""
;;"ExpandInstallDetails" = ""
;;"ShowBottleSidebar" = ""
;;"AutoUpdate" = "0"
;;"ShowUntestedApps" = "0"
;;"MainWindowView" = "TREE_VIEW"
;;"ApplyCxfixes" = "1"
"BottleSidebarSize" = "0"
"TieURL" = "http://ftp.codeweavers.com/pub/crossover/tie/crossover.tie.gz"



;;-----< [Wine] Section >-----------------------------------------------
;;    This section specifies defaults for all applications to use. Any
;; application that is active, but does not have a matching
;; configuration section, will obtain its parameters from this section.
;;----------------------------------------------------------------------
[Wine]

;;-----------------< Advanced Path Settings >---------------------------
;;
;; Each of these values, if specified, will override the default value
;; computed via CX_ROOT.
;;
;; BinPath              Specifies a list of directories to prefix the
;;                      PATH with prior to invoking a Wine subprocess.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;                      If you wish to use an alternative version of
;;                      Wine, you should set this to a minimum of:
;;                      <your-wine>:<your-wine>/server:${CX_ROOT}/bin
;;
;;                      Default:    ${CX_ROOT}/bin
;;
;; LibPath              Specifies a list of directories to prefix
;;                      LD_LIBRARY_PATH with prior to invoking a Wine
;;                      subprocess.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;                      If you wish to use an alternative version of
;;                      Wine, you should set this to a minimum of:
;;                      <your-wine>:${CX_ROOT}/lib
;;
;;                      Default:    ${CX_ROOT}/lib
;;
;; DllPath              Specifies a list of directories containing
;;                      builtin Wine builtin dlls.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;                      Note that this setting overrides WINEDLLPATH.
;;                      To use WINEDLLPATH, set this field to
;;                      "${CX_ROOT}/lib/wine:${WINEDLLPATH}". If you
;;                      wish to use an alternative version of Wine, you
;;                      should set this to a minimum of:
;;                      <your-wine>/dlls:${CX_ROOT}/lib/wine
;;
;;                      Default:    ${CX_ROOT}/lib/wine
;;
;; LDPreload            If set, specifies a value to override
;;                      LD_PRELOAD.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;                      Note that if it is set to an empty string, then
;;                      LD_PRELOAD will be set to an empty string too.
;;                      To not modify LD_PRELOAD, set it to
;;                      ${LD_PRELOAD}.
;;
;;                      Default:    ""
;;
;; LDAssumeKernel       If set, specifies a value to override
;;                      LD_ASSUME_KERNEL.
;;                      This setting can use environment variables with
;;                      the syntax '${VARNAME}'.
;;                      Note that if it is set to an empty string, then
;;                      LD_ASSUME_KERNEL will be set to an empty string
;;                      too. To not modify LD_ASSUME_KERNEL, either
;;                      comment out the LDAssumeKernel setting, or set
;;                      it to ${LD_ASSUME_KERNEL}.
;;
;;                      Default:    ${LD_ASSUME_KERNEL}
;;
;;----------------------------------------------------------------------
;;"BinPath" = ""
;;"LibPath" = ""
;;"DllPath" = ""
;;"LDPreload" = ""
;;"LDAssumeKernel" = ""


;;-----< [BottleDefaults] Section >-------------------------------------
;;    This section specifies settings to be used when creating a new
;; bottle.
;;----------------------------------------------------------------------
[BottleDefaults]

;;-----------------< Bottle Settings >----------------------------------
;;
;; MenuRoot             Specifies where Wine should create the menu
;;                      entries for Windows applications, i.e. where
;;                      the root of the "Start Menu" should be.
;;
;;                      Default:    ""
;;
;; MenuStrip            Specifies that the first N Windows menu levels
;;                      should be stripped. So if MenuStrip is set to
;;                      one, then a menu that would be in the 'Programs'
;;                      menu folder on Windows, would appear in the menu
;;                      root in your desktop environment.
;;
;;                      Default:    0
;;
;; OutlookSecurity      Activate the Outlook security measures.
;;
;;                      Default:    0
;;
;; BlockedExtensions    File extensions that Outlook is not allowed
;;                      to execute for security reasons.
;;
;;                      Default:    ""
;;
;;----------------------------------------------------------------------
"MenuRoot" = "/Windows Applications"
"MenuStrip" = "1"
"OutlookSecurity" = "1"
"BlockedExtensions" = "bat;com;cpl;exe;hta;lnk;pif;scr;vbe;vbs;wsf;wsh"