Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
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
meta-nemo
Commits
6244d6dc
Commit
6244d6dc
authored
Oct 29, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mce: Keep screen on by default when running in qemux86
parent
01ca36ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
0005-Keep-screen-on-by-default-on-emulator.patch
.../mce/mce/0005-Keep-screen-on-by-default-on-emulator.patch
+25
-0
mce_git.bb
recipes-nemomobile/mce/mce_git.bb
+1
-0
No files found.
recipes-nemomobile/mce/mce/0005-Keep-screen-on-by-default-on-emulator.patch
0 → 100644
View file @
6244d6dc
From f71fd191356fa0a907d1a416a6cc306d56e68697 Mon Sep 17 00:00:00 2001
From: Florent Revest <revestflo@gmail.com>
Date: Sun, 29 Oct 2017 16:01:41 +0100
Subject: [PATCH] Keep screen on by default on emulator
---
builtin-gconf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builtin-gconf.c b/builtin-gconf.c
index 4078518..c24d86b 100644
--- a/builtin-gconf.c
+++ b/builtin-gconf.c
@@ -1325,7 +1325,7 @@
static const setting_t gconf_defaults[] =
// MCE_GCONF_BLANKING_INHIBIT_MODE @ modules/display.h
.key = "/system/osso/dsm/display/inhibit_blank_mode",
.type = "i",
- .def = "0",
+ .def = "3",
},
{
.key = MCE_GCONF_KBD_SLIDE_INHIBIT,
--
2.14.3
recipes-nemomobile/mce/mce_git.bb
View file @
6244d6dc
...
@@ -9,6 +9,7 @@ SRC_URI = "git://git.merproject.org/mer-core/mce.git;protocol=https \
...
@@ -9,6 +9,7 @@ SRC_URI = "git://git.merproject.org/mer-core/mce.git;protocol=https \
file://0003-Display-Sets-dimming-timeout-to-10-sec-and-blanking-.patch \
file://0003-Display-Sets-dimming-timeout-to-10-sec-and-blanking-.patch \
file://0004-event-input-Double-tap-emulation-Adapts-the-state-ma.patch \
file://0004-event-input-Double-tap-emulation-Adapts-the-state-ma.patch \
file://mce.service"
file://mce.service"
SRC_URI_append_qemux86 = " file://0005-Keep-screen-on-by-default-on-emulator.patch"
SRCREV = "ad535db76b7443febaf4f97328eb1968a3f1d8cc"
SRCREV = "ad535db76b7443febaf4f97328eb1968a3f1d8cc"
PR = "r1"
PR = "r1"
PV = "+git${SRCPV}"
PV = "+git${SRCPV}"
...
...
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