Bug 30097

Summary: Wrong default variable value in processesend.pl and processes.pl
Product: [Applications] kdevelop Reporter: Frank Schruefer <frank.schruefer>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal CC: christoph.tapler
Priority: NOR    
Version: 2.2-beta   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Frank Schruefer 2001-08-01 00:35:04 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           kdevelop-2.2beta1-0 (using KDE 2.2.0 Beta1)
Severity:          normal
Installed from:    SuSE RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

I guess:
$homedirectory = "$ENV{HOME}/.kde"    if (!$homedirectory);

should be:
$homedirectory = "$ENV{HOME}/.kde2"    if (!$homedirectory);

Kdevelop did not build saying that a file could not be found until i modified that line in both
perl scripts.

-- 
HTH bye
   Frank


(Submitted via bugs.kde.org)
Comment 1 John Firebaugh 2002-09-22 09:37:45 UTC
*** Bug 32677 has been marked as a duplicate of this bug. ***
Comment 2 John Firebaugh 2002-09-22 10:02:31 UTC
These files no longer exist with Gideon