# found-desktop **Repository Path**: foundos_1/found-desktop ## Basic Information - **Project Name**: found-desktop - **Description**: 桌面主程序 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 4 - **Created**: 2023-09-07 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # found-desktop found-desktop is a Linux desktop which provides advanced innovative features and a traditional user experience. The desktop layout is similar to Cinnamon. The underlying technology is forked from Gnome Shell and Cinnamon. The emphasis is put on making users feel at home and providing them with an easy to use and comfortable desktop experience. ## 安装 ### 构建过程 1. 确保已安装所有依赖库. *不同发行版的软件包名称可能不同,如果您的发行版提供了 found-desktop,请检查发行版提供的打包脚本。* 如果你使用的是 [Debian] 或者其它提供了 found-desktop 的发行版: ``` $ sudo apt-get build-dep . ``` 2. 构建与打包: ``` $ dpkg-buildpackage -b ``` 3. 安装: ``` $ sudo dpkg -i ../*.deb ``` ## 帮助 ## 开源许可证 found-desktop is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.