Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 365216 Details for
Bug 494030
x11-misc/lightdm-1.8.5 - regression with session-cleanup script triggering without actual logins
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Run session-cleanup-script only on logout
lightdm-1.8.5-cleanup-script.patch (text/plain), 467 bytes, created by
Mike Hiretsky
on 2013-12-13 07:18:27 UTC
(
hide
)
Description:
Run session-cleanup-script only on logout
Filename:
MIME Type:
Creator:
Mike Hiretsky
Created:
2013-12-13 07:18:27 UTC
Size:
467 bytes
patch
obsolete
>diff -ruN lightdm-1.8.5.orig/src/seat.c lightdm-1.8.5/src/seat.c >--- lightdm-1.8.5.orig/src/seat.c 2013-12-13 11:02:46.635945026 +0400 >+++ lightdm-1.8.5/src/seat.c 2013-12-13 11:03:32.904947413 +0400 >@@ -605,7 +605,7 @@ > } > > /* Cleanup */ >- if (!IS_GREETER (session)) >+ if (!IS_GREETER (session) && session_get_is_authenticated(session)) > { > const gchar *script; > script = seat_get_string_property (seat, "session-cleanup-script");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 494030
: 365216