Results 87 comments of David Schneider

Awesome, thanks for confirming. It works because I got rid of the symlinks inside the installer, so it's fine even with `nosymfollow`. I didn't see a good way of changing...

slowpoke_fixes branch is gone; the changes have been merged into the main crouton installer. Just use crouton like normal and if that doesn't fix things for you, please open a...

Yeah, go ahead and post a new bug, and include details, console output, etc. Worst case it gets closed as duplicate somehow, but if you're still seeing old bugs with...

Looks like we should just be getting rid of `-Wno-int-in-bool-context` in https://github.com/dnschneid/crouton/blob/master/targets/audio#L180 since we're doing `-Wno-error` anyway.

Try installing using `CROUTON_BRANCH=slowpoke_fixes crouton` and let me know if things work

If you're still getting `cc1: warning: unrecognized command line option '-Wno-int-in-bool-context'`, then something's up with how you ran the above command, since the code in that branch no longer includes...

Hmm, thanks. As far as I can tell, there's nothing that should be re-enabling `-Werror` after we disable it, so it's not clear to me why the build is failing...

Yes, you added `-Wint-to-pointer-cast`. What I'd like explained is why telling gcc to report warnings for something it's already reporting somehow makes the compilation progress successfully, and why `pointer-to-int-cast` doesn't...

The fix should be in x11-common, not a separate target. I'm also not really sure what the fix should be. Adding an additional non-kali repository seems against the spirit of...

> It will not work when it is in x11! Because you need xbindkeys in gnome also or when using xiwi. The x11-common target is included by all flavors of...