Index: /trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
===================================================================
--- /trunk/src/VBox/Additions/x11/VBoxClient/main.cpp	(revision 54184)
+++ /trunk/src/VBox/Additions/x11/VBoxClient/main.cpp	(revision 54185)
@@ -69,6 +69,5 @@
     if (pszMessage && cRespawn == 0)
     {
-        pszCommand = RTStrAPrintf2("notify-send -t 5 \"VBoxClient: %s\"",
-                                   pszMessage);
+        pszCommand = RTStrAPrintf2("notify-send \"VBoxClient: %s\"", pszMessage);
         if (pszCommand)
             system(pszCommand);
