liuliang ea50434ac5 Merge branch 'master' into 'master'
Fix:bug#118177 【开机启动】 重装系统后第一次开机启动时,屏幕闪烁,弹出多任务视图

See merge request kylin-desktop/ukui-session-manager!98
2022-07-12 08:21:47 +00:00
2020-12-22 20:40:39 +08:00
2022-04-01 16:53:02 +08:00
2022-04-06 10:35:33 +08:00
2022-03-08 11:23:37 +08:00
2020-02-25 10:38:36 +08:00
2021-07-22 06:58:12 +00:00
2022-03-11 13:54:40 +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 -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

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