}
// Set the user path according to application's name.
-app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
-app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
+// FIXME: This is guard for bringup.
+//app.setPath('userData', path.join(app.getPath('appData'), app.getName()))
+//app.setPath('userCache', path.join(app.getPath('cache'), app.getName()))
app.setAppPath(packagePath)
// Load the chrome extension support.
-require('./chrome-extension')
+// FIXME: This is guard for bringup.
+//require('./chrome-extension')
// Load internal desktop-capturer module.
-require('./desktop-capturer')
+// FIXME: This is guard for bringup.
+//require('./desktop-capturer')
// Load protocol module to ensure it is populated on app ready
require('./api/protocol')