mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
This way we only care about Green Island specific variables or changes to droid-hal defaults in our configuration file.
20 lines
518 B
Desktop File
20 lines
518 B
Desktop File
#
|
|
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
#
|
|
# Starts Green Island with the phone compositor plugin.
|
|
#
|
|
|
|
[Unit]
|
|
Description=Green Island
|
|
Requires=dbus.socket pre-user-session.target
|
|
After=pre-user-session.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/var/lib/environment/compositor/*.conf
|
|
EnvironmentFile=-/var/lib/environment/greenisland/*.conf
|
|
ExecStart=/usr/bin/greenisland $LIPSTICK_OPTIONS -p org.kde.satellite.compositor.phone
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=user-session.target
|