| 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 First Reported In: | 2.2-beta | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** Bug 32677 has been marked as a duplicate of this bug. *** These files no longer exist with Gideon |
(*** 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)