First it happened after system update of the VBox VM and again after the reboot, just at the moment I wanted to shut down the system. I only did run the following script:
sudo snap refresh sudo apt autoremove -y sudo apt autoclean sudo apt clean sudo journalctl --vacuum-time=3d if [ "$1" = "-z" ]; then echo "Start Zeroing" dd if=/dev/zero of=/home/bertadmin/zeroes rm /home/bertadmin/zeroes else echo "No Zeroing" fi -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to file-roller in Ubuntu. https://bugs.launchpad.net/bugs/2025531 Title: file-roller crashed with signal 5 in g_object_new_valist() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/2025531/+subscriptions -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
