Compare commits

...
8 Commits
Author SHA1 Message Date
shenmo7192andGitee 1b2d82297f remove: deepin-wine8-stable/deepin-font-installer
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-10-01 12:46:01 +00:00
shenmo7192andGitee 5483b1c0c4 update debian/changelog.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-10-01 12:43:29 +00:00
shenmo7192andGitee 680ba19760 FAQ
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2024-09-30 15:11:11 +00:00
gfdgd-xi c29171afdc 修复loong64无法加全源的问题 2024-09-27 22:11:53 +08:00
gfdgd-xi a0b56b85ff Merge branch 'master' of https://gitee.com/GXDE-OS/GXDE 2024-09-26 12:53:08 +08:00
gfdgd-xi a329699fca 更换mips构建的ubuntu版本 2024-09-26 12:52:57 +08:00
shenmo7192 8b7a318744 update-doc 2024-09-24 23:06:45 +08:00
gfdgd-xi 078ea70801 修复格式错误 2024-09-24 21:53:07 +08:00
6 changed files with 53 additions and 12 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ jobs:
mips64:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Clone Repository To Get Script
run: |
@@ -17,7 +17,7 @@ export DEBIAN_FRONTEND=noninteractive # 防止卡 tzdate
# 写入 GXDE 源
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/tianlu ./" >> /etc/apt/sources.list.d/gxde-os.list
echo "deb [trusted=true] https://repo1.gxde.top/gxde-os/bixie ./" >> /etc/apt/sources.list.d/gxde-os.list
if [[ $1 == "loong64" ]]; then
if [[ $(dpkg --print-architecture) == "loong64" ]]; then
echo "deb [trusted=true] http://mirror.sjtu.edu.cn/debian-ports unreleased main" > /etc/apt/sources.list.d/debian-unreleased.list
fi
for i in {1..8};
+2 -2
View File
@@ -1,6 +1,6 @@
gxde (2024.09.24) UNRELEASED; urgency=medium
gxde (2024.10.01) UNRELEASED; urgency=medium
* add 15.14 conponents dependencies
* fix 15.14 conponents dependencies
-- shenmo <shenmo@spark-app.store> Sun, 01 Sep 2024 08:27:49 +0800
+1 -7
View File
@@ -28,8 +28,7 @@ Depends: ${misc:Depends},
gxde-sendbylan,
gxde-dict,
gxde-system-assistant,
spark-store | aptss
spark-store | aptss
Description: GXDE New Desktop Environment Extra - Next
This is a meta package depends GXDE New Desktop Envrionment Extra.
.
@@ -93,15 +92,12 @@ Recommends:
libflashplugin-pepper,
miraclecast,
x-display-manager,
deepin-screenshot,
gxde-image-viewer,
dde-calendar,
gxde-calculator,
gxde-voice-recorder,
deepin-screen-recorder,
deepin-font-installer,
warm-sched,
spark-deepin-wine-runner,
cheese,
gxde-top-panel,
plank,
@@ -111,8 +107,6 @@ Recommends:
fcitx5,
fcitx5-table,
gxde-shell-tools
Conflicts:
dde-control-center(<< 2.90.5),
deepin-desktop-environment-desktop,
+22 -1
View File
@@ -36,7 +36,7 @@ sudo aptss install gxde-testing-source -y
sudo aptss install gxde-desktop gxde-desktop-extra -y
```
**There are potential conflict between GXDE and KDE. Don't install them both or maybe something will crash**
---
@@ -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
+26
View File
@@ -37,6 +37,8 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y
```
**GXDE与KDE有可能的冲突,请不要同时安装它们,这可能会带来错误**
---
Q3: 如何制作启动盘?
@@ -60,3 +62,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