mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
19 lines
422 B
CMake
19 lines
422 B
CMake
#
|
|
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
#
|
|
# Starts Plasma shell for phones.
|
|
#
|
|
|
|
[Unit]
|
|
Description=Plasma Phone
|
|
Requires=dbus.socket
|
|
|
|
[Service]
|
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
|
|
Environment=PLASMA_PLATFORM=phone
|
|
Environment=QT_IM_MODULE=Maliit
|
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasma-phone
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=user-session.target
|