OS: Arch Linux x64
For some reason
-
npm run dev
shows a only white screen -
npm start
adds the package to the safe_browser and then does nothing. - and starting the application after packaging actually gets furthest with a attempt to connect.
I’m kind of expecting it to be the other way around?
Like the dev environment should be the one working the best, not the actual compiled production environment.
Anyway, the last one says:
I guess that’s the only error that should be, because there is no test network to speak of as of yet.
Am I supposed to run this with a mock network?
And this is the terminal output:
$ ./safe_hosting_manager
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
** (exo-open:1217): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-m4qzpHkaCb: Connection refused
[PLUGINS] Loading from /home/folatt/workspace/MaidSafe/safe_browser-v0.2.1-linux-x64-mock/resources/app/node_modules
packagejson
[AUTO-UPDATE] Error: Disabled. Only available on macOS and Windows.
Registering protocol handler: safe
Registering protocol handler: safe-auth
Wiring up Web API: safeApp
Wiring up Web API: safeCipherOpt
Wiring up Web API: safeImmutableData
Wiring up Web API: safeCrypto
Wiring up Web API: safeCryptoKeyPair
Wiring up Web API: safeCryptoSecEncKey
Wiring up Web API: safeCryptoPubEncKey
Wiring up Web API: safeCryptoSignKey
Wiring up Web API: safeMutableData
Wiring up Web API: safeMutableDataEntries
Wiring up Web API: safeMutableDataKeys
Wiring up Web API: safeMutableDataValues
Wiring up Web API: safeMutableDataMutation
Wiring up Web API: safeMutableDataPermissions
Wiring up Web API: safeMutableDataPermissionsSet
Wiring up Web API: safeNfs
Wiring up Web API: safeAuthenticator
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets was not provided by any .service files
I feel like that’s at least two bugs in there, one warning and one Gkr-Message.
Can those be fixed?