Opened 6 years ago

Closed 6 years ago

#11154 closed defect (fixed)

lightdm: lightdm-session does not exist

Reported by: thomas Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

There is an instruction

chmod a+x /usr/bin/lightdm-session

but when i compile lightdm, the only content of /usr/bin is dm-tool and lightdm

Change History (3)

comment:1 by Bruce Dubbs, 6 years ago

I have in my script:

cp tests/src/lightdm-session /usr/bin

This 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:

#!/bin/sh
# Run the session expecting the full command to be the first argument.  It has
# to be like this for backwards compatibility instead of having a normal argument list
exec $1
Last edited 6 years ago by Bruce Dubbs (previous) (diff)

comment:2 by Bruce Dubbs, 6 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20609.

Note: See TracTickets for help on using tickets.