diff --git a/.github/workflows/building-deb.yml b/.github/workflows/building-deb.yml index da15dd8..d590646 100755 --- a/.github/workflows/building-deb.yml +++ b/.github/workflows/building-deb.yml @@ -240,50 +240,7 @@ jobs: sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null - loong64: - runs-on: ubuntu-24.04 - steps: - - name: Clone Repository To Get Script - run: | - #apt update - #apt install sudo git -y - git clone $REPOSITORY --depth=1 - mv $(basename $REPOSITORY)/* . -v - mv $(basename $REPOSITORY)/.* . -v | true - - - name: Configure Base System - run: | - bash .github/workflows/configure-building-enviroment-base-system.sh loong64 unstable $REPOSITORY https://github.com/$GITHUB_REPOSITORY https://mirror.sjtu.edu.cn/debian-ports/ - - - name: Building ${{ GITHUB.repository }} - run: | - env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh env GO111MODULE=off dpkg-buildpackage -b - - - name: Remove Debug Package - run: | - env env gitPath=$(basename $GITHUB_REPOSITORY) bash .github/workflows/run-command-in-chroot.sh rm -rfv ../*dbg*.deb - - - name: Pack tar - run: | - cd $BOTTLEPATH - sudo tar -cvf ../deb-$(date +%s).tar *.deb - - - name: Push - env: - UPASSWD: ${{ secrets.PASSWD }} - UUSERS: ${{ secrets.USERS }} - UHOST: ${{ secrets.HOST }} - UPATH: ${{ secrets.UPATH }} - UPROGRAM: ${{ secrets.UPROGRAM }} - UPORT: ${{ secrets.UPORT }} - run: | - sudo apt update - sudo apt install sshpass -y - mkdir -p ~/.ssh/ - ssh-keyscan -p $UPORT -H $UHOST >> ~/.ssh/known_hosts - tarName=$(ls | grep .tar | head -n 1) - sshpass -p "$UPASSWD" rsync -e "ssh -p $UPORT" $tarName $UUSERS@$UHOST:$UPATH - sshpass -p "$UPASSWD" ssh $UUSERS@$UHOST -p $UPORT $UPROGRAM $UPATH/$tarName > /dev/null + riscv64: runs-on: ubuntu-24.04 diff --git a/README.md b/README.md index c5cd2e3..44a5eb6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## System Installation > Currently, ISO supports amd64, loong64 -123pan: https://www.123pan.com/s/pDSKVv-4XIWv.html + huang111: https://pan.huang1111.cn/s/laonjFL Sourceforge: https://sourceforge.net/projects/gxde-os/files diff --git a/README.zh.md b/README.zh.md index 19c901d..961773d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -9,7 +9,7 @@ ## 系统安装 > 目前 ISO 支持 amd64、loong64 -123盘:https://www.123pan.com/s/pDSKVv-4XIWv.html + huang111:https://pan.huang1111.cn/s/laonjFL Sourceforge:https://sourceforge.net/projects/gxde-os/files diff --git a/debian/changelog b/debian/changelog index c3d15a5..5487657 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,12 @@ gxde (2024.10.04) UNRELEASED; urgency=medium * Add packages +-- gfdgd_xi <3025613752@qq.com> Fri, 04 Oct 2024 09:22:50 +0800 + +gxde (2024.10.01) UNRELEASED; urgency=medium + + * fix 15.14 conponents dependencies + -- gfdgd_xi <3025613752@qq.com> Fri, 04 Oct 2024 09:22:50 +0800 gxde (2024.09.01) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index f987902..1356df8 100644 --- a/debian/control +++ b/debian/control @@ -53,8 +53,10 @@ Conflicts: linux-kernel-gxde-mips64el, linux-kernel-oldstable-gxde-mips64el, linux-kernel-gxde-loong64, - linux-kernel-oldstable-gxde-loong64 - + linux-kernel-oldstable-gxde-loong64, +Description: GXDE New Desktop Environment For PRoot - Next + This is a meta package depends GXDE New Desktop Envrionment in Android PRoot. + . Package: gxde-desktop Architecture: all @@ -114,15 +116,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, diff --git a/docs/faq/FAQ.md b/docs/faq/FAQ.md index 54c3ecb..2523713 100644 --- a/docs/faq/FAQ.md +++ b/docs/faq/FAQ.md @@ -6,19 +6,13 @@ You can track our development progress at https://gitee.com/GXDE-OS/GXDE/board **[中文](./FAQ.zh.md)** ---- -Q1: I am using an old computer/virtual machine that requires Legacy BIOS booting, but I encounter a grub installation failure when installing with the GXDE installation disk. - -A1: For ISO versions 15.13 and below, Legacy BIOS currently only supports installation using the Debian installer. Select "Advanced options" on the boot screen and then choose "Install." - -A1: This issue will be resolved in version 15.14. --- -Q2: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE? +Q1: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE? -A2: Install GXDE by adding repositories. +A1: Install GXDE by adding repositories. Repository installation method: @@ -36,45 +30,40 @@ 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** --- -Q3: How to create a bootable disk? +Q2: How to create a bootable disk? -A3: For Legacy boot, it is recommended to use Rufus in DD mode. For EFI, you can use the [Deepin Boot Maker](https://www.deepin.org/zh/original/deepin-boot-maker/). +A2: You can use the [Deepin Boot Maker](https://www.deepin.org/zh/original/deepin-boot-maker/). --- -Q4: NVIDIA driver installation failed by using `sudo aptss install nvidia-driver` +Q3: NVIDIA driver installation failed by using `sudo aptss install nvidia-driver` -A4: Please manually install the proprietary driver or install the package `linux-kernel-oldstable-gxde-amd64` and boot with this kernel to reinstall. +A3: Please manually install the proprietary driver or install the package `linux-kernel-oldstable-gxde-amd64` and boot with this kernel to reinstall. --- -Q5: Intel/Crab network card cannot enable wireless after installation. - -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? + Q4: What is beta testing? How can I join the beta test? - 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/ + A4: 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. - A7: For native development, please use Qt/Dtk2. Related code is as follows: + A4: 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 + + A4: Please join our QQ Group to feedback: 881201853 + +--- + + Q5: I want to develop GXDE-style applications. How do I do that? + + A5: 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/ + + A5: For native development, please use Qt/Dtk2. Related code is as follows: Available feature list: https://gitee.com/GXDE-OS/dtk5core/tree/master/src diff --git a/docs/faq/FAQ.zh.md b/docs/faq/FAQ.zh.md index bb3da69..8144a45 100644 --- a/docs/faq/FAQ.zh.md +++ b/docs/faq/FAQ.zh.md @@ -6,19 +6,13 @@ **[English](./FAQ.md)** ---- -Q1: 我正在使用古老的电脑/虚拟机,需要使用 Legacy BIOS 启动,而使用 GXDE 安装盘进行安装时报错grub安装失败 - -A1: 对于 15.13 及以下版本的ISO, Legacy BIOS 暂时只支持用Debian安装器进行安装,在引导界面选择Advanced options后选择Install进行安装 - -A1: 此问题将会在 15.14 解决 --- -Q2: 我已经安装了Debian 12/我在使用Arm/i386/mips64的 Debian 12/loong64架构的debian port,想要安装 GXDE ,我该怎么做? +Q1: 我已经安装了Debian 12/我在使用Arm/i386/mips64的 Debian 12/loong64架构的debian port,想要安装 GXDE ,我该怎么做? -A2: 加源安装GXDE +A1: 加源安装GXDE 加源安装方法 @@ -37,49 +31,43 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y ``` +**GXDE与KDE有可能的冲突,请不要同时安装它们,这可能会带来错误** + --- -Q3: 如何制作启动盘? +Q2: 如何制作启动盘? -A3: Legacy启动推荐rufus用dd模式写入,EFI则使用[深度启动盘制作工具](https://www.deepin.org/zh/original/deepin-boot-maker/)即可 +A2: 使用[深度启动盘制作工具](https://www.deepin.org/zh/original/deepin-boot-maker/)即可 --- -Q4: `nvidia-driver`包安装失败 +Q3: `nvidia-driver`包安装失败 -A4: 请手动安装闭源驱动,或者安装 `linux-kernel-oldstable-gxde-amd64 +A3: 请手动安装闭源驱动,或者安装 `linux-kernel-oldstable-gxde-amd64 linux-kernel-oldstable-gxde-amd64` 这个包后用此内核启动重新安装 -A4: 您也可[手动安装驱动](https://bbs.deepin.org/post/232923)以避免此问题 +A3: 您也可[手动安装驱动](https://bbs.deepin.org/post/232923)以避免此问题 + + --- -Q5: 因特尔/螃蟹网卡 安装后无法打开无线网络 +Q4: 什么是内测? 我想要加入内测该怎么做? -A5: `sudo aptss install firmware-iwlwifi firmware-realtek -y` +A4: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入 -A5: 此问题将在 15.14 解决 +A4: 15.14 开始,可在控制中心一键加入内测, 详见: https://www.bilibili.com/video/BV1FgsvenEjq + +A4: 请加入我们的QQ群来反馈: 881201853 --- -Q6: 什么是内测? 我想要加入内测该怎么做? +Q5: 我想开发 GXDE 风格的应用,我该怎么做 -A6: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入 +A5: 使用bash/python脚本的应用可以使用 [Garma](https://gitee.com/GXDE-OS/garma),使用方法详见: https://help.gnome.org/users/zenity/stable/ -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 相关代码如下: +A5: 原生开发请使用 Qt/Dtk2 相关代码如下: 可用功能列表: https://gitee.com/GXDE-OS/dtk5core/tree/master/src diff --git a/docs/install/Install.md b/docs/install/Install.md index 8a2ea80..89f877b 100644 --- a/docs/install/Install.md +++ b/docs/install/Install.md @@ -3,7 +3,6 @@ **[中文](./Install.zh.md)** -123pan: https://www.123pan.com/s/pDSKVv-4XIWv.html huang111: https://pan.huang1111.cn/s/laonjFL @@ -37,3 +36,6 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y Then restart. +## Install on Termux PRoot or other Android devices + +Check: https://bbs.deepin.org.cn/post/279414 \ No newline at end of file diff --git a/docs/install/Install.zh.md b/docs/install/Install.zh.md index ea1ba83..c748bbf 100644 --- a/docs/install/Install.zh.md +++ b/docs/install/Install.zh.md @@ -3,7 +3,7 @@ **[English](./Install.md)** -123盘:https://www.123pan.com/s/pDSKVv-4XIWv.html + huang111:https://pan.huang1111.cn/s/laonjFL @@ -36,4 +36,8 @@ sudo aptss install gxde-desktop gxde-desktop-extra -y ``` -重启即可 \ No newline at end of file +重启即可 + +## 在Termux PRoot或其他安卓设备上安装 + +请查看 https://bbs.deepin.org.cn/post/279414 \ No newline at end of file