Joe Blue
2016-08-30 14:52:17 UTC
hey everyone,
i just installed dart and dartium on OSX. Here is my .bash_profile:
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
But when i start dartium from bash i get this:
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
Here are the versions:
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
i just installed dart and dartium on OSX. Here is my .bash_profile:
### Dart
# Ref. https://dart.academy/getting-started-with-dart-and-atom/
# Ref: https://www.dartlang.org/install/mac
DART_SDK=$HOMEBREW_INSTALL/opt/dart/libexec
DART_DARTIUM=$HOMEBREW_INSTALL/opt/dart/Chromium.app
DART_PUBCACHE_BIN=$HOME/.pub-cache/bin
export PATH=$PATH:$DART_SDK/bin:/$DART_DARTIUM:$DART_PUBCACHE_BIN
But when i start dartium from bash i get this:
x-MacBook-Pro:~ apple$ dartium
[6053:63251:0830/164839:ERROR:password_store_proxy_mac.cc(92)] Could not
create/open login database.
[6057:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
[6058:1295:0830/164839:ERROR:renderer_main.cc(200)] Running without
renderer sandbox
Here are the versions:
x-MacBook-Pro:~ apple$ dartium --version
Chromium 45.0.2454.104 Dart 1.19.0
x-MacBook-Pro:~ apple$ dart --version
Dart VM version: 1.19.0 (Fri Aug 26 02:27:39 2016) on "macos_x64"
Can someone let me know if they also have this error message please ?
--
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
For other discussions, see https://groups.google.com/a/dartlang.org/
For HOWTO questions, visit http://stackoverflow.com/tags/dart
To file a bug report or feature request, go to http://www.dartbug.com/new
---
You received this message because you are subscribed to the Google Groups "Dart Misc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.