• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle
  • I read on the other thread that the software preventing you from using linux is a video conferencing app. If you could give us more details on what this application is maybe some of us might know a more precise way around the problem, but with so little info at least I am stumbling in the dark.

    As for general purpose advice, many people already said what I would have: either use a VM (mind you if configured properly VMs can run quite fast) or use remote desktop and somehow pass your webcam/microphone to the remote pc (there are USB over IP solutions out there that basically allow you to pass a USB signal over the network, like this for example; I haven’t actually tried it myself but it does exist).





  • The application needs to speak a protocol to be able to use it. If you use a X wm your apps need to be able to talk X’s protocol to work, if you use a Wayland compositor your apps need to be able to talk Wayland’s protocol (or run on Xwayland, which is basically an X server that runs inside Wayland).

    The wm/compositor abstractions only work if your apps know how to use them via the correct protocol