If you have installed multiple systems and want to prioritize deepin as a startup item, or if you encounter the problem that the default startup item is changed to "System Recovery" and in some cases the default startup item cannot be changed in the Control Center, you may want to take a look at this tutorial. This tutorial was contributed by deepin community users Peng Ziming and hotime, and provides 2 solutions, the following is based on deepin V23 Beta2. Using Grub Customizer 1. Install Grub Customizer deepin V20 can be obtained from the app store, and deepin V23 ...Read more

deepin WSL Is Officially On Microsoft Store!
Introduction WSL stands for Windows Subsystem for Linux. With WSL, it is easy to switch and integrate between Windows and Linux, use open source tools and environments to develop or test Linux-related projects, take advantage of Windows hardware support and performance optimizations to run Linux applications, and experience different Linux distributions. Using deepin WSL 1. Confirm system support: The minimum requirement for WSL is Windows 10 version 1709 (internal version number 16299) or later. 2. Enable the WSL feature: Open Windows PowerShell (with administrator privileges) and run the following command: wsl --install This will enable the WSL and VM platform ...Read more

gettext Translation Introduction and Simple Usage
Introduction to the Basics Introduction to poedit poedit is a popular cross-platform translation editor for editing .po files. It provides an intuitive interface and a rich set of features that make it easy for translators to edit and manage software localized translations. gettext Introduction Gettext Toolset: Gettext provides a set of command-line tools for managing and processing translation-related tasks. This includes the following tools: xgettext: used to extract text strings from source code and generate .pot files (template files). msginit: used to create new .po files and provide a basic translation environment. msgmerge: used to merge updated .pot files into ...Read more