You are not logged in.
Pages: 1
Toz:
Follow up on the previous 'session not saved' issue. It seems that the above command is not being executed at all. When I run it from a terminal it works perfectly, I can tick the 'prompt on logout' box and nothing changes, it still quits immediately with the session not saved. I can even move the above command to another directory and nothing changes, so it's simply not being called. 'Session Menu' no matter what I click, is ignoring 'xfce4-session-logout'. The command you suggested continues to work fine :-)
Offline
Is there anything in ~/.xsession-errors when you try to run it from the menu?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
5 /root 1 % cat .xsession-errors
Xsession: X session started for root at Sun 02 Jun 2024 01:39:23 PM PDT
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/root/.Xauthority
localuser:root being added to access control list
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: 13:39:23.908: SSH authentication agent is already running
gpg-agent: a gpg-agent is already running - not starting a new one
(xfwm4:5960): xfwm4-WARNING **: 13:39:24.240: Pixmap definition contains invalid number attributes (expecting at least 4, got 0)
(xfwm4:5960): xfwm4-WARNING **: 13:39:25.641: Pixmap definition contains invalid number attributes (expecting at least 4, got 0)
Xfce power manager is not running
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
(xfce4-power-manager:5991): xfce4-power-manager-WARNING **: 13:39:27.332: could not map keysym 1008ffa8 to keycode
(xfce4-power-manager:5991): xfce4-power-manager-WARNING **: 13:39:27.464: Failed to get keyboard max brightness level : GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight”
Xfce Power Manager: Another power manager is already running
Another notification daemon is running, exiting
Process already running (98:Address already in use). Exiting.
[Parent 5987, Main Thread] WARNING: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed: 'glib warning', file ./toolkit/xre/nsSigHandlers.cpp:167
(Firefox-esr:5987): GLib-GObject-CRITICAL **: 13:53:49.819: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed
[Parent 5987, Main Thread] WARNING: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed: 'glib warning', file ./toolkit/xre/nsSigHandlers.cpp:167
(Firefox-esr:5987): GLib-GObject-CRITICAL **: 13:53:49.819: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed
[Parent 5987, Main Thread] WARNING: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed: 'glib warning', file ./toolkit/xre/nsSigHandlers.cpp:167
(Firefox-esr:5987): GLib-GObject-CRITICAL **: 13:53:49.820: g_type_add_interface_static: assertion 'g_type_parent (interface_type) == G_TYPE_INTERFACE' failed
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
[GFX1-]: GFX: RenderThread detected a device reset in PostUpdate
[GFX1-]: Failed to make render context current during destroying.
Offline
When you click on logout or shutdown from the applicationsmenu or the sessionmenu, it doesn't call that command - it uses dbus. See https://forum.xfce.org/viewtopic.php?pid=52773#p52773 for an example of a dbus-send command to bring up the logout dialog.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Ah ... so barking up the wrong tree. Ok thanks, that's a dead end then. I'll delete the question pending any last reply from you. Man, this is so byzantine. Not the Linux philosophy as I recall it -- everything transparent and hands-on. The command you gave me does the job, so it's nothing more now than curiosity, I would like to know what the issue is, and what to do about it. One might think there would be a way of running a script just before xfce -- or maybe just after -- quits. I even experimented with this in '/etc/xdg/xfce4/xinitrc:'
touch /aMisc/"$(date +%F--%T)-starting"
exec xfce4-session
touch /aMisc/"$(date +%F--%T)-stopping"
... just to capture the entry and exit from xfce. The leader works, the trailer doesn't Very rude not exiting from the same script that called you. Execution just seems to disappear. Anyway, not to whine ... that's the way it is.
Offline
In the startup applications screen (Settings Manager > Session and Startup > Startup Applications, you can specify different triggers, including logout or shutdown. Try creating one of these triggers to see if it works.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
... > Application Autostart ... I see that I can change 'on login' to other options. Everything there is 'on login'. I also see that I can '+ Add' ... but add what? None of the existing items there lends itself to the idea that it would be of any use on shutdown.
Offline
Sorry, I thought you were trying to run something on logout. That is the option presented by Xfce.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Sorry ToZ I'm confused. I do want to run that 'session save' command you gave me but I don't know how or what I'd add or change in 'Application Autostart' that would get it done.
Got that figured out. Command:
dbus-send --session --dest=org.xfce.SessionManager --print-reply /org/xfce/SessionManager org.xfce.Session.Manager.Checkpoint string:""
... but no luck
Last edited by rayandrews (2024-06-03 17:41:22)
Offline
In the Application Autostart dialog, add a new entry. Give it a name and in the command box put the dbus-send command from above. From the Trigger dropdown, select Logout. You may need to make additional entries for Shutdown and Restart triggers as well.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
That's exactly what I did. Tried it with shutdown and restart. No luck. Damn! That should be kosher, why wouldn't it work? Could there be something in that verbose log setup? I have that disabled, should I fire it up again? This is turning into a grudge match. Appropriate file is there in root/.config/autostart:
0 /root/.config/autostart 1 % cat XFCE\ SAVE\ SESSION.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=XFCE SAVE SESSION
Comment=save session
Exec=dbus-send --session --dest=org.xfce.SessionManager --print-reply /org/xfce/SessionManager org.xfce.Session.Manager.Checkpoint string:""
OnlyShowIn=XFCE;
RunHook=3
StartupNotify=false
Terminal=false
Hidden=false
ToZ: added code tags
Last edited by ToZ (2024-06-04 01:53:20)
Offline
1 /root 1 % cat .xsession-errors
Xsession: X session started for root at Mon 03 Jun 2024 06:31:00 PM PDT
dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus
dbus-update-activation-environment: setting DISPLAY=:0
dbus-update-activation-environment: setting XAUTHORITY=/root/.Xauthority
localuser:root being added to access control list
dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/
dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
/usr/bin/x-session-manager: X server already running on display :0
/usr/bin/iceauth: creating new authority file /run/user/0/ICEauthority
xfce4-session-Message: 18:31:01.515: SSH authentication agent is already running
gpg-agent: a gpg-agent is already running - not starting a new one
(xfwm4:833): xfwm4-WARNING **: 18:31:02.036: Pixmap definition contains invalid number attributes (expecting at least 4, got 0)
(xfwm4:833): xfwm4-WARNING **: 18:31:02.718: Pixmap definition contains invalid number attributes (expecting at least 4, got 0)
Xfce power manager is not running
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
Xfce Power Manager: Another power manager is already running
(xfce4-power-manager:880): xfce4-power-manager-WARNING **: 18:31:05.309: could not map keysym 1008ffa8 to keycode
Another notification daemon is running, exiting
(xfce4-power-manager:880): xfce4-power-manager-WARNING **: 18:31:05.338: Failed to get keyboard max brightness level : GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Object does not exist at path “/org/freedesktop/UPower/KbdBacklight”
ToZ: added code tags
Last edited by ToZ (2024-06-04 01:53:42)
Offline
1 /root 1 % cat .xfce4-session.verbose-log
log file opened
TRACE[xfsm-manager.c:513] xfsm_manager_load_session(): loading Session: Default
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 20ab1bc5b-14ba-4a87-b7ae-16992ce8c30b
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, thunderbird)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 28beab92e-c083-4e68-bae3-ed76fb5e0280
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, firefox)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 27f1e4ba8-c990-416b-9e9e-2114b748deeb
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /usr/share/applications/xfce4-terminal.desktop)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-terminal)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 2c3fdd7c2-602f-494a-bdad-478fe16c3571
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /etc/xdg/autostart/xfce4-power-manager.desktop)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-power-manager)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 2d9f8fdc2-5dd2-4c87-9ebc-4293b77e6ec9
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfdesktop)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 35)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 256dc1665-4528-447a-82b9-2e6877ccfc9a
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (DiscardCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, Thunar)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 30)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 2be8a29b7-7c2c-4a9f-aff5-fa7b70a1cf2f
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-panel)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 25)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 2a46af98e-09ce-4c75-806d-cabc61ec6e9e
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /etc/xdg/autostart/xfsettingsd.desktop)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfsettingsd)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 20)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:280] xfsm_properties_load(): Loading properties for client 2af15ebd5-ca3f-4d81-8064-9e7951dbd55f
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (DiscardCommand)
TRACE[xfsm-properties.c:289] xfsm_properties_load(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfwm4)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 15)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-manager.c:544] xfsm_manager_load_session(): Finished loading clients from rc file
TRACE[xfsm-manager.c:774] xfsm_manager_load_settings(): Session "Default" loaded successfully.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 15
(9)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfwm4 --display :0.0 --sm-client-id 2af15ebd5-ca3f-4d81-8064-9e7951dbd55f" with PID 833
TRACE[main.c:198] name_acquired(): name_acquired
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 16, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 16, received REGISTER CLIENT [Previous Id = 2af15ebd5-ca3f-4d81-8064-9e7951dbd55f]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2af15ebd5_ca3f_4d81_8064_9e7951dbd55f
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2af15ebd5_ca3f_4d81_8064_9e7951dbd55f
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 20
(8)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfsettingsd --display :0.0 --sm-client-id 2a46af98e-09ce-4c75-806d-cabc61ec6e9e" with PID 847
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2af15ebd5-ca3f-4d81-8064-9e7951dbd55f, received SET PROPERTIES [Num props = 6]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfwm4
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 2
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 833
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 15
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfwm4)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 833)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 15)
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2af15ebd5-ca3f-4d81-8064-9e7951dbd55f, received SET PROPERTIES [Num props = 1]
TRACE[sm-layer.c:351] sm_set_properties(): Name: DiscardCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): rm,
TRACE[sm-layer.c:367] sm_set_properties(): -rf,
TRACE[sm-layer.c:367] sm_set_properties(): /root/.cache/sessions/xfwm4-2af15ebd5-ca3f-4d81-8064-9e7951dbd55f.state
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (DiscardCommand)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 18, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 18, received REGISTER CLIENT [Previous Id = 2a46af98e-09ce-4c75-806d-cabc61ec6e9e]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2a46af98e_09ce_4c75_806d_cabc61ec6e9e
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2a46af98e_09ce_4c75_806d_cabc61ec6e9e
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 25
(7)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfce4-panel --display :0.0 --sm-client-id 2be8a29b7-7c2c-4a9f-aff5-fa7b70a1cf2f" with PID 855
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2a46af98e-09ce-4c75-806d-cabc61ec6e9e, received SET PROPERTIES [Num props = 7]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfsettingsd
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 2
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 847
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 20
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_DesktopFile
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /etc/xdg/autostart/xfsettingsd.desktop
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfsettingsd)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 847)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 20)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /etc/xdg/autostart/xfsettingsd.desktop)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 20, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 20, received REGISTER CLIENT [Previous Id = 2be8a29b7-7c2c-4a9f-aff5-fa7b70a1cf2f]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2be8a29b7_7c2c_4a9f_aff5_fa7b70a1cf2f
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2be8a29b7_7c2c_4a9f_aff5_fa7b70a1cf2f
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 30
(6)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "Thunar --sm-client-id 256dc1665-4528-447a-82b9-2e6877ccfc9a --daemon" with PID 859
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2be8a29b7-7c2c-4a9f-aff5-fa7b70a1cf2f, received SET PROPERTIES [Num props = 6]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfce4-panel
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 2
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 855
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 25
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-panel)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 855)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 25)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 22, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 22, received REGISTER CLIENT [Previous Id = 256dc1665-4528-447a-82b9-2e6877ccfc9a]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/256dc1665_4528_447a_82b9_2e6877ccfc9a
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/256dc1665_4528_447a_82b9_2e6877ccfc9a
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 35
(5)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfdesktop --display :0.0 --sm-client-id 2d9f8fdc2-5dd2-4c87-9ebc-4293b77e6ec9" with PID 864
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 256dc1665-4528-447a-82b9-2e6877ccfc9a, received SET PROPERTIES [Num props = 6]
TRACE[sm-layer.c:351] sm_set_properties(): Name: CloneCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): Thunar
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: DiscardCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): rm,
TRACE[sm-layer.c:367] sm_set_properties(): -f,
TRACE[sm-layer.c:367] sm_set_properties(): /root/.cache/sessions/Thunar-256dc1665-4528-447a-82b9-2e6877ccfc9a
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: Thunar
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): Thunar,
TRACE[sm-layer.c:367] sm_set_properties(): --sm-client-id,
TRACE[sm-layer.c:367] sm_set_properties(): 256dc1665-4528-447a-82b9-2e6877ccfc9a,
TRACE[sm-layer.c:367] sm_set_properties(): --daemon
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 30
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (DiscardCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, Thunar)
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 30)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 24, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 24, received REGISTER CLIENT [Previous Id = 2d9f8fdc2-5dd2-4c87-9ebc-4293b77e6ec9]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2d9f8fdc2_5dd2_4c87_9ebc_4293b77e6ec9
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2d9f8fdc2_5dd2_4c87_9ebc_4293b77e6ec9
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:641] xfsm_startup_session_next_prio_group(): Starting apps in prio group 50
(4)TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "/usr/bin/thunderbird --sm-client-id 20ab1bc5b-14ba-4a87-b7ae-16992ce8c30b" with PID 867
TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "/usr/lib/firefox-esr/firefox-esr --sm-client-id 28beab92e-c083-4e68-bae3-ed76fb5e0280" with PID 868
TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfce4-terminal --geometry=92x51 --display :0.0 --role=xfce4-terminal-1717243239-3821291066 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /usr/bin --window --geometry=92x51 --display :0.0 --role=xfce4-terminal-1717243236-4135317869 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /usr/bin --window --geometry=92x51 --display :0.0 --role=xfce4-terminal-1717246073-2883569946 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /usr/bin --window --geometry=92x51 --display :0.0 --role=xfce4-terminal-1717246079-3333242117 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /aWorking/Zsh/System --window --geometry=92x51 --display :0.0 --role=xfce4-terminal-1717246083-276292219 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /aWorking/Zsh/System --window --geometry=188x51 --display :0.0 --role=xfce4-terminal-1717269830-140257912 --show-menubar --show-borders --hide-toolbar --active-tab --working-directory /root --sm-client-id 27f1e4ba8-c990-416b-9e9e-2114b748deeb" with PID 873
TRACE[xfsm-startup.c:568] xfsm_startup_start_properties(): Launching command "xfce4-power-manager --restart --sm-client-id 2c3fdd7c2-602f-494a-bdad-478fe16c3571" with PID 880
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2d9f8fdc2-5dd2-4c87-9ebc-4293b77e6ec9, received SET PROPERTIES [Num props = 6]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfdesktop
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 2
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 864
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 35
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfdesktop)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 2)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 864)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 35)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 29, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 29, received REGISTER CLIENT [Previous Id = 2c3fdd7c2-602f-494a-bdad-478fe16c3571]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2c3fdd7c2_602f_494a_bdad_478fe16c3571
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2c3fdd7c2_602f_494a_bdad_478fe16c3571
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 2c3fdd7c2-602f-494a-bdad-478fe16c3571, received SET PROPERTIES [Num props = 7]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfce4-power-manager
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 0
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 880
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 50
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_DesktopFile
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /etc/xdg/autostart/xfce4-power-manager.desktop
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-power-manager)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 880)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /etc/xdg/autostart/xfce4-power-manager.desktop)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 30, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 30, received REGISTER CLIENT [Previous Id = 27f1e4ba8-c990-416b-9e9e-2114b748deeb]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/27f1e4ba8_c990_416b_9e9e_2114b748deeb
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/27f1e4ba8_c990_416b_9e9e_2114b748deeb
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 27f1e4ba8-c990-416b-9e9e-2114b748deeb, received SET PROPERTIES [Num props = 7]
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: xfce4-terminal
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartStyleHint
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 0
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: ProcessID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: 873
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CurrentDirectory
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_Priority
TRACE[sm-layer.c:352] sm_set_properties(): Type: CARD8
TRACE[sm-layer.c:360] sm_set_properties(): Value: 50
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: _GSM_DesktopFile
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: /usr/share/applications/xfce4-terminal.desktop
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, xfce4-terminal)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (RestartStyleHint, 0)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (ProcessID, 873)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (CurrentDirectory, /root)
TRACE[xfsm-properties.c:555] xfsm_properties_set_uchar(): -> Set uchar (_GSM_Priority, 50)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (_GSM_DesktopFile, /usr/share/applications/xfce4-terminal.desktop)
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 32, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 32, received REGISTER CLIENT [Previous Id = 28beab92e-c083-4e68-bae3-ed76fb5e0280]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/28beab92e_c083_4e68_bae3_ed76fb5e0280
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/28beab92e_c083_4e68_bae3_ed76fb5e0280
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[sm-layer.c:161] sm_new_client(): ICE connection fd = 31, received NEW CLIENT
TRACE[sm-layer.c:211] sm_register_client(): ICE connection fd = 31, received REGISTER CLIENT [Previous Id = 20ab1bc5b-14ba-4a87-b7ae-16992ce8c30b]
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/20ab1bc5b_14ba_4a87_b7ae_16992ce8c30b
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/20ab1bc5b_14ba_4a87_b7ae_16992ce8c30b
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-startup.c:618] xfsm_startup_session_continue(): Nothing started and nothing to start, moving to autostart items
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:335] xfsm_launch_desktop_files_on_run_hook(): only show in XFCE set, launching
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "xfsettingsd"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "nm-applet"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "xdg-user-dirs-update"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:335] xfsm_launch_desktop_files_on_run_hook(): only show in XFCE set, launching
TRACE[xfsm-global.c:386] xfsm_launch_desktop_files_on_run_hook(): TryExec set and xfsm_check_valid_exec failed, skipping
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "xfce4-power-manager"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "system-config-printer-applet"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:335] xfsm_launch_desktop_files_on_run_hook(): only show in XFCE set, launching
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "/usr/lib/x86_64-linux-gnu/xfce4/notifyd/xfce4-notifyd"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:367] xfsm_launch_desktop_files_on_run_hook(): start_at_spi (a11y support), skipping
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "smart-notifier"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "start-pulseaudio-x11"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:335] xfsm_launch_desktop_files_on_run_hook(): only show in XFCE set, launching
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "xiccd"
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "xdg-user-dirs-update"
TRACE[xfsm-manager.c:852] xfsm_manager_signal_startup_done(): Manager finished startup, entering IDLE mode now
TRACE[xfsm-manager.c:246] xfsm_manager_set_state():
state is now XFSM_MANAGER_IDLE
TRACE[xfsm-manager.c:295] xfsm_manager_restore_active_workspace(): Attempting to restore Screen0_ActiveWorkspace
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 20ab1bc5b-14ba-4a87-b7ae-16992ce8c30b, received SET PROPERTIES [Num props = 4]
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): /usr/bin/thunderbird,
TRACE[sm-layer.c:367] sm_set_properties(): --sm-client-id,
TRACE[sm-layer.c:367] sm_set_properties(): 20ab1bc5b-14ba-4a87-b7ae-16992ce8c30b
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CloneCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): /usr/bin/thunderbird
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: thunderbird
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, thunderbird)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[sm-layer.c:347] sm_set_properties(): Client Id = 28beab92e-c083-4e68-bae3-ed76fb5e0280, received SET PROPERTIES [Num props = 4]
TRACE[sm-layer.c:351] sm_set_properties(): Name: RestartCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): /usr/lib/firefox-esr/firefox-esr,
TRACE[sm-layer.c:367] sm_set_properties(): --sm-client-id,
TRACE[sm-layer.c:367] sm_set_properties(): 28beab92e-c083-4e68-bae3-ed76fb5e0280
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: CloneCommand
TRACE[sm-layer.c:352] sm_set_properties(): Type: LISTofARRAY8
TRACE[sm-layer.c:364] sm_set_properties(): Value:
TRACE[sm-layer.c:367] sm_set_properties(): /usr/lib/firefox-esr/firefox-esr
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: Program
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: firefox
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:351] sm_set_properties(): Name: UserID
TRACE[sm-layer.c:352] sm_set_properties(): Type: ARRAY8
TRACE[sm-layer.c:355] sm_set_properties(): Value: root
TRACE[sm-layer.c:371] sm_set_properties():
TRACE[sm-layer.c:373] sm_set_properties():
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (RestartCommand)
TRACE[xfsm-properties.c:629] xfsm_properties_set_from_smprop(): -> Set strv (CloneCommand)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (Program, firefox)
TRACE[xfsm-properties.c:489] xfsm_properties_set_string(): -> Set string (UserID, root)
TRACE[xfsm-manager.c:2367] xfsm_manager_dbus_can_shutdown(): entering
TRACE[xfsm-manager.c:2412] xfsm_manager_dbus_can_restart(): entering
TRACE[xfsm-manager.c:2459] xfsm_manager_dbus_can_suspend(): entering
TRACE[xfsm-manager.c:2507] xfsm_manager_dbus_can_hibernate(): entering
TRACE[xfsm-manager.c:2555] xfsm_manager_dbus_can_hybrid_sleep(): entering
ToZ: added code tags
Offline
... logs are different than I recall. No mention of 'failsafe' and all those TRACE lines weren't there before. Nuts, I should have saved one of those old logs for comparison.
Offline
If you've logged in and want to look at the previous login's output prior to logout, look at the ~/.xfce4-session.verbose-log.last file.
I just did a test. I created a logout trigger to create the ~/.touch file. The command is basically "touch /home/toz/.touch". On logout and re-login, the .touch file exists. in the .xfce4-session.verbose-log.last file, I see:
TRACE[xfsm-manager.c:2291] xfsm_manager_dbus_logout(): entering
TRACE[xfsm-manager.c:1218] xfsm_manager_save_yourself_global(): entering
TRACE[xfsm-global.c:315] xfsm_launch_desktop_files_on_run_hook(): hidden set
TRACE[xfsm-global.c:335] xfsm_launch_desktop_files_on_run_hook(): only show in XFCE set, launching
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "touch /home/toz/.touch"
TRACE[xfsm-manager.c:244] xfsm_manager_set_state():
state is now XFSM_MANAGER_SHUTDOWN
Can you check you .last file for something related to dbus-send?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
TRACE[xfsm-global.c:409] xfsm_launch_desktop_files_on_run_hook(): Autostart: running command "dbus-send --session --dest=org.xfce.SessionManager --print-reply /org/xfce/SessionManager org.xfce.Session.Manager.Checkpoint string:"""
... so there it is! But no joy on restart.
Confirm that command works fine from CLI. Seems to be an order of execution problem? Has to be executed before anything else perhaps? When I tried using a systemd 'unit' I got an error to the effect that there was no session to talk too -- things were already too shut down. I hate to admit defeat but maybe this one really isn't going to crack.
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
TRACE[xfsm-client.c:704] xfsm_client_dbus_init(): exporting path /org/xfce/SessionClients/2a46af98e_09ce_4c75_806d_cabc61ec6e9e
TRACE[xfsm-client.c:717] xfsm_client_dbus_init(): exported on /org/xfce/SessionClients/2a46af98e_09ce_4c75_806d_cabc61ec6e9e
TRACE[xfsm-manager.c:1035] xfsm_manager_register_client(): No dbus_client_id found.
... I see that 'no dbus_client_id found' about a dozen times. Doesn't look good.
Last edited by rayandrews (2024-06-04 02:17:10)
Offline
Probably a bug of some sort. Perhaps a bug report is the best way forward.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
What should I tell them? We've turned the world upside down looking. Can't send them the whole file. And so many false leads and dead ends.
Offline
It appears you are testing this as root, and not as user.
You may want to attempt the same as a regular user.
Offline
ToZ agrees that it should work as root.
Offline
So, after all that thrashing, this seems to be about as easy as it could be -- I just execute this script:
#!/bin/zsh
dbus-send --session --dest=org.xfce.SessionManager --print-reply /org/xfce/SessionManager org.xfce.Session.Manager.Checkpoint string:""
shutdown
Works. Still those little issues about window naming but that's always been an issue and it's trivial. Oh, and although firefox is restored if it was open, the geany editor never reopens -- but it never has and that's another question. But since I usually hibernate, it's not a problem, since resume from hibernation always brings everything back perfectly.
Thanks ToZ, If you're ever in Vancouver I owe you a beer.
Offline
Pages: 1
[ Generated in 0.013 seconds, 7 queries executed - Memory usage: 836.61 KiB (Peak: 905.45 KiB) ]