Re-opening because I neglected to answer. Sorry, Oliver. What I meant about the kernel is upgrading your system to use the latest one.
Regarding the logs, there are two logs that should be of interest: 1. /var/log/syslog 2. /var/log/Xorg.0.log In general, I would suggest reproducing the issue and seeing if anything pops up in either of these. You can "watch" them in a terminal with `tail -f /path/to/file` while you reproduce the issue in another window. In Xorg.0.log lines with "(EE)" in them indicate errors. Here's an example that's totally unrelated: [ 79.713] (EE) NOUVEAU(G0): Error initialising acceleration. Falling back to NoAccel So you could do the following to watch that file for errors only: `tail -f /var/log/Xorg.0.log | grep '(EE)'` The other file is a little bit harder to parse, but if you see something that pops up when you reproduce the problem, even if it doesn't seem related, try to do it again and if the same thing pops up, you can bet it's related. If you can figure out the relevant lines, feel free to post them here. If not, I would suggest attaching the files here for us to analyze. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819009 Title: Terminal-Emulator shows no prompt when (console) program finished To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxterminal/+bug/1819009/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
