Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
3a9b196c
Commit
3a9b196c
authored
Feb 10, 2022
by
Linus Dierheimer
Committed by
David Edmundson
Feb 10, 2022
Browse files
Fix ksplash always using default theme.
Explicitly tell ksplashqml which config file to use
BUG: 446966
parent
6790f5eb
Pipeline
#135691
passed with stage
in 6 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ksplash/ksplashqml/main.cpp
View file @
3a9b196c
...
...
@@ -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);
...
...
Linus Dierheimer
@linusd
mentioned in commit
12f8228d
·
Feb 10, 2022
mentioned in commit
12f8228d
mentioned in commit 12f8228d487820817d77bdb5cf56da117dfee35a
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment