Explorar el Código

also set session type for every xsession

pull/1/head
padre
commit
9edec9428c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      templates/x11/xsession.j2

+ 3
- 1
templates/x11/xsession.j2 Ver fichero

@@ -1,8 +1,10 @@
#!/bin/sh
#!/usr/bin/fish

{{ansible_managed|comment}}

{% if not home_xsession_vncviewer %}
set -x XDG_SESSION_TYPE x11
systemctl --user import-environment XDG_SESSION_TYPE
exec systemctl --user start --wait xsession.target
{% else %}
systemctl --user start vncserver@:{{home_vncserver_display_number}}.service