mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
session: only update activation environment...
...when running DRM backend or by explicit request
This commit is contained in:
parent
22fe8cf546
commit
c9d08f8218
4 changed files with 57 additions and 9 deletions
|
|
@ -171,14 +171,14 @@ main(int argc, char *argv[])
|
|||
|
||||
menu_init(&server);
|
||||
|
||||
session_autostart_init();
|
||||
session_autostart_init(&server);
|
||||
if (startup_cmd) {
|
||||
spawn_async_no_shell(startup_cmd);
|
||||
}
|
||||
|
||||
wl_display_run(server.wl_display);
|
||||
|
||||
session_shutdown();
|
||||
session_shutdown(&server);
|
||||
|
||||
server_finish(&server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue