(07-01-2022, 03:07 PM)Moltke link Wrote: [quote author=seanchang link=topic=8783.msg58687#msg58687 date=1656684655]
[quote author=Moltke link=topic=8783.msg58683#msg58683 date=1656626194]
I had a similar problem with a different app, and it turned out to be something to do with the app itself (fixed in a newer release of the app), as a workaround I made the window go full-screen, and only then I could see the save buttons. So, you could try that and see if it
Hi, but how to make the window go full-screen?
Because I couldn't press the button. :60:
[/quote]
Well, I'm not familiar with "hime", don't even know what that is, could you provide a link to try and install? That way I could check. Regarding how to make the app go full-screen, check if it provides some keyboard shortcut for that, in some apps, F11 or F12 keys are usually set for that action. Another option is installing wmctrl tool, once installed, launch a terminal and run
Code:
wmctrl -r ':ACTIVE:' -b toggle,fullscreen
https://linux.die.net/man/1/wmctrl
and for some examples, see this tutorial:
https://www.linuxjournal.com/magazine/ha...top-wmctrl
[/quote]
Hi,
Thanks for your reply!!
I've tried both F11 and wmcrtl in command line.
And wmcrtl works now, but it still cannot solve my problem.
Here's the video.
https://www.kapwing.com/videos/62c2ac884f4255007f4ce685
My problem is I couldn't save my change in this input method.
I guess there should be a 'save button' below the window, but I couldn't scroll down or find it after I maximize it through
wmcrtl.
The clue is
https://imgur.com/a/1dkpsIs
And I didn't see it happens for other Ubuntu users.
Hence, I don't know if it's the problem of the application or that of the Linux lite system.
And here's the hime application installed:
Code:
sudo apt-get install hime
Install tutorial(in chinese):
https://www.youtube.com/watch?v=LqGwt-O8Be8
(Because it's chinese input method, I couldn't find any English version tutorial.)
Thanks!