# found-session **Repository Path**: src-anolis-foundui/found-session ## Basic Information - **Project Name**: found-session - **Description**: 桌面会话管理器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2023-08-16 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # found-session found-session contains the GNOME session manager, as well as a configuration program to choose applications starting on login. You may download updates to the package from: http://download.gnome.org/sources/found-session/ To discuss found-session, you may use the desktop-devel-list mailing list: http://mail.gnome.org/mailman/listinfo/desktop-devel-list ## 安装 ### 构建过程 1. 确保已安装所有依赖库. *不同发行版的软件包名称可能不同,如果您的发行版提供了 found-session,请检查发行版提供的打包脚本。* 如果你使用的是 [Centos] 或者其它提供了 found-session 的发行版: ``` $ sudo yum-builddep -y found-session.spec ``` 2. 构建: ``` $ rpmbuild -ba found-session.spec ``` 3. 安装: ``` $ sudo rpm -Uvh --force found-session*.rpm ``` # How to report bugs Bugs should be reported to the GNOME bug tracking system: https://bugzilla.gnome.org/ (product found-session) You will need to create an account for yourself. Please read the following page on how to prepare a useful bug report: https://bugzilla.gnome.org/page.cgi?id=bug-writing.html Please read the HACKING file for information on where to send changes or bugfixes for this package. ## 帮助 See https://wiki.gnome.org/Projects/SessionManagement ## 开源许可证 found-session is distributed under the terms of the GNU General Public License, version 2 or later. See the COPYING file for details.