-
Notifications
You must be signed in to change notification settings - Fork 28
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
Thread panic when not loaded from i3 #43
Comments
Restarted the computer and booted into i3 and am experiencing the same issue. |
Sorry my rust is bad. It's supposed to print a nice error message instead of panic. Thr panic comes from i3-msg not being found in the path when trying to reload. If you run under wayland, it tries to use swaymsg. Look at the end of main.rs for the reload logic. |
Ah ok looking at this again, it's in the config validation step which requires |
Hahah no worries. I dont know rust at all, I honestly just thought it was a neat idea and wanted to share my traceback with you. Sorry I cant be of more help but if you have any questions, id be happy to answer anything that you think would help! |
I just pushed some changes to master that improves the error message. Can you test it and see if the panic is still there? |
I've experienced the same issues with a fresh install of i3 and cargo/rust. I had to use older version available on npm which work still just fine. |
I'll admit that this is a corner case and one that I doubt you'll frequently run into; however, I wanted to mention it regardless.
I switch back and forth between Plasma 5 and i3. I booted into Plasma today and while surfing crates.io, I noticed this package. Installed it and upon running it with a few different flags, I kept getting errors.I decided to run the command almost directly from the readme. Here's the output::
The text was updated successfully, but these errors were encountered: