diff --git a/src/main.c b/src/main.c index 1f207482..07183607 100644 --- a/src/main.c +++ b/src/main.c @@ -217,12 +217,18 @@ main (gint argc, gchar **argv) /* prepare core properties */ properties = wp_properties_new ( - PW_KEY_APP_NAME, "WirePlumber", PW_KEY_APP_VERSION, WIREPLUMBER_VERSION, "wireplumber.daemon", "true", "wireplumber.profile", profile, NULL); + if (g_str_equal (profile, "main")) { + wp_properties_set (properties, PW_KEY_APP_NAME, "WirePlumber"); + } else { + g_autofree gchar *app_name = g_strdup_printf ("WirePlumber (%s)", profile); + wp_properties_set (properties, PW_KEY_APP_NAME, app_name); + } + /* prefer manager socket */ if (pw_check_library_version(0, 3, 84)) wp_properties_set (properties, PW_KEY_REMOTE_NAME,