Skip to content

Commit

Permalink
Merge branch 'master' of https://gitee.com/GXDE-OS/GXDE
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Sep 26, 2024
2 parents a329699 + 8b7a318 commit a0b56b8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/faq/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,24 @@ A5: Run sudo aptss install firmware-iwlwifi firmware-realtek -y.

A5: This issue will be resolved in version 15.14.

---
Q6: What is beta testing? How can I join the beta test?

A6: The latest development progress will be included in the beta test. If you want to experience the latest content, you can join the beta, but it is also unstable. It is recommended that users with some experience join.

A6: Starting from version 15.14, you can join the beta test with one click in the Control Center. For details, see: https://www.bilibili.com/video/BV1FgsvenEjq

A6: For versions 15.13 and below, please run `sudo aptss install gxde-testing-source -y`

---

Q7: I want to develop GXDE-style applications. How do I do that?

A7: Bash/Python script-based applications can use [Garma](https://gitee.com/GXDE-OS/garma). For detailed usage, see: https://help.gnome.org/users/zenity/stable/

A7: For native development, please use Qt/Dtk2. Related code is as follows:

Available feature list: https://gitee.com/GXDE-OS/dtk5core/tree/master/src

Available widget list: https://gitee.com/GXDE-OS/dtk2widget/tree/master/src/widgets

24 changes: 24 additions & 0 deletions docs/faq/FAQ.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,27 @@ Q5: 因特尔/螃蟹网卡 安装后无法打开无线网络
A5: `sudo aptss install firmware-iwlwifi firmware-realtek -y`

A5: 此问题将在 15.14 解决

---

Q6: 什么是内测? 我想要加入内测该怎么做?

A6: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入

A6: 15.14 开始,可在控制中心一键加入内测, 详见: https://www.bilibili.com/video/BV1FgsvenEjq



A6: 15.13 及以下版本请 `sudo aptss install gxde-testing-source -y`

---

Q7: 我想开发 GXDE 风格的应用,我该怎么做

A7: 使用bash/python脚本的应用可以使用 [Garma](https://gitee.com/GXDE-OS/garma),使用方法详见: https://help.gnome.org/users/zenity/stable/

A7: 原生开发请使用 Qt/Dtk2 相关代码如下:

可用功能列表: https://gitee.com/GXDE-OS/dtk5core/tree/master/src

可用控件列表: https://gitee.com/GXDE-OS/dtk2widget/tree/master/src/widgets

0 comments on commit a0b56b8

Please sign in to comment.