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

folder separator is missing #85

Open
mohamedhagag opened this issue Oct 4, 2020 · 0 comments
Open

folder separator is missing #85

mohamedhagag opened this issue Oct 4, 2020 · 0 comments

Comments

@mohamedhagag
Copy link

ved/ved.v

Line 125 in bc8c2d2

if !os.is_dir(os.home_dir() '.ved') {

in this line and below lines mentioning home_dir() '.ved ' there must be a folder separator like / or \ otherwise it gives an error permission denied trying to create /home/user.ved instead of /home/user/.ved on linux.

when add / to the line 125 & 126 it starts well but without window manager and prints a msg in the terminal :
load /home/user.ved/session
which also should have folder separator

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

1 participant