Documentation > Finish up your installation

NuTyX 10.1 setup

(1/3) > >>

cdrw:
Hello!
Installed NuTyX 10.1
The locale does not work, LANG = POSIX.
The mouse does not work in the console window. Instead of cursor movements, what are the codes on the command line.
It seems that the script does not read scripts from the /etc/profile.d directory
How to fix?

Thierry:
Depending of the Login Manager you choose, you need to Setup your own .xinitrc file or nothing. If you don't know how to do it, remove the one you installed (slim or xorg-xdm) and install lxdm

cdrw:
Thank you, everything turned out after installing lxdm.

Thierry:
Great,
Thanks a lot for your feedbacks :) :) :) :)

cdrw:
The problem with the mouse decided to recompile the file manager mc. My pkgfile:


--- Code: ---description="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
url="https://www.midnight-commander.org/"
packager="cdrw"

# Depends on: pcre glib gpm samba gvfs slang

name=mc
version=4.8.20

source=(${url}downloads/$name-$version.tar.xz)
CWD=$(pwd)

build() {

cd $name-$version
if [ ! -x ./configure ]; then
  ./autogen.sh
fi
        ./configure --prefix=/usr   \
                --enable-charset    \
                --disable-static    \
                --sysconfdir=/etc   \
                --with-screen=slang \
                --enable-extcharset \
                --enable-netcode    \
                --enable-background \
                --enable-charset    \
                --with-gpm-mouse    \
                --with-ext2undel    \
                --with-x=yes        \
                --with-vfs          \
                --enable-vfs-smb
    make
}


package() {

cd $name-$version
make DESTDIR=$PKG install

}

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version