From 427ed34a1b10ad8f41010423c2375b0c8e6161bc Mon Sep 17 00:00:00 2001 From: Pander Date: Tue, 27 Apr 2021 18:35:04 +0200 Subject: [PATCH] added Flatpak paths for Ubuntu (#172) --- CI/release/README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CI/release/README.txt b/CI/release/README.txt index 3a409169..cb2bc494 100644 --- a/CI/release/README.txt +++ b/CI/release/README.txt @@ -27,6 +27,7 @@ Examples are ... /usr/lib/x86_64-linux-gnu/obs-plugins/ /usr/share/obs/obs-plugins/ ~/.config/obs-studio/plugins/advanced-scene-switcher/bin/64bit/ +~/.local/share/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/lib/obs-plugins/ Unfortunately the expected location of the locale, which can be found in the data folder, can vary also. The data folder usually should be copied to: @@ -34,5 +35,6 @@ The data folder usually should be copied to: If this does not work you can try to copy the "locale" folder found inside the data folder to: /usr/share/obs/obs-plugins/advanced-scene-switcher/locale +~/.local/share/flatpak/app/com.obsproject.Studio/x86_64/stable/active/files/share/obs/obs-plugins/advanced-scene-switcher/locale In doubt please check where other "en-US.ini" files are located on your system.