pin

Results 169 comments of pin

@tgross35 Sorry, it seems like my git skills aren't that great 😞 Anything against if, I close the PR, redo it all and re-submit?

Not far from it :) I think I've just missed `git push --force-with-lease`.

@tgross35 That was it. Using --force-with-lease did the trick, thank you! @rustbot ready

> > Should we possibly ping some package maintainers, especially the ones of distros/OSs with more exotic environments? > > That sounds like a great idea! Can ping in Discord,...

> > What would be the preference from a developer perspective? > > For being contacted? Or related to the PR? > > For contact imo it's totally fine to...

> No problem. Basically you just add `leftwm-watchdog` to the `--features=` e.g. `cargo build --release --features xlib,sys-log,leftwm-watchdog --no-default-features` Cheers, I'll just add it to list in the package `Makefile`. Right...

> `x11rb` is an alternative pure rust backend iirc. I've tried it and it works but didn't respect the Gtk theme (or, something else I no longer remember), so I...

Finally I had the chance to rebuild from git-HEAD, all good on Void Linux 😉

So, I've clone the repo locally, applied the above patches and built `rio` with the debug symbols on. Here's the resulting backtrace: ``` ~> set-env RUST_BACKTRACE "full" ~> rio thread...