Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
glacier-home
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
glacier-home
Commits
67e24e14
Commit
67e24e14
authored
Jun 28, 2019
by
eetu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fix] Fix qtvirtualkeyboard to have Nemo theme and change org.nemomobile.xyz to Nemo.XYZ
parent
b4513e3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
main.cpp
src/main.cpp
+2
-0
AppLauncher.qml
src/qml/AppLauncher.qml
+1
-1
No files found.
src/main.cpp
View file @
67e24e14
...
...
@@ -74,6 +74,8 @@ int main(int argc, char **argv)
// Fixes a bug where some applications wouldn't launch, eg. terminal or browser
setenv
(
"EGL_PLATFORM"
,
"wayland"
,
1
);
setenv
(
"QT_QPA_PLATFORM"
,
"wayland"
,
1
);
setenv
(
"QT_WAYLAND_DISABLE_WINDOWDECORATION"
,
"1"
,
1
);
setenv
(
"QT_VIRTUALKEYBOARD_STYLE"
,
"Nemo"
,
1
);
setenv
(
"QT_IM_MODULE"
,
"qtvirtualkeyboard"
,
1
);
app
.
mainWindowInstance
()
->
showFullScreen
();
return
app
.
exec
();
...
...
src/qml/AppLauncher.qml
View file @
67e24e14
...
...
@@ -27,7 +27,7 @@ import QtQuick 2.6
import
QtQuick
.
VirtualKeyboard
2.1
import
org
.
nemomobile
.
lipstick
0.1
import
org
.
nemomobile
.
c
onfiguration
1.0
import
Nemo
.
C
onfiguration
1.0
import
QtQuick
.
Controls
.
Nemo
1.0
import
QtQuick
.
Controls
.
Styles
.
Nemo
1.0
...
...
Write
Preview
Markdown
is supported
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