diff --git a/data_from_portwine/scripts/start.sh b/data_from_portwine/scripts/start.sh
index ba47b6c8..fc463a36 100755
--- a/data_from_portwine/scripts/start.sh
+++ b/data_from_portwine/scripts/start.sh
@@ -655,13 +655,18 @@ if [[ -f "$portwine_exe" ]] ; then
fi
create_name_desktop
+
+ if [[ -n $PW_PPDB_URL ]]
+ then PW_COMMENT_URL="\(PPDB\)"
+ fi
+
if [[ -n $PW_COMMENT_DB ]] ; then
- PW_COMMENT_DB="$PW_COMMENT_DB$(seconds_to_time "$TIME_CURRENT")"
+ PW_COMMENT_DB="$PW_COMMENT_DB $PW_COMMENT_URL$(seconds_to_time "$TIME_CURRENT")"
else
if [[ $PW_USE_SETUP_FILE == "1" ]] ; then
PW_COMMENT_DB="${translations[Launching]} $(print_wrapped "$PW_NAME_DESKTOP_PROXY" "50")"
else
- PW_COMMENT_DB="${translations[Launching]} $(print_wrapped "$PW_NAME_DESKTOP_PROXY" "50")$(seconds_to_time "$TIME_CURRENT")"
+ PW_COMMENT_DB="${translations[Launching]} $(print_wrapped "$PW_NAME_DESKTOP_PROXY" "50") $PW_COMMENT_URL $(seconds_to_time "$TIME_CURRENT")"
fi
fi