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

Launch cells-sync from linux only works when in same directory as the binary #18

Open
rossbeazley opened this issue Nov 14, 2019 · 1 comment

Comments

@rossbeazley
Copy link

From the command line I type

~/Downloads/cells-sync start

this fails to start correctly and this line can be seen in the log

2019-11-14T20:46:49.897Z ERROR systray Error on sub process : fork/exec /home/rdlb/no-cells-here/home/rdlb/Downloads/cells-sync: no such file or directory

FYI
which ~/Downloads/cells-sync
produces
/home/rdlb/Downloads/cells-sync

launching using
PATH=$PATH:~/Downloads/ cells-sync start
fails with a similar error
2019-11-14T20:44:57.927Z ERROR systray Error on sub process : fork/exec /home/rdlb/no-cells-here/cells-sync: no such file or directory

this, however, will work
cd ~/Downloads/
./cells-sync start

@v4rakh
Copy link

v4rakh commented Dec 8, 2019

For packaging it in ArchLinux I did the same as a dirty workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants