diff --git a/CMakeLists.txt b/CMakeLists.txt index 70e0afc7..28ac378c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,12 +37,12 @@ feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAG include(CheckIncludeFiles) -plasma_install_package(look-and-feel org.kde.satellite.phone look-and-feel) -plasma_install_package(shell org.kde.satellite.phone shells) -install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.satellite.lockers") +plasma_install_package(look-and-feel org.kde.plasma.phone look-and-feel) +plasma_install_package(shell org.kde.plasma.phone shells) +install(DIRECTORY wallpaper/ DESTINATION "${WALLPAPER_INSTALL_DIR}/org.kde.plasma.phone.lockers") install(DIRECTORY compositor/ - DESTINATION ${DATA_INSTALL_DIR}/greenisland/org.kde.satellite.compositor.phone + DESTINATION ${DATA_INSTALL_DIR}/greenisland/org.kde.plasma.phone.compositor PATTERN .svn EXCLUDE PATTERN CMakeLists.txt EXCLUDE PATTERN Messages.sh EXCLUDE diff --git a/README.md b/README.md index f7137b63..ec7e46dc 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ http://comments.gmane.org/gmane.comp.handhelds.ofono/12178 phonesim -p 12345 -gui /usr/share/phonesim/default.xml * from the oFono *source* directory, call /test/enable-modem to bring the modem up, the control UI should come up * call test/online-modem to activate the test phonesim modem -* start plasma with plasmashell -w -p org.kde.satellite.phone to start the phone homescreen in a window +* start plasma with plasmashell -w -p org.kde.plasma.phone to start the phone homescreen in a window Note that the oFono/phonesim part is necessary only if it's needed to test some part specific to telephony diff --git a/applets/quicksettings/package/contents/ui/main.qml b/applets/quicksettings/package/contents/ui/main.qml index 822858f5..d7cd163a 100644 --- a/applets/quicksettings/package/contents/ui/main.qml +++ b/applets/quicksettings/package/contents/ui/main.qml @@ -69,7 +69,7 @@ Item { text: "Wireless" icon: "network-wireless-on" enabled: true - settingsCommand: "active-settings -m org.kde.satellite.settings.wifi" + settingsCommand: "active-settings -m org.kde.plasma.phone.settings.wifi" } ListElement { text: "Alarms" diff --git a/bin/plasma-phone.cmake b/bin/plasma-phone.cmake index 0caae9a4..61c23cfc 100644 --- a/bin/plasma-phone.cmake +++ b/bin/plasma-phone.cmake @@ -39,4 +39,4 @@ init --user & mc-tool request ofono/ofono/account0 online paplay /usr/share/sounds/freedesktop/stereo/message.oga & -exec /usr/bin/plasmashell -p org.kde.satellite.phone 2>/tmp/plasmashell_logs +exec /usr/bin/plasmashell -p org.kde.plasma.phone 2>/tmp/plasmashell_logs diff --git a/dbus/CMakeLists.txt b/dbus/CMakeLists.txt index 30124367..4120cdc7 100644 --- a/dbus/CMakeLists.txt +++ b/dbus/CMakeLists.txt @@ -1,9 +1,9 @@ -macro(satellite_install_dbus_service name) +macro(plasma_phone_install_dbus_service name) install(FILES ${name}.service DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/dbus-1/session.d) endmacro() -satellite_install_dbus_service(org.kde.kde5) -satellite_install_dbus_service(org.kde.kglobalaccel) -satellite_install_dbus_service(org.kde.klauncher5) -satellite_install_dbus_service(org.kde.kuiserver) +plasma_phone_install_dbus_service(org.kde.kde5) +plasma_phone_install_dbus_service(org.kde.kglobalaccel) +plasma_phone_install_dbus_service(org.kde.klauncher5) +plasma_phone_install_dbus_service(org.kde.kuiserver) diff --git a/look-and-feel/metadata.desktop b/look-and-feel/metadata.desktop index c6316e90..348a5490 100644 --- a/look-and-feel/metadata.desktop +++ b/look-and-feel/metadata.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Name=Satellite +Name=Plasma Phone Comment=Plasma workspace for smartphones Keywords=Phone, Workspace, Look and Feel Type=Service @@ -10,7 +10,7 @@ X-KDE-PluginInfo-Author= X-KDE-PluginInfo-Category= X-KDE-PluginInfo-Email= X-KDE-PluginInfo-License=GPLv2+ -X-KDE-PluginInfo-Name=org.kde.plasma.satellite +X-KDE-PluginInfo-Name=org.kde.plasma.phone X-KDE-PluginInfo-Version=0.1 X-KDE-PluginInfo-Website= X-Plasma-MainScript=defaults diff --git a/packaging/plasma-phone-components.spec b/packaging/plasma-phone-components.spec index 03d4b648..7e0b217c 100644 --- a/packaging/plasma-phone-components.spec +++ b/packaging/plasma-phone-components.spec @@ -106,7 +106,7 @@ EOF cat > %{buildroot}%{_kf5_configdir}/kdeglobals <