FAQ
TIP
Page Under Construction, Continuously Adding Issues and Solutions, PRs Welcome
INFO
Please Click the Star in the Upper Right Corner, Your Support is Our Greatest Motivation
You can track our development progress at https://gitee.com/GXDE-OS/GXDE/board
Q0: It's so slow when using apt
to install packages. Can it be faster?
A0: We use multi-line download to solve this. Simply replace apt
with aptss
will solve this problem.
Q1: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE?
A1: Install GXDE by adding repositories.
Repository installation method:
Download the deb file and install it from https://repo-gxde.gfdgdxi.top/gxde-os/bixie/g/gxde-source/
After installation, run:
sudo apt update
sudo apt install spark-store -y
sudo apt install gxde-testing-source -y
sudo apt 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
Q2: How to create a bootable disk?
A2: For Legacy boot, it is recommended to use Rufus in DD mode. For EFI, you can use the Deepin Boot Maker.
Q3: I Need to use Android Emulator / Nvidia Driver, I need an older version kernel.
A3: Simply install the package linux-kernel-oldstable-gxde-amd64
and boot with this kernel.
A3: If you wan't to use Nvidia Driver, but don't want to downgrade kernel, please check https://bbs.deepin.org/post/232923
Q4: What is beta testing? How can I join the beta test?
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.
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. 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
Available widget list: https://gitee.com/GXDE-OS/dtk2widget/tree/master/src/widgets