Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 9th, 2003, 10:22 AM
epp_b's Avatar
epp_b epp_b is offline
PHPer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: La La Land
Posts: 145 epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 14 m 23 sec
Reputation Power: 7
Dragonlinux & KDE

I'm running DragonLinux, and had all the packages installed during setup necessary to run KDE (I think).

I just don't know where to start for using KDE. Any help is appreciated
__________________
if (!$broke) {
dontFixIt();
}

Reply With Quote
  #2  
Old May 9th, 2003, 01:29 PM
StealthElephant's Avatar
StealthElephant StealthElephant is offline
Shes dancing (obviously)
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2002
Location: the far side
Posts: 526 StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 14 m 22 sec
Reputation Power: 8
$startx
--will start the x server, if the gui u get isnt kde then u need to do the following;

from the command line create a file in ur home directory called .xinitrc

$touch .xinitrc

then edit this file and add the command for lauching kde to this line.

startkde

so all u should have is 1 line in that file. save it, exit, then retype startx from the command prompt. now u should be looking at kde
__________________

microsofts butterfly is their way off telling u their systems have a **** load of buggs
Advocating Linux Guide
Lesbian Linux
Great & Practical Computer Books

like the links?

Reply With Quote
  #3  
Old May 9th, 2003, 06:45 PM
epp_b's Avatar
epp_b epp_b is offline
PHPer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: La La Land
Posts: 145 epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 14 m 23 sec
Reputation Power: 7
Thanks

Thanks for the help.

Unfortunately I get a "Command not found" when I type

startx

at the prompt

I made sure that KDE was installed during setup.

Reply With Quote
  #4  
Old May 9th, 2003, 07:41 PM
mttatkns mttatkns is offline
Got source?
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Mar 2003
Location: Laguna Niguel, California, USA
Posts: 2,332 mttatkns User rank is Private First Class (20 - 50 Reputation Level)mttatkns User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
Try restarting, on my computer sometimes startx only works once per username per boot. If it still doesn't work, this means that X-Windows isn't installed and you won't be able to runn KDE GNOME or any other GUI until it is.

Reply With Quote
  #5  
Old May 10th, 2003, 06:05 AM
StealthElephant's Avatar
StealthElephant StealthElephant is offline
Shes dancing (obviously)
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2002
Location: the far side
Posts: 526 StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level)StealthElephant User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 2 h 14 m 22 sec
Reputation Power: 8
/usr/X11R6/bin/startx

the shell will tell u that it cant find startx because it cant find it, is ur path env variable set? ity may be installed already

try running a find command, or whereis startx
after that u have to put in the full path of the command to get it to work
on most systems this is at /usr/X11R6/bin so the absolute path is
/usr/X11R6/bin/startx so type this at ur command line.
to make it easier in the future, edit ur profile and for the path variable just add
/usr/X11R6/bin, now in future all u have to do is type startx

Last edited by StealthElephant : May 10th, 2003 at 06:09 AM.

Reply With Quote
  #6  
Old May 11th, 2003, 09:08 PM
epp_b's Avatar
epp_b epp_b is offline
PHPer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: La La Land
Posts: 145 epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 14 m 23 sec
Reputation Power: 7
Quote:
Originally posted by mttatkns
Try restarting, on my computer sometimes startx only works once per username per boot. If it still doesn't work, this means that X-Windows isn't installed and you won't be able to runn KDE GNOME or any other GUI until it is.


Thanks, I think I neglected to install X-Windows. I'll try again tomorrow -- thanks again

Reply With Quote
  #7  
Old May 12th, 2003, 11:37 AM
epp_b's Avatar
epp_b epp_b is offline
PHPer
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: La La Land
Posts: 145 epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level)epp_b User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 6 h 14 m 23 sec
Reputation Power: 7
Still doesn't work :(

I still can't get KDE running here

I reinstalled DragonLinux with all of the installation options checked (X-Windows IS installed). I still get a "Command not found" when I type startx (even from the full path)

Any suggestions on what to do from here?

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > Dragonlinux & KDE


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway