Security > Secure Boot > Secure Boot [off]
On display Fractional Scaling, Google Chrome and VsCode may appear blurry, to resolve such issue:
chrome://flags, find
Preferred Ozone platform, select Wayland;
code --ozone-platform=wayland; for the desktop icon to
launch with such option, update its .desktop file as follows.
Alternatively, you can change system display platform from Wayland to X11 as follows. Note that it works fine on Ubuntu 22.04, but not very well on Ubuntu 24.04.
Tools ->
Options ->
Languages and Locales (expand downward) ->
General ->
User interface: ->
Chinese (simplified) -> OK
Basic Git configuration settings:
To test if SSH over the HTTPS port is possible, run the following SSH command; for reference, see official documentation Using SSH over the HTTPS port.
To set the port 443 connection in your SSH configuration file, edit the file at
~/.ssh/config (create one if there's none), and add this section:
You can test if this works by connecting once more to GitHub.com:
If git pull/push/clone freezes with http/https access, setup
proxy (remove --global for local setup) as follows
~/.bashrc and ~/.zshrc
Fcitx4 or IBUS pinyin disfunction in Chrome, you may hold
Chrome upgrade
No compatibility issues with web browsers, recommended over Fcitx 4 or IBUS.
For reference, see muzing's post.
Install packages:
Change settings to use Fcitx 5
Settings > Region & Language > Manage Installed Languages
Install / Remove Languages > Chinese (simplified) [✓]Keyboard input method system > Fcitx 5Apply System-WideLog OutConfigure Fcitx 5:
Input Method > Available Input Method: > Pinyin >
[<] > (✓)Apply
Global Options > Hotkey > Trigger Input Method: >
Super + Left Alt > (✓)Apply
Configure auto startup on system login (the program doesn't configure auto startup by default):
Startup Applications > Add
Name: > fcitx5Command: > fcitx5Comment: > fcitx5 input startupAddCloseTo get a more native look (IBUS-like) for Fcitx5 Pinyin, try GNOME extension Input Method Panel.