Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 18th July 2005, 11:57 PM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
KDE Included with FC3 Install?

Hello,

I just recently installed Fedora Core 3, and it's working perfectly. I, however, installed it for my younger brother, who is not computer-savvy and just wants to be able to use the internet. Therefore, I want to get him a desktop environment that's similar to Windows, which he's practically grown up with.

I only installed the first FC3 installation disc--Was KDE on that disc? If so, how can I activate it? If it wasn't, how can I go about installing it?

I can use Windows extremely well--I'm still new to Linux, however, so any detailed help you can give is immensely appreciated.

Thank you.
Reply With Quote
  #2  
Old 19th July 2005, 12:32 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
I'd guess, haven't used FC3 in a bit, that you could go to add/remove packages, and select it, and insert the disc when prompted. Gnome is the default, you have to select KDE in the packages install section of the install.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #3  
Old 19th July 2005, 12:34 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
I really don't know what you're talking about...where's add/remove packages?

If Gnome is a desktop environment, how would I activate it?
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com
Reply With Quote
  #4  
Old 19th July 2005, 12:39 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Add/remove is in System Settings (in the K menu on FC4), I am not sure about in gnome. Give me a sec to log in to Gnome and see if I can find it.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #5  
Old 19th July 2005, 12:40 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
Erm...What menu?

Sorry, but you're going to have to tell me the commands...I just got FC3 and all I see is text. I really have no idea what I'm doing with Linux.

Thanks for your help, though!
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com
Reply With Quote
  #6  
Old 19th July 2005, 12:45 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Oh crap, you have on GUI

um, I am bad at no graphical interface.

try
Code:
init 5
I think that's the command to start the graphical interface.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #7  
Old 19th July 2005, 12:46 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
http://www.mag37.com/tips/XorNot.html
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #8  
Old 19th July 2005, 12:55 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
I get an error after typing in init 5:

Code:
INIT: Switching to runlevel: 5
INIT: Id "x" respawning too fast: disabled for 5 minutes
EDIT: It then popped up again with the same alert, and I didn't even tell it to...
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com

Last edited by DanMattia; 19th July 2005 at 12:59 AM.
Reply With Quote
  #9  
Old 19th July 2005, 12:59 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
http://www.unixguide.net/linux/faq/09.24.shtml
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #10  
Old 19th July 2005, 01:01 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
I don't understand that site...Sorry.
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com
Reply With Quote
  #11  
Old 19th July 2005, 01:04 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
This may help more...

http://www.softwaretipsandtricks.com...hp/t-2247.html

https://www.redhat.com/archives/fedo.../msg00276.html

http://www.google.com/search?hl=en&l...es&btnG=Search
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage

Last edited by 92b16vx; 19th July 2005 at 01:07 AM.
Reply With Quote
  #12  
Old 19th July 2005, 01:16 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
For the one that said to edit my file, how do I open the file and edit it? I do not know the commands used to open and edit files.
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com
Reply With Quote
  #13  
Old 19th July 2005, 01:27 AM
92b16vx Offline
Registered User
 
Join Date: Jun 2005
Location: Texas
Age: 41
Posts: 676
Code:
gedit <file_name_here>

example: gedit /etc/config
Is how I edit them, but you have to be root to edit certain files. so
Code:
su
then root password, then command.
__________________
Windows 7 x64 | Ubuntu | i7 920 | EVGA x58 E758 | HIS HD 6870 | 12GB RAM | 6TB Storage
Reply With Quote
  #14  
Old 19th July 2005, 01:33 AM
jgutty's Avatar
jgutty Offline
Registered User
 
Join Date: Nov 2004
Location: Pennsylvania, USA
Posts: 60
I am a Fedora 3 Gnome user that never boots to windows anymore. I'm not a linux guru, but there is a ton of help out there. It sounds to me that you need some guidance installing, just as I did. I would re-install since it appears that you have not really used the system for anything that can't be recovered. Follow this useful guide:

http://stanton-finley.net/fedora_cor...ion_notes.html

Also useful:

http://www.mjmwired.net/resources/mjm-fedora-fc3.shtml

I don't use KDE anymore, but you should gain enough insight following the steps in the above guide to install just about anything you want

Hang in there
Reply With Quote
  #15  
Old 19th July 2005, 01:33 AM
DanMattia Offline
Registered User
 
Join Date: Jul 2005
Posts: 49
Code:
gedit /etc/inittab
bash: gedit: command not found
Thanks for trying to help--any ideas?
__________________
-Dan Mattia
Game Overdrive Founder/Co-Owner
DanMattia Web Design
dan@game-overdrive.com
Reply With Quote
Reply

Tags
fc3, included, install, kde

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Thunderbird is included? carlwill Using Fedora 7 5th February 2005 11:30 AM


Current GMT-time: 17:22 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat