(It seems like this problem only just arose in the weeks since the middle of June, maybe more recently, but at least a month ago, possibly very close to when I installed 15.5 afresh on my main PC, where I kept the old RAID1 /home/.) I often find them replaced by other characters, as in the attachment. The SS is from Tumbleweed, but it happens also in Leap, and also in TDE's Konsole. Is this an absence of some specific font? If not, what needs to be differently configured for Konsole to always use boxdraw characters when an app or utility is supposed to be using them when used in Konsole? The same problem occurs of output is redirected to a text file, then opened with something unconnected to Konsole. What follows is all from one multiboot PC, not my main PC where this is highly annoying: # grep RETT /etc/os-release PRETTY_NAME="openSUSE Tumbleweed" # wpctl status PipeWire 'pipewire-0' [0.3.75, root@ab250, cookie:1948030365] ââ Clients: 31. WirePlumber [0.3.75, root@ab250, pid:850] 32. WirePlumber [export] [0.3.75, root@ab250, pid:850] 47. PipeWire ALSA [tdeinit] [0.3.75, root@ab250, pid:1086] 48. wpctl [0.3.75, root@ab250, pid:1371] Audio ââ Devices: â 38. Built-in Audio [alsa] â ââ Sinks: â * 39. Built-in Audio Analog Stereo [vol: 0.46] â ââ Sink endpoints: â ââ Sources: â 40. Built-in Audio Analog Stereo [vol: 1.00] â ââ Source endpoints: â ââ Streams: Video ââ Devices: â ââ Sinks: â ââ Sink endpoints: â ââ Sources: â ââ Source endpoints: â ââ Streams: Settings ââ Default Configured Node Names: # systemd-analyze critical-chain The time when unit became active or started is printed after the "@" character. The time the unit took to start is printed after the "+" character. graphical.target @4.115s `-multi-user.target @4.114s `-kbdsettings.service @2.052s +2.062s `-basic.target @2.045s `-sockets.target @2.045s `-telnet.socket @2.044s `-sysinit.target @2.014s `-wtmpdb-update-boot.service @1.802s +138ms `-systemd-tmpfiles-setup.service @1.724s +43ms `-local-fs.target @1.723s `-run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount @1.728s `-local-fs-pre.target @1.105s `-systemd-tmpfiles-setup-dev.service @864ms +66ms `-kmod-static-nodes.service @524ms +80ms `-systemd-journald.socket `-system.slice `--.slice # # grep RETT /etc/os-release PRETTY_NAME="Fedora Linux 38 (Thirty Eight)" # wpctl status PipeWire 'pipewire-0' [0.3.77, root@ab250, cookie:1539572309] └─ Clients: 31. WirePlumber [0.3.77, root@ab250, pid:849] 32. WirePlumber [export] [0.3.77, root@ab250, pid:849] 47. artsd [0.3.77, root@ab250, pid:1026] 53. PipeWire ALSA [tdeinit] [0.3.77, root@ab250, pid:1088] 54. wpctl [0.3.77, root@ab250, pid:1240] Audio ├─ Devices: │ 38. Built-in Audio [alsa] │ ├─ Sinks: │ * 39. Built-in Audio Analog Stereo [vol: 0.46] │ ├─ Sink endpoints: │ ├─ Sources: │ 40. Built-in Audio Analog Stereo [vol: 1.00] │ ├─ Source endpoints: │ └─ Streams: Video ├─ Devices: │ ├─ Sinks: │ ├─ Sink endpoints: │ ├─ Sources: │ ├─ Source endpoints: │ └─ Streams: Settings └─ Default Configured Node Names: # # grep RETT /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" # wpctl status Could not connect to PipeWire # systemd-analyze critical-chain ... graphical.target @2.171s └─watchdog.service @2.156s +14ms └─multi-user.target @2.137s └─smbd.service @2.026s +110ms └─nmbd.service @1.779s +246ms └─basic.target @1.748s └─sockets.target @1.748s └─dbus.socket @1.747s └─sysinit.target @1.737s └─systemd-timesyncd.service @1.653s +81ms └─systemd-tmpfiles-setup.service @1.550s +43ms └─local-fs.target @1.493s └─run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount @1.562s └─local-fs-pre.target @849ms └─keyboard-setup.service @313ms +364ms └─systemd-journald.socket @295ms └─system.slice @253ms └─-.slice @253ms # -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 8/16/23 22:51, Felix Miata wrote:
I often find them replaced by other characters, as in the attachment. The SS is from Tumbleweed, but it happens also in Leap, and also in TDE's Konsole. Is this an absence of some specific font?
I've seen that once recently in copying output from 'tree'. It displays properly in konsole (as does mc, etc..), but when copying to any web input box (like answering a question on StackOverflow, etc..) the characters are replaced. That's something relatively new -- through I'm not sure what is to blame. A library change effecting clipboard? -- David C. Rankin, J.D.,P.E.
David C. Rankin composed on 2023-08-17 14:00 (UTC-0500):
Felix Miata wrote:
I often find them replaced by other characters, as in the attachment. The SS is from Tumbleweed, but it happens also in Leap, and also in TDE's Konsole. Is this an absence of some specific font?
I've seen that once recently in copying output from 'tree'. It displays properly in konsole (as does mc, etc..), but when copying to any web input box (like answering a question on StackOverflow, etc..) the characters are replaced.
That's something relatively new -- through I'm not sure what is to blame. A library change effecting clipboard?
Workaround found. I don't think it had/has anything to do with clipboard, but very likely something in the environment to do with whatever the cause of a recent long thread about change in behavior exiting MC[1]. Workaround was removing export LANG=en_US from .bashrc, which hadn't been modified since 9 months ago. Either changing it to export LANG=en_US.UTF-8 or removing it AFAICT brings all back to normal. [1] https://bugzilla.opensuse.org/show_bug.cgi?id=1203617 In plasma5 midnight commander doesn't exit to current directory anymore -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 8/17/23 23:47, Felix Miata wrote:
Workaround was removing
export LANG=en_US
from .bashrc, which hadn't been modified since 9 months ago. Either changing it to
export LANG=en_US.UTF-8
or removing it AFAICT brings all back to normal.
[1] https://bugzilla.opensuse.org/show_bug.cgi?id=1203617 In plasma5 midnight commander doesn't exit to current directory anymore
See https://wiki.archlinux.org/title/Midnight_Commander 5.1 Exit to the current directory -- David C. Rankin, J.D.,P.E.
David C. Rankin composed on 2023-08-18 03:52 (UTC-0400):
Felix Miata wrote:
Workaround was removing
export LANG=en_US
from .bashrc, which hadn't been modified since 9 months ago. Either changing it to
export LANG=en_US.UTF-8
or removing it AFAICT brings all back to normal.
[1] https://bugzilla.opensuse.org/show_bug.cgi?id=1203617 In plasma5 midnight commander doesn't exit to current directory anymore
5.1 Exit to the current directory
Poorest Archlinux wiki page I've ever run across. That section only muddies the issue, not touching the why or why not of the wrapper script. Issue of Copy/Paste function key's differing for unknown reasons in X vs. vtty is not touched. Reading through I thought of another untouched subject, but forgot it by the time I got this composition going... :( -- Evolution as taught in public schools is, like religion, based on faith, not based on science. Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata
On 2023-08-18 00:47, Felix Miata wrote:
David C. Rankin composed on 2023-08-17 14:00 (UTC-0500):
Workaround found. I don't think it had/has anything to do with clipboard, but very likely something in the environment to do with whatever the cause of a recent long thread about change in behavior exiting MC[1].
Workaround was removing
export LANG=en_US
from .bashrc, which hadn't been modified since 9 months ago. Either changing it to
export LANG=en_US.UTF-8
or removing it AFAICT brings all back to normal.
[1] https://bugzilla.opensuse.org/show_bug.cgi?id=1203617 In plasma5 midnight commander doesn't exit to current directory anymore
The UTF-8 variant should be the default in any locale. -- Cheers / Saludos, Carlos E. R. (from openSUSE 15.5 (Laicolasse))
participants (3)
-
Carlos E. R.
-
David C. Rankin
-
Felix Miata