Summary: | Unable to print non-A4 page sizes correctly with KDE applications | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Leisquid Tianyi Li <leisquid> |
Component: | kcm_printer_manager | Assignee: | Daniel Nicoletti <dantti12> |
Status: | REPORTED --- | ||
Severity: | major | CC: | cberlinger, nate, noeerover |
Priority: | NOR | ||
Version: | 5.27.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Leisquid Tianyi Li
2024-01-03 00:58:09 UTC
Can you please paste the output of running `locale` in a terminal window? (In reply to Nate Graham from comment #1) > Can you please paste the output of running `locale` in a terminal window? Okay. Here is the output of running `locale` in Konsole: ``` LANG=zh_CN.UTF-8 LC_CTYPE="zh_CN.UTF-8" LC_NUMERIC="zh_CN.UTF-8" LC_TIME="zh_CN.UTF-8" LC_COLLATE="zh_CN.UTF-8" LC_MONETARY="zh_CN.UTF-8" LC_MESSAGES="zh_CN.UTF-8" LC_PAPER="zh_CN.UTF-8" LC_NAME="zh_CN.UTF-8" LC_ADDRESS="zh_CN.UTF-8" LC_TELEPHONE="zh_CN.UTF-8" LC_MEASUREMENT="zh_CN.UTF-8" LC_IDENTIFICATION="zh_CN.UTF-8" LC_ALL= ``` The language set in Plasma was Simplified Chinese when this problem was found in this environment. After that I set the language to English, did the same tests, and same problem occurred. Here is the output of running `locale` in the English environment: ``` LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL= ``` Thanks. (In reply to Nate Graham from comment #3) > Thanks. Oh you're welcome. Best regards, Leisquid Li I am having the same issue as well. It appears to impacts apps that use the native KDE print menu. Every last part of my system is set to US Letter (locale, system settings, printer config, CUPS), but every print or PDF export comes out in A4. I really noticed it when trying to print vendor checks from the flatpak of GNUCash. It was almost enough for me to leave Plasma for GNOME just so that I could get back to work. Libreoffice, Firefox, and Chrome seem fine, but that is likely due to those apps using their own print subsystem. ***System Details*** Operating System: Fedora Kinoite Linux 41 KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 Kernel Version: 6.11.7-300.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i5-4690K CPU @ 3.50GHz Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 480 Graphics |