-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rename the Dartium binary to dartium
#24631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The binary is for me called |
Not for me:
...
...
...
...
|
@kasperpeulen maybe homebrew added a symlink for you? myname@myhost ~
(master) $ dart --version
Dart VM version: 1.13.0-edge.cc0a9c3e7eb32588c219f7f16a1a806e88a397d3 (Mon Oct 19 15:23:49 2015) on "linux_x64"
myname@myhost ~
(master) $ which dartium
/usr/bin/dartium
myname@myhost ~
(master) $ ls -la /usr/bin/dartium
lrwxrwxrwx 1 root root 35 Mai 24 19:55 /usr/bin/dartium -> /usr/local/apps/dart/dartium/chrome |
This sounds like a good idea. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Dartium binary has been called by various names.
chrome
.Chromium
.I encountered issues #24616, dart-lang/test#353 and dart-lang/test#63 that stem from the fact it is not possible to identify a Dartium binary by its name only. (When called
chrome
It may conflict with the Chrome browser, dtto for Chromium).I suggest that the binary be renamed to
dartium
(ordartium.exe
ordartium.app
, depending on the platform) to resolve the ambiguity. This would allow users to have both Chrome and Dartium in PATH and know which is being executed.The text was updated successfully, but these errors were encountered: