Ticket #59 (closed Defect: fixed)

Opened 11 months ago

Last modified 6 months ago

Password prompt is in English after installation

Reported by: Jan-Nik Assigned to: isak
Priority: Medium Milestone: 1.2.5
Component: frontend Version: 1.2.4
Severity: Normal Keywords:
Cc:

Description

After installed the autopackage gtk frontend, the password prompt is in English. Also if I'm installing packages as root, the text isn't translated (but it is if I choose "No Password").

Attachments

find-translations.diff (1.4 kB) - added by isak on 01/07/08 15:23:20.
Non-standard usage of binreloc :)

Change History

11/19/07 09:19:42 changed by isak

  • status changed from new to assigned.

01/07/08 15:22:48 changed by isak

I think I found the cause of this problem. The binaries are located in $prefix/libexec/autopackage and uses binreloc to determine the prefix. Binreloc's logic sats the prefix to $prefix/libexec which clearly isn't correct.

Not sure if the fix is to not use binreloc for autosu, to use it in a non-standard way, or to fix binreloc so that it can be used by binaries in "weird" locations.

01/07/08 15:23:20 changed by isak

  • attachment find-translations.diff added.

Non-standard usage of binreloc :)

01/07/08 15:24:02 changed by isak

  • milestone set to 1.2.5.

04/06/08 14:00:32 changed by isak

  • status changed from assigned to closed.
  • resolution set to fixed.

I committed the patch in r2433