Hi Nick, I just found why, from time to time, my panel was restarting itself (as if it crashed, but without errors) at startup: I would start xfce, the panel starts, then restarts three or four time. Now, I had the time to investigate a bit, and found: corsac@hidalgo: grep xfce4-panel .cache/sessions/xfce4-session-hidalgo:0 Client0_CloneCommand=xfce4-panel,-r Client0_Program=xfce4-panel Client0_RestartCommand=xfce4-panel,-r,--sm-client-id,25f4e415e-d804-401c-8527-b7a77297f239 Client1_CloneCommand=xfce4-panel,-r Client1_Program=xfce4-panel Client1_RestartCommand=xfce4-panel,-r,--sm-client-id,20401d235-203a-4fce-a773-5fc7a0e92720 Legacy1_Command=xfce4-panel I guess the fact that it's present twice is not good, not having it with the -r argument make things worse. I use xfce4-panel -r from time to time (for example to refresh an upgraded panel plugin), but I guess the -r shouldn't be saved in the session, as it doesn't make much sense. Cheers and thanks, -- Yves-Alexis
O good catch.
Whoop, wrong item.
Created attachment 2420 Don't append -r in the program command
Patch applied in rev 30102 (trunk) and 30103 (xfce_4_6).