Skip to content

Commit

Permalink
Switch over tarnish to new qpa
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Jan 29, 2024
1 parent cb87ca6 commit 6f4cd9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion applications/system-service/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ int main(int argc, char* argv[]){
}
qputenv("XDG_CURRENT_DESKTOP", "OXIDE");
QThread::currentThread()->setObjectName("main");
deviceSettings.setupQtEnvironment(false);
qputenv("QMLSCENE_DEVICE", "software");
qputenv("QT_QUICK_BACKEND","software");
qputenv("QT_QPA_PLATFORM", "oxide:enable_fonts");
QCoreApplication::addLibraryPath("/opt/usr/lib/plugins");
QGuiApplication app(argc, argv);
sentry_init("tarnish", argv);
app.setOrganizationName("Eeems");
Expand Down

0 comments on commit 6f4cd9b

Please sign in to comment.