liuliang 743ab6c00e Merge branch 'tanjing_debian_new' into 'Debian'
同步dev 根据systemd查询判断各按钮是否显示

See merge request kylin-desktop/ukui-session-manager!82
2022-07-12 08:45:23 +00:00
2020-12-22 20:40:39 +08:00
2022-02-24 13:43:38 +08:00
2022-02-22 15:46:21 +08:00
2022-03-02 11:05:08 +08:00
2022-03-02 11:05:08 +08:00
2020-02-25 10:38:36 +08:00
2021-07-22 06:58:12 +00:00
2020-07-10 16:29:27 +08:00

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 ..
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

Description
No description provided
Readme 43 MiB
Languages
C++ 97.4%
CMake 1.3%
C 1.3%