Fix ksplash always using default theme.

Explicitly tell ksplashqml which config file to use

BUG: 446966
wilder-5.25
Linus Dierheimer 4 years ago committed by David Edmundson
parent 6790f5eb12
commit 3a9b196ca6
  1. 4
      ksplash/ksplashqml/main.cpp

@ -48,6 +48,10 @@ int main(int argc, char **argv)
if (strcmp("--test", argv[i]) == 0 || strcmp("--help", argv[i]) == 0)
test = true;
}
// read ksplashrc as config file, not ksplashqmlrc
QCoreApplication::setApplicationName(QStringLiteral("ksplash"));
// enable to send log output to /tmp/ksplash
// which is useful for debugging
// qInstallMsgHandler(myMessageHandler);

Loading…
Cancel
Save