Morgan Aldridge

Results 146 comments of Morgan Aldridge

My apologies for my extremely late response on this and many thanks for reporting the issue. I have not run into this error before, but I also haven't tried to...

No problem, @probonopd. Looking at the [FreeBSD tradcpp port](https://cgit.freebsd.org/ports/tree/devel/tradcpp), it appears that `tradcpp` is installed in `${PREFIX}/bin`, which I believe defaults to `/usr/local/bin/`. You may need to install the `tradcpp`...

One step forward, one step back, I guess. I'm currently doing my development & testing on OpenBSD, which is slightly different that FreeBSD as far as X11 goes, but not...

Hi @dchmelik, I'm sorry you're running into a segfault when trying to test `mlvwm`. What OS and version are you testing on? Additionally, I assume you built and installed via...

Hi @HexagonWin, congratulations on getting `xap` working with GTK+ 1.2! I have to admit that while [I have an archive of the `xap` source](https://github.com/morgant/xap), I have not tried `xap` itself....

I haven't looked into Wayland much yet as I'm doing most of my development & testing on OpenBSD, which won't be getting Wayland support any time soon. That said, I...

There has been some recent activity around Wayland support under OpenBSD, which is what I primarily develop & dog food `mlvwm` under, so is becoming more likely that I'll be...

@mechanical64 Huge thanks for updating the AUR package and letting me know! I'll definitely add that to the installation section. On a related note, I'll likely link to the [`mlvwm`...

There are some `XKeycodeToKeysym` alternatives discussed in [this Stack Overflow question](https://stackoverflow.com/questions/9838385/replace-of-xkeycodetokeysym). [`fvwm` on OpenBSD](https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/xenocara/app/fvwm/fvwm/events.c?rev=1.1.1.1&content-type=text/plain) is still using `XKeycodeToKeysym`, so no direction there, but the comment for its usage (which is...

This is caused by changes in sprockets 4, so an `app/assets/config/manifest.js` file is required (see [sprockets/UPGRADING.md](https://github.com/rails/sprockets/blob/master/UPGRADING.md)). Creating an empty `manifest.js` solves the issue.