Where is GUI crashed program output logged?
Posted: 27 Aug 2023, 11:40
I start X manually, e.g. i set up Port in init 3 (Slackware standard) and lo into the virtual console as guest ad then manually start X via Now, I could use a trick to log all that is to be seen on that virtual console into file but usually I don't bother.
Now, i wish I had since once again one nemo instance was no longer reacting and closing that one killed also all other nemos.
While I have 25 lines à 80 characters of the recent output of programs running in X - as well as X itself - to be seen on that virtual console but he most recent message was from the USB subsystem and also from Palemoon, not nemo:
I did search like so:
but it gives no result. (I put the error messages into the bin since they have been about directories that cannot be searched like so)
Are the error messages of programs stored somewhere else than in /var/log/* ?
Code: Select all
startx
Now, i wish I had since once again one nemo instance was no longer reacting and closing that one killed also all other nemos.
While I have 25 lines à 80 characters of the recent output of programs running in X - as well as X itself - to be seen on that virtual console but he most recent message was from the USB subsystem and also from Palemoon, not nemo:
Code: Select all
isWindowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
@about:priv
atebrowsing:71:35
WARNING: content window passed to PrivateBrowsingUtils.isWindow
Private. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isW
indowPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
@about:private
browsing:43:33
WARNING: content window passed to PrivateBrowsingUtils.isWindowPri
vate. Use isContentWindowPrivate instead (but only for frame scripts).
pbu_isWind
owPrivate@resource://gre/modules/PrivateBrowsingUtils.jsm:25:14
@about:privatebro
wsing:71:35
(pale moon:20152): Gtk-WARNING **: 13:13:25.919: Error loading theme
icon 'view-sort-descending' for stock: Icon 'view-sort-descending' not present i
n theme elementary-xfce-dark
thunar-volman: Unsupported input device type "/dev/i
nput/event8".
thunar-volman: Unsupported USB device type "usbhid".
thunar-volman:
Unsupported USB device type "usb".
Code: Select all
root@porteus:/var/log# grep PrivateBrowsingUtils * 2>/dev/null
root@porteus:/var/log#
Are the error messages of programs stored somewhere else than in /var/log/* ?