Skip to content

folder separator is missing #85

@mohamedhagag

Description

@mohamedhagag

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions