Metaxal / rwind

Window manager in the Racket programming language
Other
87 stars 5 forks source link

configure.rkt: create ~/.config/rwind before copying files #20

Closed xgqt closed 3 years ago

xgqt commented 3 years ago

closes: https://github.com/Metaxal/rwind/issues/19

Signed-off-by: Maciej Barć xgqt@protonmail.com

Metaxal commented 3 years ago

Thanks for this. I'll do something a little more general. But while trying this out, it appears that RWind now fails for several other reason. I'm not even sure how you managed to make it work! (working on it, obviously)

xgqt commented 3 years ago

Thanks for this. I'll do something a little more general. But while trying this out, it appears that RWind now fails for several other reason. I'm not even sure how you managed to make it work! (working on it, obviously)

I just cloned the repo, did my mods and raco pkg install, maybe my links.rktd was messed up but I doubt it...

Anyway this change seems trivial to me

Metaxal commented 3 years ago

Yes, the change is trivial, and it's not faulty—but I'm going to resolve it in a slightly different, more general way, using make-parent-directory* at a different place. I'm just saying that this is the first time I run RWind in a while and it wouldn't run well for various reasons. Does it work well for you?

xgqt commented 3 years ago

Yes, the change is trivial, and it's not faulty—but I'm going to resolve it in a slightly different, more general way, using make-parent-directory*. I'm just saying that this is the first time I run RWind in a while and it wouldn't run well for various reasons. Does it work well for you?

No, I only worked on the part that failed immediately for me which is the configure part.

Running rwind as a window manager doesn't work for me yet, but I hope I will make it work.

Metaxal commented 3 years ago

Ok, that makes sense then. I'm going to make it work again for me at least, and if you're willing to try a little harder after that I'd be happy to receive your feedback.

Metaxal commented 3 years ago

This is fixed in this commit: https://github.com/Metaxal/rwind/commit/374849a765dd3d1e7aecc87d06349cc852ec8648 so I'm closing this PR.

Thank you very much in any case for proposing a solution!

Metaxal commented 3 years ago

I've enhanced the installation process. If you try rwind again, please let me know how that goes, thanks!