Bug ID | 1051901 |
---|---|
Summary | Wrong format of snapper list when using localized snapper |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | x86-64 |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | YaST2 |
Assignee | yast2-maintainers@suse.de |
Reporter | Vojtech.Zeisek@opensuse.org |
QA Contact | jsrain@suse.com |
Found By | --- |
Blocker | --- |
Created attachment 734966 [details]
Wrong format of localized `snapper list` table
The attachment shows it clearly. When I run `snapper list`, it is malformed
when using non-English locales. E.g. I use Czech locales and the table columns
are messed up. When using `LC_ALL=C snapper list` (i.e. English locales), the
output table is formatted correctly. I guess the table layout is hardcoded
(with fixed column widths) and it gets broken for another languages.