From 977ec4dde4577040b3c6a90fe27a49fa769bcda1 Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sat, 19 Apr 2025 04:23:12 +0000 Subject: [PATCH] docs: solve issues by using GNOME AppIndicator --- README-ZH.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README-ZH.md b/README-ZH.md index 4ceca6e..1b91a03 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -66,6 +66,10 @@ dependencies: 2. 使用 [protocol_handler](https://github.com/leanflutter/protocol_handler) 包代替 `app_links` 包。 +### 在 GNOME 中不显示 + +在使用 GNOME 桌面时, 可能需要安装 [AppIndicator](https://github.com/ubuntu/gnome-shell-extension-appindicator) 扩展以显示图标。 + ## 快速开始 ### 安装 diff --git a/README.md b/README.md index 53f63f1..db1b9ec 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ dependencies: 2. Use [protocol_handler](https://github.com/leanflutter/protocol_handler) package instead of `app_links` package. +### Not Showing in GNOME + +In GNOME desktop environment, the [AppIndicator](https://github.com/ubuntu/gnome-shell-extension-appindicator) extension may be required to display the icon. + ## Quick Start ### Installation