mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
Remove plasma-phone script hack
Not needed anymore now that dbus seems fine.
This commit is contained in:
parent
fb865c86da
commit
d2bb2fd97a
4 changed files with 1 additions and 19 deletions
|
|
@ -38,6 +38,5 @@ plasma_install_package(look-and-feel org.kde.satellite.phone look-and-feel)
|
||||||
plasma_install_package(shell org.kde.satellite.phone shells)
|
plasma_install_package(shell org.kde.satellite.phone shells)
|
||||||
install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.satellite.lockers")
|
install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.satellite.lockers")
|
||||||
|
|
||||||
add_subdirectory(bin)
|
|
||||||
add_subdirectory(qmlcomponents)
|
add_subdirectory(qmlcomponents)
|
||||||
add_subdirectory(services)
|
add_subdirectory(services)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/plasma-phone.cmake ${CMAKE_CURRENT_BINARY_DIR}/plasma-phone)
|
|
||||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/plasma-phone
|
|
||||||
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ WORLD_EXECUTE WORLD_READ GROUP_EXECUTE GROUP_READ
|
|
||||||
DESTINATION ${BIN_INSTALL_DIR})
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Script that starts the Plasma phone UI.
|
|
||||||
#
|
|
||||||
# Copyright (C) 2014 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
|
|
||||||
#
|
|
||||||
# This program is free software; you can redistribute it and/or modify it
|
|
||||||
# under the terms of the GNU Lesser General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
|
|
||||||
exec dbus-run-session -- /usr/bin/plasmashell -p org.kde.satellite.phone -n
|
|
||||||
|
|
@ -11,7 +11,7 @@ Requires=dbus.socket plasma-phone-compositor.service
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
|
Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=%t/dbus/user_bus_socket
|
||||||
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
EnvironmentFile=-/var/lib/environment/plasma-phone/*.conf
|
||||||
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasma-phone
|
ExecStart=@CMAKE_INSTALL_FULL_BINDIR@/plasmashell -p org.kde.satellite.phone -n
|
||||||
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/kquitapp5 plasmashell
|
ExecStop=@CMAKE_INSTALL_FULL_BINDIR@/kquitapp5 plasmashell
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
BusName=org.kde.plasmashell
|
BusName=org.kde.plasmashell
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue