Skip to content

Commit

Permalink
obs.profile: allow lua (#6131)
Browse files Browse the repository at this point in the history
Some plugins may require it[1]:

    error: os_dlopen([...]): libluajit-5.1.so.2: [...]: Permission denied

    warning: Module '/usr//lib/obs-plugins/frontend-tools.so' not loaded

[1] #6130 (comment)
  • Loading branch information
kmk3 committed Dec 14, 2023
1 parent d44be8e commit 56391cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/profile-m-z/obs.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ noblacklist ${MUSIC}
noblacklist ${PICTURES}
noblacklist ${VIDEOS}

# Allow lua (blacklisted by disable-interpreters.inc)
include allow-lua.inc

# Allow python (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc
Expand Down

0 comments on commit 56391cf

Please sign in to comment.