Page 3 of 3
...
Posted: Thu Sep 04, 2008 7:05 am
by Lestradae
Ahruman wrote:This has nothing to do with Linux. Ship keys are not file names.
Wait, did I misunderstand something? The problem tinker found
is a case sensitivity error with different spellings of the -player/-Player persuasion, isn`t it?
And as such, should only appear on Linux systems?!
L
Posted: Thu Sep 04, 2008 2:04 pm
by Commander McLane
No, because the names in question are no file-names. All systems are case-sensitive, as far as the content of plists is concerned. The variable (and technically the keys are variables) "xyz-player" is something else than "xyz-Player".
Posted: Thu Sep 04, 2008 3:21 pm
by JensAyton
Commander McLane wrote:The variable (and technically the keys are variables) "xyz-player" is something else than "xyz-Player".
You had to go and say “and techically”, didn’t you? ;-)
“xyz-player” and “xyz-Player” are not variables, they are values.
...
Posted: Thu Sep 04, 2008 5:43 pm
by Lestradae
Thanks, guys, for the explanation!