Drakulix / fireplace

Modular wayland window manager written in rust
MIT License
603 stars 14 forks source link

If configured to use a log file, the directory ~/.local/share/fireplace must be created manually #22

Closed IntrepidPig closed 7 years ago

IntrepidPig commented 7 years ago

If you don't create it, you get an error thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "No such file or directory" } }', /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libcore/result.rs:860

Drakulix commented 7 years ago

Is this a better description of #21 ? Definitely something that should be fixed, thanks for reporting

Drakulix commented 7 years ago

@IntrepidPig Do you think I should rather provide a better example in the default config and provide a nicer error message, you would you actually prefer the folder to be created by fireplace? I am in two minds, if it should do that.

theduke commented 7 years ago

Just auto-create it. I don't see a downside.

Drakulix commented 7 years ago

Fixed by #23. Thanks @IntrepidPig !!