Hi guys
In Arch I was able to install without problems CDE, with this PKGBUILD
https://aur.archlinux.org/packages/cdesktopenv-git
Then, I run sudo systemctl stop lightdm sudo systemctl start dtlogin
And CDestop start without problem, yay!
However when boot the interface, everything in.. I'm not sure, Google Lens thinks is Tamil.
Mi locale is es_AR
Just in case I've generated en_US locales, and changed /usr/bin/startcdesession.sh , unsuccessfully.
export PATH=$PATH:/usr/dt/bin
export LANG=en_US.UTF-8 /usr/dt/bin/Xsession
Any ideas?
Lic. Sergio A. Alonso
Cloudops / Developer
ar.linkedin.com/in/alonsosergio about.me/elbunker
"A mind needs books as a sword needs a whetstone" (Tyrion Lannister)
I looked at the PKGBUILD and it does not configure the languages
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cdesktopenv-git
./configure --with-gnu-ld --prefix=/usr/dt
My version looks like...
https://sourceforge.net/p/rhubarb-pi/code/HEAD/tree/branches/pacman/pkg/cdesktopenv/PKGBUILD
./configure --disable-static --prefix=/usr/dt --enable-spanish --enable-italian --enable-french --enable-german
Log in to post a comment.
Hi guys
In Arch I was able to install without problems CDE, with this PKGBUILD
https://aur.archlinux.org/packages/cdesktopenv-git
Then, I run
sudo systemctl stop lightdm
sudo systemctl start dtlogin
And CDestop start without problem, yay!
However when boot the interface, everything in.. I'm not sure, Google Lens
thinks is Tamil.
Mi locale is es_AR
Just in case I've generated en_US locales, and
changed /usr/bin/startcdesession.sh , unsuccessfully.
!/bin/sh
export PATH=$PATH:/usr/dt/bin
export LANG=C
export LANG=en_US.UTF-8
/usr/dt/bin/Xsession
Any ideas?
--
Lic. Sergio A. Alonso
Cloudops / Developer
ar.linkedin.com/in/alonsosergio
about.me/elbunker
"A mind needs books as a sword needs a whetstone" (Tyrion Lannister)
I looked at the PKGBUILD and it does not configure the languages
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cdesktopenv-git
./configure --with-gnu-ld --prefix=/usr/dt
My version looks like...
https://sourceforge.net/p/rhubarb-pi/code/HEAD/tree/branches/pacman/pkg/cdesktopenv/PKGBUILD
./configure --disable-static --prefix=/usr/dt --enable-spanish --enable-italian --enable-french --enable-german