Public bug reported:

Binary package hint: gnome-session

When logout screen appears, some of already running processes suspend
their operation. You can check it easily with the following test code:

<code>
#include <stdio.h>

main()
{
   int i=0;

   while (1)
   { 
       printf("cnt: %d\n", i++);
   }
}
</code>

Binary from this code stops its operation when logout screen appears.

I tested it on both GNOME and KDE of Fedora7 & 8. GNOME logout screen does not 
have the fade effect, but though KDE logout screen has the fade effect (the 
fade effect of the KDE logout screen in Fedora is very similar with the one of 
Ubuntu), the KDE logout screen does not suspend already running processes at 
all.
I remember that the earlier version of KDE (in Fedora Core 4) had the same 
problem, but recent KDE version (in Fedora 7 or 8 ) fixed the problem.

I hope it be fixed soon.
Thanks in advance.

** Affects: gnome-session (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Logout screen suspends some of already running processes.
https://bugs.launchpad.net/bugs/219615
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to