OpenBSDBuild
If you're comfortable, post the contents of your hosts file. Make sure it contains an entry like: 127.0.0.1 hostname hostname.domainname so if your fully qualified hostname (see uname -a) is openbsd.localdomain, you want 127.0.0.1 openbsd openbsd.localdomain Maybe you also need to have portmap and inetd running - I figured those were only needed to run cmsd back in the day, but I could be wrong. Try also adding inetd_flags= portmap_flags= to your /etc/rc.conf.local. (UPDATE: that was probably your...
If you're comfortable, post the contents of your hosts file. Make sure it contains an entry like: 127.0.0.1 hostname hostname.domainname so if your fully qualified hostname (see uname -a) is openbsd.localdomain, you want 127.0.0.1 openbsd openbsd.localdomain Maybe you also need to have portmap and inetd running - I figured those were only needed to run cmsd back in the day, but I could be wrong. Try also adding inetd_flags= portmap_flags= to your /etc/rc.conf.local. Otherwise it could be any number...
If you're comfortable, post the contents of your hosts file. Make sure it contains an entry like: 127.0.0.1 hostname hostname.domainname so if your fully qualified hostname (see uname -a) is openbsd.localdomain, you want 127.0.0.1 openbsd openbsd.localdomain Otherwise it could be any number of issues related to running on a big endian platform. I will investigate as soon as my POWER9 hardware shows up. Maybe you also need to have portmap and inetd running - I figured those were only needed to run...
If you're comfortable, post the contents of your hosts file. Make sure it contains an entry like: 127.0.0.1 hostname hostname.domainname so if your fully qualified hostname (see uname -a) is openbsd.localdomain, you want 127.0.0.1 openbsd openbsd.localdomain Otherwise it could be any number of issues related to running on a big endian platform. I will investigate as soon as my POWER9 hardware shows up.
Thank you :) Soon we'll see how it builds on PowerPC64 little endian and ARM64... Consider making OpenBSD the reference platform for CDE development. They have always worked together reasonably well, plus OpenBSD has unique security features that can help find bugs in unexpected places.
Thank you :) Soon we'll see how it builds on PowerPC64 little endian and ARM64...
OpenBSDBuild
OpenBSDBuild
OpenBSDBuild
OpenBSDBuild
OpenBSDBuild
OpenBSDBuild
Thank you :)
Notes on building on OpenBSD 7.0: You need to install bison as well ld no longer searches for libraries in /usr/local/lib by default. You must export LIBRARY_PATH="/usr/local/lib before you start building export AUTOMAKE_VERSION=x.xx; export AUTOCONF_VERSION=x.xx before you run autogen.sh Add CFLAGS="-I/usr/local/include" CXXFLAGS="-I/usr/local/include" to the ./configure command Use doas instead of sudo Documentation does not even try to build on 2.4.0a and up, I think it's an issue with the new...
Notes on building on OpenBSD 7.0: You need to install bison as well ld no longer searches for libraries in /usr/local/lib by default. You must export LIBRARYPATH="/usr/local/lib before you start building export AUTOMAKE_VERSION=x.xx; export AUTOCONF_VERSION=x.xx before you run autogen.sh Add CFLAGS="-I/usr/local/include" CXXFLAGS="-I/usr/local/include" to the ./configure command Use doas instead of sudo Documentation does not even try to build on 2.4.0a and up, I think it's an issue with the new...
Notes on building on OpenBSD 7.0: You need to install bison as well ld no longer searches for libraries in /usr/local/lib by default. You must export LIBRARYPATH="/usr/local/lib before you start building export AUTOMAKE_VERSION=x.xx; export AUTOCONF_VERSION=x.xx before you run autogen.sh Add CFLAGS="-I/usr/local/include" CXXFLAGS="-I/usr/local/include" to the ./configure command Use doas instead of sudo Documentation does not even try to build on 2.4.0a and up, I think it's an issue with the new...
Notes on building on OpenBSD 7.0: You need to install bison as well ld no longer searches for libraries in /usr/local/lib by default. You must export LIBRARYPATH="/usr/local/lib before you start building export AUTOMAKE_VERSION=x.xx; export AUTOCONF_VERSION=x.xx before you run autogen.sh Add CFLAGS="-I/usr/local/include" CXXFLAGS="-I/usr/local/include" to the ./configure command Use doas instead of sudo Documentation does not even try to build on 2.4.0a and up, I think it's an issue with the new...
Fixed.
Can confirm this is still an issue when building the latest version on OpenBSD 7.0. The problem appears to be with the call to _DtXpmWriteFileFromPixmap() as confirmed by hours poking around with lldb.
Front panel uses wrong color by default
Dtinfo crashes with "flex scanner jammed"
Dticon segfaults when saving xpm
I am using CDE on OpenBSD 6.8. I had to make a little change to libDtHelp's makefile (add -ljpeg) but it compiled just fine. However, dticon segfaults whenever I try to save any xpm (xbm works fine).
I am using CDE on OpenBSD 6.8. I had to make a little change to libDtHelp's makefile (add -ljpeg) but it compiled just fine. However, dticon segfaults whenever I try to save.
I managed to stroggify the source code for OpenBSD's apm command into a handy little Motif battery monitor. It should compile without issue on OpenBSD. https://github.com/vmlinuz719/DtApm
I managed to stroggify the source code for OpenBSD's apm command into a handy little Motif battery monitor. It should compile without issue on OpenBSD. https://github.com/vmlinuz719/DtApm
I managed to stroggify the source code for OpenBSD's apm command into a handy little Motif battery monitor. It should compile without issue on OpenBSD. https://github.com/vmlinuz719/DtApm
Also, on OpenBSD 6.8, libDtHelp now needs to be explicitly linked to libjpeg
Also, on OpenBSD 6.8, you need to add -ljpeg to some of the Imakefiles - at least the ones for dthelpview and dthelpdemo
So I tried to build CDE latest on NetBSD 9.1, but the build failed with an error, something about Book.sdl.out? Someone got it to work though, wondering how.
Dtcm crashes whenever you try to add an appointment or to-do
This is fixed.
dtlogin freezes for a moment then starts over after entering user name in OpenBSD 6.0
Screen doesn't lock on OpenBSD 6.0
Calls to iconv() need type casts for the second argument in dtmail on OpenBSD 6.0
dtcalc crashes on radix set, mode set, etc. on OpenBSD 6.0
How would I set up CDE so that, for instance, png files open with Gimp? I'm trying...
How would I set up CDE so that, for instance, png files open with Gimp? I'm trying...
Nevermind, delete this thread pls
Dtcalc is an incredibly useful and advanced calculator (wipes the floor with xcalc);...
Dtcalc is an incredibly useful and advanced calculator (wipes the floor with xcalc);...
dtcalc crashes on radix set, mode set, etc. on OpenBSD 5.6
Update: it was a problem with portmap, or to be more precise, the lack thereof. If...
When I launch dtlogin, the screen just flashes and I have to reboot. When I launch...
How exactly would I apply this patch?
I am trying out OpenIndiana. How do I set X or CDE or whatever to use KEYBOARD_FOCUS_POINTER...
When I try to start dtmail, it vomits the following error: "Mailer has not been properly...
Yes, use OpenBSD. It uses Helvetica as CDE's default font, and it's much nicer than...
Yes, use OpenBSD. It uses Helvetica as CDE's default font, and it's much nicer than...
Found a quick and dirty fix: add "/usr/dt/bin/rpc.cmsd" to /etc/rc.local. Now dtcm...
Try making /usr/dt/bin/rpc.cmsd run at startup. Or, before opening a CDE X session,...
Sometimes my front panel gets moved by accident, and I would like to know if there...
Oh, and I'm using OpenBSD. How do I get mailer and calendar working? Thanks!
If the owner of a UNIX box is dumb enough to log in as root to a command line session,...
If the owner of a UNIX box is dumb enough to log in as root to a command line session,...
The default fonts are a bit ugly. How might I switch them to something more palatable,...