17 Star 1 Fork 11

openKylin / ukui-session-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
公子文彬 提交于 2022-06-06 10:30 . Import Upstream version 2.0.17.1

ukui-session-manager

build

  • ukui-session: Launched at the beginning of UKUI sessions and responsible for launching and monitoring all other components constituing the sessions.

  • ukui-session-tool: Deals with 'logout', 'shutdown', 'reboot', 'hibernate' and so on.

Build & Install

cmake

cd ukui-session-manager
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_INSTALL_RUNSTATEDIR=/run "-GUnix Makefiles" -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make
sudo make install

debuild

cd ukui-session-manager
uscan --download-current-version # or you can change the word in debian/source/format from 'quilt' to 'native'
debuild
cd ..
sudo dpkg -i ukui-session-manager_{version}_{arch}.deb

Issues

ukui-session-manager issues

1
https://gitee.com/openkylin/ukui-session-manager.git
git@gitee.com:openkylin/ukui-session-manager.git
openkylin
ukui-session-manager
ukui-session-manager
openkylin/yangtze

搜索帮助