Skip to content

Commit

Permalink
Fix #185 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhang2003 authored Nov 17, 2023
1 parent 28b6160 commit 6411309
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/guide/rookie/desktop-env-and-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,11 @@ Konsole 以及 Dolphin 都需要这些环境变量,倒是 Firefox 和 Chromium

::: tip ℹ️ 提示

检查一下是否有拼写错误,如果输入法无法正常切换,可尝试执行 `fcitx5-diagnose` 命令来诊断问题的原因。
1. 如果使用 Wayland 而非 X11,请参照如下方式进行配置而非上面的配置方法:

> 在「系统设置 - 输入设备 - 虚拟键盘」中选中 Fcitx 5;`environment` 仅保留 `XMODIFIERS=@im=fcitx` 一行;在基于 Chromium 的程序(包括浏览器和使用 Electron 的程序)中加入 `--enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime` 启动参数。
2. 检查一下是否有拼写错误,如果输入法无法正常切换,可尝试执行 `fcitx5-diagnose` 命令来诊断问题的原因。

由于存在[安全性问题](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4708),自 2022 年 10 月 21 日起,[Arch Linux 默认不再读取](https://github.com/archlinux/svntogit-packages/commit/891610cfcc202916cf5eb46d6df56e885062f78e) `~/.pam_environment` 文件中的设置。

Expand Down
17 changes: 16 additions & 1 deletion docs/guide/rookie/transparent.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,23 @@ sudo setcap "cap_net_admin,cap_net_bind_service=ep" /usr/bin/xray

:::

## nekoray

一个基于 Qt 的跨平台客户端,后端基于 Xray 和 sing-box。

```bash
yay -S nekoray
# yay -S nekoray-git #开发版
```

## Clash

::: tip ℹ️ 提示

截至这次编辑时(2023.11.14)下面所介绍的 Clash 项目均已删除或存档,但就目前而言不影响安装及使用。

:::

clash 本身是一个网络连接的代理内核,通过预先定义的**规则**,对网络连接进行转发。clash 内核规定了配置文件 `config.yaml` 的格式。支持 VMess、Shadowsocks、Trojan、Snell 协议。

```shell
Expand Down Expand Up @@ -337,7 +352,7 @@ sudo timedatectl set-ntp true
yay -S clash-verge
```

### Clash for Windows
### Clash for Windows(不建议,现已删库)

这是一个功能较全的客户端,支持 Windows/macOS/Linux ,基于 Clash 和 Electron 的一个 GUI 客户端。未开源

Expand Down

0 comments on commit 6411309

Please sign in to comment.