GNOME Bugzilla – Bug 331497
gnome-session-properties freezes when deleting startup programs
Last modified: 2006-03-11 17:22:41 UTC
Please describe the problem: In gnome-session 2.13.91, if I start gnome-session-properties and delete any program in the Startup Programs tab, the properties program freezes. It is unresponsive to any mouse or keyboard input and must be killed. After being killed, running it again shows the program I deleted is in fact gone. Running with strace, when I delete a program there is an infinite loop: unlink("/home/jdaluz/.config/autostart/banshee.desktop") = -1 ENOENT (No such file or directory) This file existed before I deleted the program from the session. It no longer exists after. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information: Gentoo 2005.1/AMD64/Gnome 2.14 beta2
Created attachment 59552 [details] strace gnome-session-properties I'm attaching an strace of a session where I added banshee to the startup programs and then deleted it. I've deleted most of the identical lines to save space.
I confirm this bug. Always reproducible on 2.13.91-0ubuntu1 (ubuntu dapper)
This problem no longer happens with 2.13.92.
Ubuntu bug about that: https://launchpad.net/products/gnome-session/+bug/31402
2.13.92 tarball fixes that issue, the option still doesn't work correctly with it but that's bug #333641 which is fixed too now