There are files in /tmp
created on each user login that look like .xsession-errors
or some other log. Current name for example is /tmp/filercrEUk
. I don't see them getiting erased after logout and I don't need them.
Example head
content
Xsession: X session started for user at п'ятниця, 5 липня 2019 14:34:41 +0300
localuser:user being added to access control list
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
startkde: Starting up...
dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/kf5/klauncher'
kdeinit5: Launched KLauncher, pid = 498, result = 0
kdeinit5: opened connection to :0
kdeinit5: preparing to launch 'libkdeinit5_kded5'
kdeinit5: Launched KDED, pid = 503 result = 0
/tmp
the very second they are no longer needed. However education is through failure so you can delete files and maybe crash an app. – WinEunuuchs2Unix Jul 05 '19 at 12:40file*
files? – int_ua Jul 05 '19 at 12:46dbus-user-session
installed? If not, does it make a difference after you install it? (it might do nothing but I expect the error file to be created in /home/$USER/ and not in /tmp/ or it could fix it all. But I assume there is a 2nd issue to be solved, – Rinzwind Jul 05 '19 at 13:41dbus-user-session
, installed it now. Although I tried removing service from https://askubuntu.com/a/94538/20275 and it ceased creating /tmp/file* logs. I'll report back later. – int_ua Jul 05 '19 at 14:20