在Ubuntu中使用Edge侧边栏无法添加和查看同步的侧边栏问题解决

使用侧边栏对于高效办公非常有用,它允许不影响现有网页的情况下,打开额外功能网页用于临时处理其他事情。

当前环境版本:

ubuntu:#22~24.04.1-Ubuntu

edge:Version 147.0.3912.60 (Official build) (64-bit)

之前默认使用的是中文语言,改成英文后,重新注销/登录,打开edge侧边栏就能正常恢复

如何从汉语切换到英语办法,以下内容由ai生成:

There are two effective ways to change the system language in Xfce from Chinese to English. The easiest method is using the graphical "Language Support" tool, but the command-line method is also straightforward if that tool isn't available.

Here is a step-by-step guide for both methods.

Graphical Method: Using "Language Support"

This is the recommended and most user-friendly way to change the language .

  1. Open "Language Support"

    Click the Xfce logo (Applications Menu) in the top-left corner and navigate to SettingsLanguage Support.

  2. Install Languages (if prompted)

    When you first open the tool, it might check your system's language support. If it asks to install missing packages, allow it to do so .

  3. Install the English Language

    Click the Install / Remove Languages button. Find "English (United States)" or the English variant you prefer, check its box, and click Apply .

  4. Set English as the Primary Language

    Once installed, you'll see a list of languages. Drag "English" to the very top of the list. This makes it the priority for all menus and windows .

  5. Apply System-Wide

    Click the Apply System-Wide button. You will likely need to type your user password to confirm the changes.

  6. Log Out and Back In

    To make all changes take effect, log out of your Xfce session and log back in. Your interface should now be in English.

Command-Line Method: Using the Terminal

This method is useful if you don't have the graphical tool installed or prefer using the terminal.

  1. Open a Terminal .

    You can usually find it in the Applications Menu or right-click on the desktop.

  2. Reconfigure Locales

    Run the following command to open the locale configuration tool:

    bash

    复制代码
    sudo dpkg-reconfigure locales
  3. Select the English Locale(s)

    Use the arrow keys to scroll through the list. To select a locale, press the Spacebar.

    • Make sure you select at least one English UTF-8 locale (for example, en_US.UTF-8).

    • After you have made your selections, press Tab to highlight <Ok> and press Enter.

  4. Choose the Default Locale

    On the next screen, you will be asked to choose the default locale for your system. Use the arrow keys to select the same English locale you chose above (e.g., en_US.UTF-8) and press Enter .

  5. Log Out and Back In

    After the command finishes, log out of your session and log back in for the change to apply to the entire desktop.

Important Consideration

  • Input Methods : Changing the system language from Chinese to English will not remove your ability to type in Chinese. The input method framework (like IBus or Fcitx) is a separate setting. You can usually switch between Chinese and English input using Ctrl + Space or Super (Win) + Space , even after you change the UI language .
相关推荐
稷下元歌15 分钟前
七天学会plc 加机器视觉完整笔记:S7-1200 数据类型、存储区与寻址方式(I/Q/M/DB 详解)。
网络·数据库·笔记
半壶清水23 分钟前
ubuntu下利用ns-3 + NetAnim搭建可视化路由选路过程的方法
linux·运维·ubuntu
逸模25 分钟前
AI+BIM 重构连锁公装新范式 逸模打造数字化营建核心底座
大数据·人工智能·笔记·其他·信息可视化·重构
xqqxqxxq1 小时前
树结构技术学习笔记
数据结构·笔记·学习
十月的皮皮2 小时前
C语言学习笔记202606008- 三角形判断(3种方法)
c语言·笔记·学习
XGeFei2 小时前
【Fastapi学习笔记(6)】—— Fastapi文件上传、请求头自动转换
笔记·学习·fastapi
嘶哈哈哈2 小时前
嘉立创 EDA 入门实操笔记:从原理图到 PCB 布线、差分对、覆铜与 DRC 检查
开发语言·笔记·php
一口吃俩胖子2 小时前
【脉宽调制DCDC功率变换学习笔记024】频域性能
笔记·学习
吃着火锅x唱着歌2 小时前
深度探索C++对象模型 学习笔记 第五章 构造、解构、拷贝语意学(2)
c++·笔记·学习
拾贰_C2 小时前
【python | installation 】python 安装 | Windows | 命令使用
linux·数据库·ubuntu