session-wrapper not working anymore
Bug #1773189 reported by
eoli3n
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lightdm (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
on lightdm 1.26.0
if i set
session-
it works
if i set
session-
and
echo '/usr/sbin/
chmod +x /usr/sbin/
it does not work
To post a comment you must log in.
I found the bug with lightdm --debug :
in first scenario with lightdm-session, it logs : lightdm- session startxfce4
[+9.24s] DEBUG: Session pid=7720: Running command /usr/sbin/
In second one, it logs :
[+101.49s] DEBUG: Session pid=7454: Running command /usr/sbin/wrapper startxfce4
So i edited my wrapper with lightdm- session $1' > /usr/sbin/wrapper
echo '/usr/sbin/
And it worked.