LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Post installation configuration for KDE 3.4.1 under slackware 10.1 with kernel 2.6.10 (https://www.linuxquestions.org/questions/slackware-14/post-installation-configuration-for-kde-3-4-1-under-slackware-10-1-with-kernel-2-6-10-a-333401/)

Basel 06-14-2005 07:00 AM

Post installation configuration for KDE 3.4.1 under slackware 10.1 with kernel 2.6.10
 
Hi,

In which file should I set the required variables, PATH KDEDIR and others, for KDE to run after installing from source code? Could you please tell me the name of the variables and their values as well please?

Currently I am running slackware 10.1 with kernel-2.6.10 from the CD. During Slackware installation I didn't install KDE. I only instaled Qt.

Thanks,

Basel Mahdi

uselpa 06-15-2005 03:06 AM

root@slackw:/etc$ grep -R "KDEDIR" *
profile.d/kde.csh:if ( ! $?KDEDIR ) then
profile.d/kde.csh: setenv KDEDIR /opt/kde
profile.d/kde.csh: setenv PATH $KDEDIR/bin:$PATH
profile.d/kde.csh: setenv PATH $KDEDIR/bin
profile.d/kde.sh:KDEDIR=/opt/kde
profile.d/kde.sh:PATH=$PATH:$KDEDIR/bin
profile.d/kde.sh:export KDEDIR PATH

root@slackw:/etc$ v profile.d/kde*
-rwxr-xr-x 1 root root 176 2004-12-19 03:42 profile.d/kde.csh*
-rwxr-xr-x 1 root root 85 2004-12-19 03:42 profile.d/kde.sh*


All times are GMT -5. The time now is 04:13 AM.