More weston rename fixes
diff --git a/src/shell.c b/src/shell.c
index 0c214b0..e2fd1e6 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -115,7 +115,7 @@
 		{ "screensaver", saver_keys, ARRAY_LENGTH(saver_keys), NULL },
 	};
 
-	config_file = config_file_path("wayland-desktop-shell.ini");
+	config_file = config_file_path("weston-desktop-shell.ini");
 	ret = parse_config_file(config_file, cs, ARRAY_LENGTH(cs), shell);
 	free(config_file);
 
@@ -1122,7 +1122,7 @@
 static int
 launch_desktop_shell_process(struct wl_shell *shell)
 {
-	const char *shell_exe = LIBEXECDIR "/wayland-desktop-shell";
+	const char *shell_exe = LIBEXECDIR "/weston-desktop-shell";
 
 	shell->child.client = weston_client_launch(shell->compositor,
 						 &shell->child.process,