Oliver Chen
Oliver Chen
Me too
I'd be interested in doing something like this too, though I'm not sure whether it is worth it given the performance cost of having extra users running concurrently. I'd be...
Freezing apps seems like a good and logical approach, but what about disk space? :scream:
Try launching file your manager with `>/dev/null 2&>1` appended to the end of the command. eg: ```bash dolphin >/dev/null 2&>1 ``` It silences `stdout` and `stderr`, so the messages for...
Yeah. There is a service called "MEGASync". Just disable that. I'm pretty sure then it'd stop printing to stdout/stderr. 
To solve `modprobe: FATAL: Module v4l2loopback not found in directory` you have to recompile the v4l2loopback after upgrading kernels `cd ~/Downloads/v4l2loopback && make clean && make && sudo make install`...
and, btw, @tyoc213 im pretty sure you have a totally different problem, not what the OP is having difficulty with. and your issue has already been adressed by others
@gizmo69the2nd I advise you to manually compile instead of using apt :)
Haha, sorry my bad. Forgot to mention to run a `sudo depmod -a` afterwards lol
If it happens again, you can also try using the resolution of `704x396`; its what fixed it for me :smile: