2020-08-31 20:28:22 +08:00
2020-08-31 20:28:22 +08:00
2020-08-31 20:28:22 +08:00
2020-08-31 20:28:22 +08:00
2020-08-31 20:28:22 +08:00
2020-08-18 15:18:59 +08:00
2020-05-25 10:41:13 +08:00
2020-02-25 10:38:36 +08:00
2020-02-03 21:03:41 +08: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

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