Bug 9922 - kbgndwm starts too early
Summary: kbgndwm starts too early
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 6.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-02 16:25 UTC by Marco Foglia
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-03-02 16:25:41 UTC
Embargoed:


Attachments (Terms of Use)

Description Marco Foglia 2000-03-02 16:25:41 UTC
kbgndwm is executed too early in /usr/bin/startkde.

When the check for the $HOME/.kde directory is reached in
this script,

> if [ ! -d $HOME/.kde ]; then
>   cp -a /etc/skel/.kde $HOME
> fi

kbgndwm has (sometimes) already written
$HOME/.kde/share/config/kbgndwmrc. So /etc/skel/.kde is
not copied. :-(

Solution:
- put kbgndwm startup just behind the .kde check
   (leave it where it was originally)
- put .kde check at beginning of file

This problem is seems to be present in 6.2b too.

Marco Foglia

Comment 1 Bernhard Rosenkraenzer 2000-07-17 15:47:21 UTC
This was fixed in 6.2


Note You need to log in before you can comment on or make changes to this bug.