Bug 55458 - Bug in startkde
Summary: Bug in startkde
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kdebase
Version: 7.2
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-10-31 16:59 UTC by Derrien
Modified: 2007-04-18 16:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-20 13:45:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Derrien 2001-10-31 16:59:20 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [en] (X11; U; SunOS 5.7 sun4u)

Description of problem:
Line 54 and 58

# create necessary directories/files
if [ ! -d "$HOME"/Desktop -a -d /etc/skel/Desktop ]; then
  tar cpf - -C /etc/skel Desktop | tar xfp -C "$HOME" -
fi

if [ ! -d "$HOME"/.kde -a -d /etc/skel/.kde ]; then
  tar cpf - -C /etc/skel .kde |tar xfp -C "$HOME" -
fi

tar cpf - -C /etc/skel Desktop | tar xfp -C "$HOME" - give :
tar: -C: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

It seams it should be :
tar cpf - -C /etc/skel Desktop | tar xfp - -C "$HOME"


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1rm $HOME/Desktop
2.execute startkde
3.
	

Additional info:

Comment 1 Than Ngo 2004-09-20 13:45:08 UTC
Please verify this with a newer version of Red Hat Enterprise Linux or
Fedora Core and reopen it against the new version if it still occurs.

Closing as "CURRENTRELEASE" for now.


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