From b2623678d53c27707ea38d222e3dfee0f171ed35 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 15 Apr 2015 16:34:56 -0300 Subject: [bug] do not disable autostart on system quit() If the quit() call is triggered by the system logout we should not disable the autostart. Otherwise bitmask won't autostart on the next session start. - Resolves: #6424 --- changes/bug_fix-bitmask-autostart | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_fix-bitmask-autostart (limited to 'changes') diff --git a/changes/bug_fix-bitmask-autostart b/changes/bug_fix-bitmask-autostart new file mode 100644 index 00000000..ee72c9f2 --- /dev/null +++ b/changes/bug_fix-bitmask-autostart @@ -0,0 +1 @@ +- Do not disable autostart if the quit is triggered by a system logout. Resolves Bug #6424. -- cgit v1.2.3