Hello, In the Message; Subject : Qt5 Configuration Tool is not configured correctly. Message-ID : <c75e3946-7b85-4d64-920a-5e958704d559@marcchamberlin.com> Date & Time: Sat, 11 Nov 2023 15:26:09 -0800 [MC] == Marc Chamberlin via openSUSE Users <users@lists.opensuse.org> has written: [...] MC> The font size of the Emacs menus is way to small for this old man MC> to read, so I thought to try and figure out how to increase MC> it. I'm using emacs for a long, long time. MC> Internet searching led me to believe that the font size for the MC> Emacs editor is controlled by QT. [...] I have never heard of such a thing. First of all, Emacs does not require Qt5. I have a 4K UHD display (3840x2160) and the text on Emacs is too small as it is, so I set the following in .emacs to make it more comfortable. (let ((size (if (>= (x-display-pixel-height) 1100) 15.5 12)))) (condition-case err (let ((myfont (format "VL Gothic-%d" size)))) (set-frame-font myfont)) (add-to-list 'initial-frame-alist `(font . ,myfont)))) (error (message "%s" err)))) Where, 'VL Gothic' is a true type font containing Japanese characters. In your Emacs, you can set it with M-x customize-face, I suppose. Rgards. --- ┏━━┓彡 野宮 賢 mail-to: nomiya @ lake.dti.ne.jp ┃\/彡 ┗━━┛ "Companies have come to view generative AI as a kind of monster that must be fed at all costs―even if it isn’t always clear what exactly that data is needed for or what those future AI systems might end up doing." -- Generative AI Is Making Companies Even More Thirsty for Your Data --