Skip to content
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

Installation path clashes with another application called Dash #898

Closed
pasine opened this issue Jul 4, 2016 · 6 comments
Closed

Installation path clashes with another application called Dash #898

pasine opened this issue Jul 4, 2016 · 6 comments
Assignees

Comments

@pasine
Copy link

pasine commented Jul 4, 2016

The application is installing all its data into /Users/<username>/Library/Application\ Support/Dash under OSX.
Unfortunately there is another application called Dash using the same path, so they ended up using the same folder to install the files.
I guess the application should do a minimum check to avoid clashes and accidental data loss.

@pasine pasine changed the title Clash with Dash application Installation path clashes with another application called Dash Jul 4, 2016
@schinzelh
Copy link

schinzelh commented Jul 4, 2016

Good find, many thanks. We have a similar clash in the Linux world,as there is a package called 'dash' too which is a Shell application

$ apt-cache search dash
dash - POSIX-compliant shell

@UdjinM6
Copy link

UdjinM6 commented Jul 4, 2016

Yep, we could move default datadir e.g.

Windows: %APPDATA%\DashCore\
Mac OS: ~/Library/Application Support/DashCore/
Unix/Linux: ~/.dashcore/

This however will require yet another migration for users.

Same for Linux package name - dashcore. We could probably even rename this repo?

Basically we need to come up with some naming convention and maybe it's better to follow the principle that is already declared right there in README.md (and imo it actually makes sense):

Dash is an experimental new digital currency ...
Dash Core is the name of open source software which enables the use of this currency.

@ghost
Copy link

ghost commented Jul 5, 2016

DashCore +1

@crowning-
Copy link

DashCore sounds good, is (more) unique and leaves room for other wallet/daemon implementations (DashThis, DashThat, ...).

+1

@schinzelh
Copy link

DashCore +1

@UdjinM6
Copy link

UdjinM6 commented Mar 17, 2017

fixed by #905

@UdjinM6 UdjinM6 closed this as completed Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants