Comment 8 for bug 1876804

Revision history for this message
Hannu E K N (hannu-n) wrote :

dmesg still filled with "apparmor"-items, tgz file attached.

Extract in a temp-dir, then do

for file in dmesg* ; do echo -e "\n\n--- $file --- "; if [ "${file##*.}" == "gz" ] ; then zcat $file | grep 'type=1400' ;else cat $file | grep 'type=1400' ;fi ;done

All of these indicate a startup time <10s, but it still takes approx 60 seconds before the desktop appears. I suspect the apparmor-stuff to be the culprit.