Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PCDM Autologin #59

Closed
madewo opened this issue Jan 19, 2019 · 4 comments
Closed

PCDM Autologin #59

madewo opened this issue Jan 19, 2019 · 4 comments
Labels

Comments

Labels
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
@madewo
Copy link

@madewo madewo commented Jan 19, 2019

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
Copy link
Member

@q5sys q5sys commented Feb 12, 2019

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?

@q5sys q5sys added the question label Feb 12, 2019
@madewo
Copy link
Author

@madewo madewo commented Feb 13, 2019

  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
Copy link

@RodMyers RodMyers commented Mar 16, 2019

is this fixed in U7

@RodMyers
Copy link

@RodMyers RodMyers commented Jul 12, 2019

closed, lack of response

@RodMyers RodMyers closed this Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment