If you want to install XPde 0.2.0 on Red Hat 8.0, you must follow the instructions of the INSTALL file, and also perform some additional steps to be able to select XPde on your GDM login:
Here are the Zeljan's instructions extended:
1є Наберите в консоли:
su
2є Введите пароль root
3. Наберите :
cd /etc/X11/gdm/Sessions
4є Создайте выполняемый скрипт (в любом редакторе) с именем xdpe, клторый содержит следующие команды:
#!/bin/bash
exec /etc/X11/xdm/Xsession xpde
5є Сделайте его исполняемым:
chmod a+x xpde
6є Идите в /etc/X11/xdm и откройте файл Xsession
7є Увидете строчку : case $# in (примерно 86-я) и под kde entry наберите строки:
xpde)
exec -l $SHELL -c "$HOME/.xinitrc"
;;
8є Теперь войдите нормальнымl use-ом, или нажмите Ctrl+D для выхода из привелигированного пользователя и наберите :
cd
Вы вернетесь в ваш $HOME директорий и дайте команду:
mv xinitrcDEFAULT .xinitrc
для переименования XPde в .xinitrc
9є Наберите:
chmod a+x .xinitrc
10є Выйдите из Gnome и если you select the Session Menu at the bottom, вы войдете в XPde
This instructions has been verified "twice" on a fresh Red Hat 8.0 installation, so it's likely that if you get an error, you have missed something ;-)
Неважное не переводил или опустил