mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
50a0bad299
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
325 B
Text
6 lines
325 B
Text
tbsm may run desktop sessions, such as i3, without consolekit and dbus
|
|
support. Thus, given that tbsm detects available .desktop files from
|
|
/usr/share/xsessions, create a copy of the .desktop file and modify
|
|
the Name and Exec lines as such:
|
|
Name=i3-dbus
|
|
Exec=ck-launch-session dbus-launch --sh-syntax --exit-with-session i3
|