I found the problem: - when saving the state, a temporary file is created: logfile ".tmp" (saved_state.tmp) - this file is created with mode 0700 - if the file is succesful created, the file got moved to logfile (saved_state)
The attached patch sets the mode to 0600 (read + write) instead of 0700. ** Patch added: "saved_state-permissions.patch" https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/777565/+attachment/2144023/+files/saved_state-permissions.patch ** Changed in: gconf (Ubuntu) Status: New => Confirmed ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gconf in Ubuntu. https://bugs.launchpad.net/bugs/777565 Title: gconfd saved_state file has executable tag set -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
