Bug#30097: Wrong default variable value in processesend.pl and processes.pl

jbb jbb at kdevelop.org
Sat Aug 4 00:13:08 UTC 2001


On Wed, 01 Aug 2001 12:35, you wrote:
> 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.

Hmm
By default my kde creates a .kde directory so I'm sure this shouldn't be 
changed as suggested.

The script uses the $KDEHOME variable first (which should point to .kde2 in 
your case) and only if it's not set does it default to .kde Perhaps KDEHOME 
isn't being passed through somehow? Can you check whats happening with the 
KDEHOME env variable?

Thanks,

jbb

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list