Changes between Initial Version and Version 1 of Ticket #11154, comment 1


Ignore:
Timestamp:
10/08/2018 07:35:47 PM (6 years ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11154, comment 1

    initial v1  
    44
    55This should be right before the chmod command.  I do not know if lightdm-session is needed or not.  It is a script that only does:
    6 
     6{{{
    77#!/bin/sh
    88# Run the session expecting the full command to be the first argument.  It has
    99# to be like this for backwards compatibility instead of having a normal argument list
    1010exec $1
    11 
     11}}}