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
Kontact
Commits
86d65feb
Commit
86d65feb
authored
Apr 11, 2021
by
Laurent Montel
😁
Browse files
We need to disable sandbox for last qt5.15.3
parent
c7e85cb2
Pipeline
#57643
passed with stage
in 4 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
86d65feb
...
...
@@ -139,6 +139,7 @@ int KontactApp::activate(const QStringList &args, const QString &workingDir)
int
main
(
int
argc
,
char
**
argv
)
{
qputenv
(
"QTWEBENGINE_DISABLE_SANDBOX"
,
"1"
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_EnableHighDpiScaling
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_ShareOpenGLContexts
);
QCoreApplication
::
setAttribute
(
Qt
::
AA_UseHighDpiPixmaps
,
true
);
...
...
Heiko Becker
@heikobecker
mentioned in commit
3d63b258
·
Apr 16, 2021
mentioned in commit
3d63b258
mentioned in commit 3d63b2589847fbf7e40e7c2595c6691fd04313e1
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