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
bb90efef
Commit
bb90efef
authored
Sep 21, 2015
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use current asteroid-launcher and provide a systemd service
parent
727d58a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
3 deletions
+33
-3
asteroid-launcher.service
...roid-launcher/asteroid-launcher/asteroid-launcher.service
+14
-0
default.conf
...asteroid/asteroid-launcher/asteroid-launcher/default.conf
+3
-0
asteroid-launcher_git.bb
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
+16
-3
No files found.
recipes-asteroid/asteroid-launcher/asteroid-launcher/asteroid-launcher.service
0 → 100644
View file @
bb90efef
[Unit]
Description=The lipstick UI
Requires=dbus.socket
[Service]
Type=notify
EnvironmentFile=-/usr/share/asteroid-launcher/vars.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-asteroid/asteroid-launcher/asteroid-launcher/default.conf
0 → 100644
View file @
bb90efef
EGL_PLATFORM
=
hwcomposer
XDG_RUNTIME_DIR
=/
tmp
LIPSTICK_OPTIONS
=
"-plugin evdevtouch:/dev/input/event0 -platform hwcomposer"
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
View file @
bb90efef
SUMMARY = "Asteroid's launcher based on lipstick"
SUMMARY = "Asteroid's launcher based on lipstick"
HOMEPAGE = "https://github.com/Asteroid-Project/asteroid-launcher"
HOMEPAGE = "https://github.com/Asteroid-Project/asteroid-launcher"
LICENSE = "MIT"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://
COPYING;md5=8a2d6d8e97bb7e7654de49c1af93557f
"
LIC_FILES_CHKSUM = "file://
qml/AppLauncher.qml;beginline=1;endline=23;md5=b5fbcff61900379fb98b9f80f09d97a8
"
SRC_URI = "git://github.com/Asteroid-Project/asteroid-launcher.git;protocol=https"
SRC_URI = "git://github.com/Asteroid-Project/asteroid-launcher.git;protocol=https \
file://asteroid-launcher.service \
file://default.conf"
SRCREV = "${AUTOREV}"
SRCREV = "${AUTOREV}"
PR = "r1"
PR = "r1"
PV = "+git${SRCREV}"
PV = "+git${SRCREV}"
...
@@ -11,4 +13,15 @@ S = "${WORKDIR}/git"
...
@@ -11,4 +13,15 @@ S = "${WORKDIR}/git"
inherit qmake5
inherit qmake5
DEPENDS += "lipstick"
DEPENDS += "lipstick"
RDEPENDS_${PN} += "qtquickcontrols-qmlplugins"
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-opensans"
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 ../asteroid-launcher.service ${D}/etc/systemd/system/
ln -s ../asteroid-launcher.service ${D}/etc/systemd/system/multi-user.target.wants/asteroid-launcher.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