Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
5542a54a
Commit
5542a54a
authored
Apr 11, 2021
by
Laurent Montel
😁
Browse files
With last qt 5.15.3 we need QTWEBENGINE_DISABLE_SANDBOX for redering
message
parent
8a4326ee
Pipeline
#57639
passed with stage
in 15 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
5542a54a
...
...
@@ -109,6 +109,7 @@ void KMailApplication::delayedInstanceCreation(const QStringList &args, const QS
int
main
(
int
argc
,
char
*
argv
[])
{
qputenv
(
"QTWEBENGINE_DISABLE_SANDBOX"
,
"1"
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_ShareOpenGLContexts
,
true
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
,
true
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
...
...
Heiko Becker
@heikobecker
mentioned in commit
b672f413
·
Apr 16, 2021
mentioned in commit
b672f413
mentioned in commit b672f41341334e0a61629eb2ab36bed2a3526084
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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