Bug Report Unable to input Chinese/Japanese in the flatpak version of OBS Studio

PPA seems to be a bad way to install apps?
Flatpak & Snap seems to be better?

Where can I report the problem to the flatpak packager?
 
Last edited:
The PPA method is not a bad way to install apps at all.
We don't have any control over flatpak or snap, and their packages may not be complete or compiled properly. We can't provide support for their versions

To install via the PPA (after uninstalling the copy you have installed):
Code:
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt-get update && sudo apt-get install obs-studio
 
Back
Top