> Notice, how lightdm was not present on Dennis machine when file created, then 
> it comes up and dissapears.
Maybe lightdm was actually running. This would be possible:

- ps logs running processes (started by my script)
- lightdm starts and creates .goutputstream*
- next run of ps

But it could also be possible, that lightdm was started later. I will
repeat this test and comment later again.

> How do you know it runs with userid 1000? How to check it on my computer?
In my script:
> ps -o comm -U 1000 -u 1000 >> ps-log.out
man ps
> -U userlist     Select by real user ID (RUID) or name.
> -u userlist     Select by effective user ID (EUID) or name.

So this command only logs processes running with real or effective UID
1000. That is the UID of the user created at installation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984785

Title:
  .goutputstream files polluting $HOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/984785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to