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

Don't require "installation" of license file #509

Closed
mwean opened this issue Sep 10, 2018 · 5 comments
Closed

Don't require "installation" of license file #509

mwean opened this issue Sep 10, 2018 · 5 comments
Labels

Comments

@mwean
Copy link

mwean commented Sep 10, 2018

I just set up a new machine, and I have a bunch of settings files that all get symlinked to their correct locations. This doesn't seem to work for fman, because it shows as unregistered. I had to delete the User.json file and re-install it. It would be great if it could just check for the existence of the file. Thanks!

@mherrmann mherrmann added the bug label Sep 11, 2018
@mherrmann
Copy link
Contributor

Hi Matt, are you sure you set up the symlink correctly? Because I just tried and it worked for me. I did:

mv ~/Library/Application\ Support/fman/Local/User.json .
ln -s `pwd`/User.json ~/Library/Application\ Support/fman/Local

@mwean
Copy link
Author

mwean commented Sep 11, 2018

Yeah, I'm sure it was there because when I tried to open it, I got an error saying the file was already there. Do you store the fact that it's licensed anywhere else, or just check for the file?

@mherrmann
Copy link
Contributor

fman just checks for the file.

@mherrmann
Copy link
Contributor

Did you restart fman?

@mwean
Copy link
Author

mwean commented Sep 11, 2018

Hmm that's weird. I noticed the unregistered prompt after my laptop restarted. There might be something weird with the link because I'm linking from a Keybase volume, which uses FUSE. I'll keep an eye on it. Thanks!

@mwean mwean closed this as completed Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants