LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-19-2004, 12:14 PM   #1
darkarcon2015
Member
 
Registered: Jun 2004
Location: Potsdam, NY
Distribution: Fedora Core 6
Posts: 201

Rep: Reputation: 30
startkde Problems in Slackware


I have installed all the packages in the KDE section using installpkg but when I run xwmconfig, select KDE, and then run startx, I get the message that the command startkde can not be found. What else do I need to install to get this to work? Thanks.
 
Old 06-19-2004, 01:19 PM   #2
Aeiri
Member
 
Registered: Feb 2004
Posts: 307

Rep: Reputation: 30
Re: startkde Problems in Slackware

Quote:
Originally posted by darkarcon2015
I have installed all the packages in the KDE section using installpkg but when I run xwmconfig, select KDE, and then run startx, I get the message that the command startkde can not be found. What else do I need to install to get this to work? Thanks.
'locate startkde'

And put it in your path, it appears it isn't there.
 
Old 06-19-2004, 01:28 PM   #3
usercsr
Member
 
Registered: Sep 2003
Location: Little Rock, Arkansas
Distribution: Slackware-Current
Posts: 129

Rep: Reputation: 15
you need to logoff and logon to get kde into your path after you upgrade
 
Old 06-19-2004, 02:10 PM   #4
darkarcon2015
Member
 
Registered: Jun 2004
Location: Potsdam, NY
Distribution: Fedora Core 6
Posts: 201

Original Poster
Rep: Reputation: 30
But I never upgraded. It was a fresh install of KDE. Would that make a difference?

*** EDIT ***
And what do you mean "And put it in your path?" What path?

Last edited by darkarcon2015; 06-19-2004 at 02:17 PM.
 
Old 06-19-2004, 02:39 PM   #5
usercsr
Member
 
Registered: Sep 2003
Location: Little Rock, Arkansas
Distribution: Slackware-Current
Posts: 129

Rep: Reputation: 15
sorry, i didn't mean upgrading. you need to do that only after a fresh install. to be sure that it installed properly see that 'startkde' is present at '/opt/kde/bin/startkde'. I don't know whether this will work or not, but whenever I had this problem after installing kde, I just used to logoff and logon once and everything used to be fine
 
Old 11-03-2004, 06:51 PM   #6
Karlsonas
LQ Newbie
 
Registered: Oct 2004
Location: Lithuania
Distribution: Slackware 9.1
Posts: 16

Rep: Reputation: 0
i have the same problem now. i tried to build kde according to this manual:
http://cvsview.tldp.org/index.cgi/LD..._with_tag=MAIN

but when i run startkde, i get 'command not found'. the only file 'startkde' is in directory, where i have been compiling source. why is it so and how could i fix it ?

slack 9.1 on 2.4
 
Old 11-03-2004, 10:03 PM   #7
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
Do this to locate the file -->#whereis startkde [this should give you the directory in which it's there]

or) #updatedb
#locate startkde | less

to run startkde change into the directory outputted in the above commands or give the fullpath and the file name ..
 
Old 11-03-2004, 11:26 PM   #8
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
instead of typing startx---------
try using

kdm
 
Old 11-04-2004, 01:23 PM   #9
Karlsonas
LQ Newbie
 
Registered: Oct 2004
Location: Lithuania
Distribution: Slackware 9.1
Posts: 16

Rep: Reputation: 0
root@localhost:/home/benas# whereis kde
kde: /usr/local/kde

root@localhost:/home/benas# whereis startkde
startkde:

root@localhost:/home/benas# updatedb
warning: updatedb: could not open database: /var/lib/slocate/slocate.db: No such
file or directory

root@localhost:/home/benas# locate startkde | less
/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1/startkde
/home/benas/soft/kde/3.3.1/source/kdelibs-3.3.1/kinit/startkde.example

root@localhost:/home/benas# cd soft/kde/3.3.1/source/kdebase-3.3.1

root@localhost:/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1# ./startkde
bash: ./startkde: Permission denied

root@localhost:/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1# chmod +x startkde

root@localhost:/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1# ./startkde
./startkde: line 22: xsetroot: command not found
./startkde: line 1: kde-config: command not found
./startkde: line 144: xset: command not found
./startkde: line 154: xsetroot: command not found
./startkde: line 167: lnusertemp: command not found
./startkde: line 171: lnusertemp: command not found
./startkde: line 175: lnusertemp: command not found
./startkde: line 178: dcopserver_shutdown: command not found
startkde: Starting up...
./startkde: line 183: kreadconfig: command not found
./startkde: line 199: ksplash: command not found
./startkde: line 203: kdeinit: command not found
startkde: Could not start kdeinit. Check your installation.
./startkde: line 207: xmessage: command not found
./startkde: line 220: kwrapper: command not found
startkde: Shutting down...
./startkde: line 230: kdeinit_shutdown: command not found
./startkde: line 231: dcopserver_shutdown: command not found
./startkde: line 232: artsshell: command not found
startkde: Running shutdown scripts...
startkde: Done.

root@localhost:/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1# kdm
bash: kdm: command not found
root@localhost:/home/benas/soft/kde/3.3.1/source/kdebase-3.3.1#




i installled:
arts-1.3.1
kdebase-3.3.1
kdelibs-3.3.1

when i try to build it with konstruct, a compilation error occurs (although i now know how to fix it, but i would like to build everything manually.

what could i do ?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
X does not work. Startkde neither SAC82 Linux - Software 0 10-05-2004 04:07 PM
can't startkde in slackware El_TiGre8 Slackware - Installation 3 05-21-2004 10:19 PM
startkde moonspell *BSD 1 12-04-2003 01:57 PM
No startkde script gdeckler Linux - Newbie 1 07-29-2003 02:47 PM
./startkde ... questions :( Atroxic Linux - Software 4 05-01-2002 07:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration