LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-05-2006, 09:35 PM   #1
y3hDatMe
LQ Newbie
 
Registered: Oct 2006
Posts: 3

Rep: Reputation: 0
KDE w/ Konstruct Problem.


Alright ive installed this perfectly fine went threw all the steps worked fine. But now startkde only works inside of xfce or another window manager. And when I use xwmconfig since i didnt install kde from the disk, it isnt a option. I need to make or find a xinitrc.kde file, anyone got suggestions on how I might do this? thanks.
 
Old 10-05-2006, 11:36 PM   #2
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 902

Rep: Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681
Here's the default file that comes with the kde tgz. It's located at /etc/X11/xinit/xinitrc.kde

Code:
#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# Start the window manager:
startkde
That last line calls /opt/kde/bin/startkde
Not sure if Konstruct made that for you. It's rather big, but let me know if you need it.

Last edited by drumz; 10-05-2006 at 11:38 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
kde 3.5 konstruct upgrade problem chuck0 Linux - Software 1 12-07-2005 07:19 PM
problem installing KDE 3.4.1 using konstruct--urgent nagswarup Linux - General 2 06-15-2005 06:27 AM
KDE 3.4 konstruct problem abattoir Mandriva 16 04-07-2005 06:14 AM
Problem installing KDE 3.4 with Konstruct mduser63 Linux - Software 5 03-28-2005 07:11 AM
problem compiling kde using konstruct the_loser Linux - Software 4 04-26-2004 11:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:17 AM.

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