Results 1 to 7 of 7
This may sound stupid but how do you run the KDE program in Linux (like *.exe in Win)...
- 10-27-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
After installing KDE from apt-get
This may sound stupid but how do you run the KDE program in Linux (like *.exe in Win)
- 10-27-2006 #2
The binary for a program (.exe in win) is usually in /usr/bin or /usr/local/bin
You can execute it from a shell or create a shortcutPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-27-2006 #3Which distro are you using ? Debian ? Ubuntu ?
Originally Posted by er&
The easiest way would be to choose KDE as your session at your login manager prompt (where it ask your username and password) just after boot."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 10-27-2006 #4Linux Newbie
- Join Date
- Aug 2006
- Posts
- 226
Did you install kdm? Running KDM as root from the console will load KDE. If you were running GNOME previously the when you are on the login screen there should be an option somewhere to log into KDE instead or GNOME.
- 10-27-2006 #5Linux Newbie
- Join Date
- Jul 2005
- Posts
- 180
Try startx or init 4.
- 10-28-2006 #6Just Joined!
- Join Date
- Oct 2006
- Posts
- 26
X Server
Changed the inittab from 2 to 4. Use startkde to run KDE and it just gave me an infinite loop of:
"kpersononalizer: cannot connect to X Server"
Then looked for X11 xserver-xorg for an X-Windows thing but none of them seem to dpkg -i.
Always missing a directory?
- 10-28-2006 #7
Create a file named .xinitrc on your /home directory
Add "exec startkde" inside it
Try startx againPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote