Re: [cdesktopenv-devel] dtlogin goes away when using other virtual console

2025-06-07 Thread Brian Cole
I don't have a FreeBSD box on hand to check, but is it supposed to be on VT1? I thought X traditionally took VT7. On Sat, Jun 7, 2025, at 11:48 AM, Marco Moock wrote: > Hello! > > I have a VM with FreeBSD and cde-devel from ports. > > If I hit Ctrl+Alt+F2 and then go back to F1, dtlogin is gone a

Re: [cdesktopenv-devel] PowerPC and musl fixes

2021-01-27 Thread Brian Cole
FWIW, I know that including a pre-built configure script is at least quite common in release tarballs in other projects, although many of those have a step in the build instructions like "if you're building directly from git, you first have to regenerate the configure script". But if the script

Re: [cdesktopenv-devel] Release Strategy

2020-12-05 Thread Brian Cole
It's still not a 100% solution, but I think sourcehut is a good fit for CDE CI, mostly because it directly supports running jobs on a wide array of Linux distros *and* BSDs. It also works with just using their CI against a repo hosted elsewhere (in our case, sourceforge). It does have 2 major sh

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Brian Cole
. On Sun, Nov 8, 2020, at 11:46 PM, Brian Cole wrote: > FWIW, I can easily reproduce this building from master on Ubuntu 18.04; > * https://builds.sr.ht/~yjftsjthsd/job/337574 is a build with just `make > World` and fails > * https://builds.sr.ht/~yjftsjthsd/job/337610 is a build with `

Re: [cdesktopenv-devel] git version fails to build on Debian derivative PureOS

2020-11-08 Thread Brian Cole
FWIW, I can easily reproduce this building from master on Ubuntu 18.04; * https://builds.sr.ht/~yjftsjthsd/job/337574 is a build with just `make World` and fails * https://builds.sr.ht/~yjftsjthsd/job/337610 is a build with `make World.dev` and succeeds * https://builds.sr.ht/~yjftsjthsd/job/3376

Re: [cdesktopenv-devel] CDE 2.3.2 has been released

2020-01-16 Thread Brian Cole
It wouldn't just be wayland support in motif. Even if we had wayland+motif working *now*, it would only help with applications. CDE is fundamentally a X11 window manager, and X11 window managers are a tiny part of the equivalent in wayland. Wayland, for... better or worse... has "compositors" in

Re: [cdesktopenv-devel] Build broken since utf8-conversion merge?

2019-11-23 Thread Brian Cole
, Brian Cole wrote: > Aha. Well the first problem is that I'm an idiot. It's worse because I > just was working on the PKGBUILD, so I'm not sure how I forgot that I > have to override a bunch of stuff including cpp. I have corrected this > oversight (https://builds.sr.ht/ap

Re: [cdesktopenv-devel] Build broken since utf8-conversion merge?

2019-11-23 Thread Brian Cole
ikely to run into. > > Still, you may also need the UTF-8 versions of the locales as well. > > -jon > > On 11/23/19 12:45 AM, Jon Trulson wrote: > > On 11/22/19 10:04 PM, Brian Cole wrote: > >> Hello, > >> > >> I was working on building CDE on Arch

[cdesktopenv-devel] Build broken since utf8-conversion merge?

2019-11-22 Thread Brian Cole
Hello, I was working on building CDE on Arch Linux (by way of making https://aur.archlinux.org/packages/cdesktopenv-git/ ), and it seems that I can get it to build if I `git checkout 2.3.1`, but anything since ba68ff0a179ca82194783b75ae0807c4065ce28a (inclusive) fails. I've run demo builds in