Skip to content
  • Cosimo Cecchi's avatar
    module: make modules for extension that pull in ORBit resident · a0569367
    Cosimo Cecchi authored
    ORBit installs atexit() handlers, which would get unloaded together with the
    module now that the main process doesn't depend on GConf anymore, causing
    nautilus to sefgault at exit.
    If we detect that an extension would pull in ORBit, we make the module
    resident to prevent that.
    a0569367