On Mon, Aug 18, 2025 at 07:26:46AM +0200, john doe wrote: > On 8/18/25 02:36, Timothy M Butterworth wrote: > > How do I get rid of this error message? > > > > > > "Please unset QT_IM_MODULE and GTK_IM_MODULE environment variables and > > 'ibus-daemon --panel disable' should be executed as a child process of > > ibus-ui-gtk3 component." > > > > `export VAR_NAME=''` should unset env vars. No, it sets it to an empty value *and* exports it (so it goes to the process environment and is thus inherited by subprocesses). If you want to unset it (a subtle, but measurable difference) you say "unset": unset VAT_NAME Cheers -- t
Attachment:
signature.asc
Description: PGP signature