-
Notifications
You must be signed in to change notification settings - Fork 5
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
sudo make install
installs Eerie to /root/.eerie
#32
Comments
Thanks for the report. Unfortunately, I can't test configuration on any possible Linux distributive. It tested on Ubuntu and there it works. I'll look into it when I'll have some free time, but I'm not sure that I will in the near future... If you interested, you can debug it yourself. "~/.eerie" stringByExpandingTilde Looks like a bug in |
I confirmed that It would be nice to check |
On a unix platform |
ok, it looks like it depends whether you are ubuntu (and macos) or debian: https://unix.stackexchange.com/questions/91384/how-is-sudo-set-to-not-change-home-in-ubuntu-and-how-to-disable-this-behavior |
As a workaround you can try to install Eerie separately.
|
ChromeOS Version 70.0.3538.76 (Official Build) (64-bit)
uname -a:
Linux penguin 4.14.67-07156-gc116f2c8c400 #1 SMP PREEMPT Sun Sep 9 14:28:13 PDT 2018 x86_64 GNU/Linux
Following the installation instructions in the Io readme, I performed the following steps:
This installed Io to /usr/local/bin, as expected, but it installed Eerie to /root/.eerie, leaving me unable to access it without sudo. I tried moving it to my home directory, but there are a lot of links to update.
The text was updated successfully, but these errors were encountered: