2023-01-06 sudo apt-get update sudo apt-get install openssh-server sudo systemctl enable ssh sudo vi /etc/hosts 192.168.200.96 maemae mae sudo addgroup figment sudo vi /etc/group figment:x:1003:larry,toby,joyce sudo mkdir -p /opt/figment/joyce/image sudo chgrp -R figment /opt/figment sudo chmod -R 775 /opt/figment #### Video (Totem) error, #### An error occured #### The specified movie could not be found. #### when double clicking on an mp4. #### According to #### https://www.makeuseof.com/things-to-do-after-upgrading-to-ubuntu-2204-lts/ ## remove the gstreamer1.0-vaapi file. ## GStreamer is a multimedia framework for handling media files. ## In Ubuntu 22.04 LTS this appears surplus to requirements, ## and certainly hamstrings the Videos app. ## To remove, open a terminal and enter ## sudo apt remove gstreamer1.0-vaapi sudo apt remove gstreamer1.0-vaapi ## Install extra multimedia Plugins? ## Videos requires to installl plugins to play files of the following types: ## - MPEG-4 AAC decoder ## - H.264 (High Profile) decoder ## checked - gstreamer1.0-libav ## blank - gstreamer1.0-plugins-bad ## blank - gstreamer1.0-fdkaac Install Now the mp4 videos play !