Skip to content

Add applications defaults #92

Merged
merged 2 commits into from
May 22, 2019
Merged

Add applications defaults #92

merged 2 commits into from
May 22, 2019

Commits on May 22, 2019

  1. Add applications-defaults

    The file /usr/share/applications/defaults.list enumerated the defaults
    applications to open files of specific mime types. If this file does not
    exist, the default is more or less randomly selected from the
    applications available for a specific mime type (as defined by
    /usr/share/applications/*.desktop).
    
    The default settings can be overwritten by an individual user by the
    "MIME Type Editor" xfce4-mime-settings).
    
    This information is used by exo-open, which itself is called by xdg-open
    if an Xfce desktop is detected.
    
    Import existing file into repository.
    donald committed May 22, 2019
    Configuration menu
    Copy the full SHA
    7576989 View commit details
    Browse the repository at this point in the history
  2. applications-defaults: Set text/html to firefox

    Instead of opening a new browser window when a user with default
    settings used `ipython notebook`, a Geany Window with a temporary .html
    file was opened, because the setting for text/html was not defined.
    
    Set text/html application to firefox.
    donald committed May 22, 2019
    Configuration menu
    Copy the full SHA
    038a64d View commit details
    Browse the repository at this point in the history