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

jbb jbb at kdevelop.org
Sat Aug 4 04:41:22 UTC 2001


Hi,

After some discussion with Frank and a few test patches we came up with this 
to fix the problem.

Can others test on different systems and I'll commit tommorrow and try and 
get the tags moved, if there's no dissention. 

Thanks

jbb

On Sat, 04 Aug 2001 12:13, you wrote:
> 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«
-------------- next part --------------
A non-text attachment was scrubbed...
Name: procs.pl.diff.gz
Type: application/x-gzip
Size: 580 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20010804/add4f792/attachment.gz>


More information about the KDevelop-devel mailing list