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
50460e52
Commit
50460e52
authored
Sep 28, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
glacier-home: use the same systemd .service as asteroid-launcher
parent
97f21c32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
2 deletions
+32
-2
default.conf
recipes-nemomobile/glacier-home/glacier-home/default.conf
+4
-0
lipstick.service
...pes-nemomobile/glacier-home/glacier-home/lipstick.service
+14
-0
glacier-home_git.bb
recipes-nemomobile/glacier-home/glacier-home_git.bb
+14
-2
No files found.
recipes-nemomobile/glacier-home/glacier-home/default.conf
0 → 100644
View file @
50460e52
EGL_PLATFORM
=
hwcomposer
XDG_RUNTIME_DIR
=/
tmp
GLACIER_NATIVEORIENTATION
=
0
LIPSTICK_OPTIONS
=
"-plugin evdevtouch:/dev/input/event0 -platform hwcomposer"
recipes-nemomobile/glacier-home/glacier-home/lipstick.service
0 → 100644
View file @
50460e52
[Unit]
Description=The lipstick UI
Requires=dbus.socket
[Service]
Type=notify
EnvironmentFile=-/usr/share/lipstick-glacier-home-qt5/nemovars.conf
EnvironmentFile=-/var/lib/environment/compositor/*.conf
ExecStartPre=/bin/sh -ec 'while [ ! -f /dev/.coldboot_done ]; do sleep 1; done'
ExecStart=/usr/bin/lipstick $LIPSTICK_OPTIONS --systemd
Restart=always
[Install]
WantedBy=multi-user.target
recipes-nemomobile/glacier-home/glacier-home_git.bb
View file @
50460e52
...
@@ -3,7 +3,9 @@ HOMEPAGE = "https://github.com/nemomobile-ux/glacier-home.git"
...
@@ -3,7 +3,9 @@ HOMEPAGE = "https://github.com/nemomobile-ux/glacier-home.git"
LICENSE = "MIT"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://src/qml/AppLauncher.qml;beginline=1;endline=23;md5=b5fbcff61900379fb98b9f80f09d97a8"
LIC_FILES_CHKSUM = "file://src/qml/AppLauncher.qml;beginline=1;endline=23;md5=b5fbcff61900379fb98b9f80f09d97a8"
SRC_URI = "git://github.com/nemomobile-ux/glacier-home.git;protocol=https"
SRC_URI = "git://github.com/nemomobile-ux/glacier-home.git;protocol=https \
file://lipstick.service \
file://default.conf"
SRCREV = "${AUTOREV}"
SRCREV = "${AUTOREV}"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
...
@@ -11,5 +13,15 @@ S = "${WORKDIR}/git"
...
@@ -11,5 +13,15 @@ S = "${WORKDIR}/git"
inherit qmake5
inherit qmake5
DEPENDS += "lipstick"
DEPENDS += "lipstick"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qtquickcontrols-qmlplugins qtquickcontrols-nemo qtwayland-plugins qtgraphicaleffects-qmlplugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration nemo-theme-glacier libconnman-qt libqofono xkeyboard-config
liberation-font
s"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qtquickcontrols-qmlplugins qtquickcontrols-nemo qtwayland-plugins qtgraphicaleffects-qmlplugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration nemo-theme-glacier libconnman-qt libqofono xkeyboard-config
ttf-opensan
s"
FILES_${PN} += "/usr/share/lipstick-glacier-home-qt5"
FILES_${PN} += "/usr/share/lipstick-glacier-home-qt5"
do_install_append() {
install -d ${D}/var/lib/environment/compositor/
cp ../default.conf ${D}/var/lib/environment/compositor/
# TODO: This should definitely be run as a simple user !!
install -d ${D}/etc/systemd/system/multi-user.target.wants/
cp ../lipstick.service ${D}/etc/systemd/system/
ln -s ../lipstick.service ${D}/etc/systemd/system/multi-user.target.wants/lipstick.service
}
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