Prepros Не активны кнопки

Доброго времени суток, друзья! Итак, нужна вот такая программа https://prepros.io/. Она стартует (нужно было доставить gconf, о чем ругнулся терминал), но кнопки не активны, нажать их не возможно. В стартовом окне вместо белого фона должна быть еще какая-то картинка... Как победить ?
Вы не одиноки:
http://discuss.prepros.io/t/prepros-is-frozen-after-start-on-enter-license-info-view-arch-linux/1462

А почему вы выбрали этот софт? Насколько я понял, это всего лишь надстройка над опенсорсными инструментами, которыми и так можно пользоваться.
Используйте Gulp.
С этим все равно каши не сварите.
Один package.json чего стоит

cat resources/app/package.json
{
  "name": "Prepros",
  "main": "index.js",
  "version": "5.10.2",
  "platform_version": 510,
  "dependencies": {
    "angular": "1.3.15",
    "angular-animate": "1.3.15",
    "angular-hotkeys": "1.4.5",
    "angular-motion": "0.3.4",
    "angular-sortable-view": "git://github.com/kamilkp/angular-sortable-view.git",
    "angular-strap": "2.2.0",
    "async": "^0.9.0",
    "autoprefixer": "6.2.3",
    "babel-core": "^5.4.7",
    "bootstrap": "3.3.4",
    "chokidar": "0.8.4",
    "coffee-script": "1.10.0",
    "cssnext": "1.8.4",
    "csswring": "4.1.1",
    "detect-browsers": "2.0.0",
    "express": "4.8.7",
    "fs-plus": "2.3.0",
    "ftp": "^0.3.10",
    "getmac": "1.0.6",
    "glob": "4.0.6",
    "html-minifier": "^0.7.2",
    "http-proxy": "1.11.1",
    "iced-coffee-script": "108.0.9",
    "image-optim": "0.3.0",
    "jade": "1.11.0",
    "jquery": "2.1.4",
    "jquery-qrcode": "git://github.com/lrsjng/jquery-qrcode.git",
    "js-cat": "0.10.0",
    "less": "2.5.3",
    "livescript": "1.4.0",
    "lodash": "2.4.1",
    "marked": "0.3.3",
    "minimatch": "1.0.0",
    "mkdirp": "0.5.0",
    "mousetrap": "1.5.2",
    "nib": "1.1.0",
    "node-kit": "0.9.0",
    "node-sass": "3.4.2",
    "portfinder": "0.2.1",
    "postcss": "5.0.13",
    "react": "0.13.3",
    "request": "^2.55.0",
    "request-progress": "^0.3.1",
    "socket.io": "1.1.0",
    "ssh2": "^0.4.8",
    "stylus": "0.53.0",
    "ua-parser": "0.3.3",
    "uglify-js": "2.6.1",
    "underscore.string": "2.3.3",
    "websocket": "1.0.8",
    "weinre": "2.0.0-pre-HZO3BMNG",
    "which": "1.0.5"
  },
  "__JSON_NOTE": "All paths are relative to this json file",
  "ruby": {
    "bittersPath": "ruby/ruby_gems/gems/bitters-1.1.0/app/assets/stylesheets",
    "bourbonPath": "ruby/ruby_gems/gems/bourbon-4.2.6/app/assets/stylesheets",
    "susyPath": "ruby/ruby_gems/gems/susy-2.2.9/sass",
    "neatPath": "ruby/ruby_gems/gems/neat-1.7.2/app/assets/stylesheets",
    "execPathMac": "ruby/exec_mac/bin/ruby",
    "execPathWin": "ruby/exec_win/bin/ruby.exe",
    "gemLoaderPath": "ruby/loader.rb",
    "gemPath": "ruby/ruby_gems/",
    "gems": {
      "autoprefixer-rails": "6.2.3",
      "bitters": "1.1.0",
      "bourbon": "4.2.6",
      "compass": "1.0.3",
      "haml": "4.0.7",
      "neat": "1.7.2",
      "sass": "3.4.20",
      "slim": "3.0.6",
      "susy": "2.2.9"
    }
  }
}
 
Зарегистрироваться или войдите чтобы оставить сообщение.