https://bugzilla.xfce.org/show_bug.cgi?id=11307
--- Comment #3 from Steve Dodier-Lazaro <[email protected]> --- Hi Thomas, Thanks, I've bumped the developers about the patch waiting for review on bug 7930. I've had a look at the Xfce4 session code and it seems to be doing things properly. The bug is probably in an underlying Xfce library that takes care of configuration files. To the developers: xfsm_manager_store_session contains the following code, so if the behaviour reported by Thomas can be confirmed/reproduced the bug is likely in xfce_rc_simple_open (or I've missed the relevant code path): rc = xfce_rc_simple_open (manager->session_file, FALSE); if (G_UNLIKELY (rc == NULL)) { fprintf (stderr, "xfce4-session: Unable to open session file %s for " "writing. Session data will not be stored. Please check " "your installation.\n", manager->session_file); return; } -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
