project-trident / trident-core

Core Packages and system overlay files
http://project-trident.org
BSD 2-Clause "Simplified" License
33 stars 10 forks source link

PCDM Autologin #59

Closed madewo closed 5 years ago

madewo commented 5 years ago

Autologin does not consider the localization settings. This prevents from opening files with characters from a local character set in the filename within that session (“file does not exist”). After “Log Out” and login manually it works again.

q5sys commented 5 years ago

For future reference, PCDM issues should be filed in the PCDM repo. https://github.com/project-trident/pcdm

But setting that aside for a moment. I'm not sure I understand what you are explaining. Can you give me a step by step process to produce this issue so I can re-create it?

madewo commented 5 years ago

1) Set the locals on the PCDM login screen for example to language: german (de), keyboard: german (de), anything else but the default 2) login 3) Create a file with one or more special local characters within the filename [martin@BSD] ~% echo 'qwertz' > äöüfile [martin@BSD] ~% cat file qwertz [martin@BSD] ~% ls file äöüfile

4) Set the account to autologin image

5) reboot and let it autologin 6) verify the file created above: [martin@BSD] ~%[martin@BSD] ~% ls file ??????file [martin@BSD] ~% cat file qwertz [martin@BSD] ~%

RodMyers commented 5 years ago

is this fixed in U7

RodMyers commented 5 years ago

closed, lack of response