The dtlogin-service rpm provides the systemd service script for login at boot
Although I don't know how to change to font specifically, the good news is there should be lots of documentation regarding how to configure CDE itself, for example
Thank you, i successfully installed the package on CentOS 9 Stream but after logout / restart, there is no CDE entry in the Graphic env desktop chooser. You have to manually create a cde.desktop in usr/share/xsessions to achieve it.
cde.desktop
[Desktop Entry]Name=CDEComment=Use this session to boot into the Common Desktop EnvironmentKeywords=Common Desktop EnvironmentExec=/usr/dt/bin/XsessionIcon=Dtlogo.pmType=Application
👍
1
Last edit: Bernard 2023-04-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After that, the previous command you mentionned said dtlogin is already enabled and symlink exists but even with, no CDE line appears on the interface chooser at startup and I have to manualy create the cde.desktop file to see it
Last edit: Bernard 2023-04-22
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
make a backup of usr/dt/etc/cde/fontaliases/fonts.alias file
edit then /usr/dt/etc/cde/fontaliases/fonts.alias
from lines 1 around 450 (-dt-interface****), remove all lines having "serif" to only keep "sans"
save change and reboot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I sucessfully installed CDE on Centos9 Steam / RHEL 9.1 using the rpm package from https://copr-be.cloud.fedoraproject.org/results/nzieses/CDE/epel-8-x86_64/01691395-cdesktopenv/cdesktopenv-2.3.2-0.x86_64.rpm but cant' find the way to modify ugly bold font used by default. Is there a way under a config file or other ?
In the style manager, we can change size but that' all
Last edit: Bernard 2023-04-08
I have published a set of 2.5.1 rpms for Centos9
https://sourceforge.net/projects/rhubarb-pi/files/centos/9/
The dtlogin-service rpm provides the systemd service script for login at boot
Although I don't know how to change to font specifically, the good news is there should be lots of documentation regarding how to configure CDE itself, for example
https://docs.oracle.com/cd/E19455-01/806-1364/6jalgb58n/index.html
Nice job keeping all RPMs up to date. Wondering if you could also build for the ppc64le platform too?
Thank you, i successfully installed the package on CentOS 9 Stream but after logout / restart, there is no CDE entry in the Graphic env desktop chooser. You have to manually create a cde.desktop in usr/share/xsessions to achieve it.
cde.desktop
Last edit: Bernard 2023-04-20
The dtlogin-service is designed to be the replacment login manager https://sourceforge.net/p/rhubarb-pi/wiki/pkg-dtlogin/
and is enabled on Centos with
This will then start the dtlogin on reboot.
sorry but in my case it doesn't work (fresh install of latest centos9stream on vm), then
with the rpm files you kindly provided
After that, the previous command you mentionned said dtlogin is already enabled and symlink exists but even with, no CDE line appears on the interface chooser at startup and I have to manualy create the cde.desktop file to see it
Last edit: Bernard 2023-04-22
I also found this interesting blog but unfortunatly, the paths don't match and the scripts fails
Last edit: Bernard 2023-04-22
found a workaroud (maybe a bit dirty)
make a backup of usr/dt/etc/cde/fontaliases/fonts.alias file
edit then /usr/dt/etc/cde/fontaliases/fonts.alias
from lines 1 around 450 (-dt-interface****), remove all lines having "serif" to only keep "sans"
save change and reboot