#523 closed Defect (fixed)
.BOINC Manager saved settings file has a space in the name
Reported by: | Eric Myers | Owned by: | romw |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Manager | Version: | |
Keywords: | revmissing | Cc: |
Description (last modified by )
When the BOINC Manager saves window settings and other state information it does so to the file called ".BOINC Manager", which has a space in the name. Spaces are generally bad in filenames in Unix, so I suggest that this be changed to .BOINC_Manager.
This has caused me problems in creating an rpm to install on Linux.
To be backward compatible the Manager could always write .BOINC_Manager but for reading it could look for the version with a space if the version with an underscore is not found.
Change History (4)
comment:1 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Priority: | Undetermined → Minor |
comment:2 Changed 16 years ago by
comment:4 Changed 16 years ago by
Keywords: | revmissing added |
---|
Eric, were you able to work around the problem?