For a reason I ignore, when I wanna play a video, it stop when the sound unmuted (the load cursor appeared and it locks), and then when the sound is muted the video replay again …
I cannot play any video on VLC too …
It does that on Firefox, Google Chrome, and any video, I tried on Youtube, Udemy, or other website, you turned the sound and the video stop playing and locks in this state.
I can provide you information from command to support me in this issue.
~ systemctl --user disable wireplumber.service
The following unit files have been enabled in global scope. This means
they will still be started automatically after a successful disablement
in user scope:
wireplumber.service
if you mask your services using the systemctl mask command, no matter what services or dependencies require your service, it will not start manually or on the system boot.
This is all done with the help of symbolic links also known as symlinks
In the systemctl mask command, the service is a symlink to the /dev/null file. which makes it impossible to start on system boot or manually by you, even if it is required by another service or dependency.
Using the systemctl unmask command will delete the symlink to /dev/null