Windows cannot be maximized in hime - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: Windows cannot be maximized in hime (/showthread.php?tid=8380) Pages:
1
2
|
Re: Windows cannot be maximized in hime - seanchang - 07-04-2022 (07-01-2022, 03:07 PM)Moltke link Wrote: [quote author=seanchang link=topic=8783.msg58687#msg58687 date=1656684655] 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/hack-and-automate-your-desktop-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! |