Skip to content

Commit

Permalink
Disable rm2fb-client when running with blight-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 1, 2024
1 parent a1eeeaf commit 562d4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/system-service/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,8 @@ void Application::updateEnvironment(){
if(!preload.contains(blight_client)){
preload.append(blight_client);
}
env.insert("RM2FB_SHIM", "1");
env.insert("RM2FB_DISABLE", "1");
}
env.insert("LD_PRELOAD", preload.join(":"));
for(auto key : environment().keys()){
Expand Down

0 comments on commit 562d4de

Please sign in to comment.