Re: [dev][st] Solution: UTF-8 needs IBus!

2022-04-26 Thread Robert Winkler
On Tue Apr 26, 2022 at 4:21 PM CDT, Κράκ Άουτ wrote: > Στις 26 Απρ 2022 23:59, ο/η Robert Winkler έγραψε: > > To make a long story short: The input of UTF-8 characters with st needs > > an IBus daemon (standard on Gnome, but not on other window managers such > > as Plasma, dwm, ..). > > > > I added

Re: [dev][st] Solution: UTF-8 needs IBus!

2022-04-26 Thread Κράκ Άουτ
Στις 26 Απρ 2022 23:59, ο/η Robert Winkler έγραψε: To make a long story short: The input of UTF-8 characters with st needs an IBus daemon (standard on Gnome, but not on other window managers such as Plasma, dwm, ..). I added to ~/.config/autostart: `Ibus-Daemon.desktop` ~~~ [Desktop Entry] Nam

[dev][st] Solution: UTF-8 needs IBus!

2022-04-26 Thread Robert Winkler
To make a long story short: The input of UTF-8 characters with st needs an IBus daemon (standard on Gnome, but not on other window managers such as Plasma, dwm, ..). I added to ~/.config/autostart: `Ibus-Daemon.desktop` ~~~ [Desktop Entry] Name=IBus Daemon Type=Application Exec=ibus-daemon -drx

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Hadrien Lacour
On Tue, Apr 26, 2022 at 07:48:35PM +0200, Страхиња Радић wrote: > On 22/04/26 05:39, Hadrien Lacour wrote: > > > > Compare the output of env in the two situations. Something I noticed in one > > of > > your mails: you have en_US.UTF-8 in your locale output while here, on > > Gentoo, I > > have en

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Страхиња Радић
On 22/04/26 05:39, Hadrien Lacour wrote: > > Compare the output of env in the two situations. Something I noticed in one of > your mails: you have en_US.UTF-8 in your locale output while here, on Gentoo, > I > have en_US.utf8. https://wiki.gentoo.org/wiki/Localization/Guide > The command above l

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Hadrien Lacour
On Tue, Apr 26, 2022 at 08:20:34AM -0500, Robert Winkler wrote: > Getting closer: I tried the compiled st in different window managers > (thanks for the hint to test the binary in different environments!). > > In Plasma, spectrwm, and dwm, UTF-8 of st does not work. > > But SURPRISE: in Gnome (Wayl

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Страхиња Радић
On 22/04/26 08:20, Robert Winkler wrote: > Anyone has an idea, what could be the difference between Gnome and DWM > with respect to the font encoding? I'm using dwm in X.Org using no display manager (autostart X at login [1]) in Artix Linux and everything works correctly. Setting environment vari

Re: [dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Hiltjo Posthuma
On Tue, Apr 26, 2022 at 08:20:34AM -0500, Robert Winkler wrote: > Getting closer: I tried the compiled st in different window managers > (thanks for the hint to test the binary in different environments!). > > In Plasma, spectrwm, and dwm, UTF-8 of st does not work. > > But SURPRISE: in Gnome (

[dev][st][dwm] st UTF-8 works on Gnome, but not on DWM

2022-04-26 Thread Robert Winkler
Getting closer: I tried the compiled st in different window managers (thanks for the hint to test the binary in different environments!). In Plasma, spectrwm, and dwm, UTF-8 of st does not work. But SURPRISE: in Gnome (Wayland, PoP OS! 22.04 LTS), it does! This means that the compiled st is wo

Re: [dev] [dwm] possible regression in 8806b6e

2022-04-26 Thread Hiltjo Posthuma
On Mon, Apr 25, 2022 at 05:38:35PM +0100, Chris Down wrote: > Hiltjo Posthuma writes: > > Whats the similar issue exactly? Does this issue also happen when bisecting > > the > > same commit (so its a also regression)? > > For 8806b6e23793 ("manage: propertynotify: Reduce cost of unused size > hin

Re: [dev] [dwm] possible regression in 8806b6e

2022-04-26 Thread Chris Down
Ethan Marshall writes: Completely fixed. All affected windows now behave as they did before the patch - so, problem solved on my end. Thanks for all your help Chris. Excellent, thanks for getting back. I've submitted it as a proper patch.

Re: [dev][st] UTF-8 works on debian, but not on PopOS Ubuntu

2022-04-26 Thread Κράκ Άουτ
Στις 26 Απρ 2022 06:49, ο/η Robert Winkler έγραψε: With the risk of annoying the experts (but lacking UTF-8 is a show stopper for me, since I write a lot in Spanish and German..). I compiled the same st code on Debian 11 (Bullseye) and Pop OS! (Ubuntu 21.10). On Debian, UTF-8 works fine, on Pop