Bug 46930 - phosh.service всегда запускает с английским языком
Summary: phosh.service всегда запускает с английским языком
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: phosh (show other bugs)
Version: unstable
Hardware: all Linux
: P5 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-14 12:24 MSK by Антон Мидюков
Modified: 2023-07-14 12:57 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Антон Мидюков 2023-07-14 12:24:08 MSK
/lib/systemd/system/phosh.service всегда запускает с английским языком, потому что в юните так и прописано:
Environment=LANG=C.UTF-8
Нужно убрать эту строку, чтобы использовалась системная локаль.
Также нужно заменить tty7 на tty1.
Comment 1 Repository Robot 2023-07-14 12:57:24 MSK
phosh-0.29.0-alt1.2 -> sisyphus:

 Fri Jul 14 2023 Yuri N. Sedunov <aris@altlinux> 0.29.0-alt1.2
 - data/phosh.service: removed "Environment=LANG=C.UTF-8",
   switched TTYPath/UtmpIdentifier from tty7 to tty1 (ALT#46930)