Opened 17 years ago

Closed 17 years ago

#4 closed Defect (fixed)

BOINC Manager should be able to find it's localization files

Reported by: romw Owned by: romw
Priority: Major Milestone: Undetermined
Component: Manager - Localization Version:
Keywords: Cc: jens

Description

The BOINC Manager only use the configured locale file when the 'locale' directory is a subdirectory of the current directory. This means

"cd /home/boinc ; ./boincmgr" is working "cd /home ; ./boinc/boincmgr" is not working

Seems there is no work directory used for the localization.

Change History (2)

comment:1 Changed 17 years ago by romw

Cc: jens added; jens@… removed
Status: newassigned

comment:2 Changed 17 years ago by romw

Resolution: fixed
Status: assignedclosed

(In [12602]) - fixes #4 - BOINC Manager should be able to find it's

localization files.

BOINCMgr will now check in the absolute path in which it was installed as well as the relative path from where it was executed from.

clientgui/

BOINCGUIApp.cpp, .h

Note: See TracTickets for help on using tickets.