Bug 179480 - gnome-session-properties hangs when I click delete
Summary: gnome-session-properties hangs when I click delete
Keywords:
Status: CLOSED DUPLICATE of bug 179479
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-session
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-31 18:37 UTC by Dave Jones
Modified: 2015-01-04 22:24 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-02-04 05:26:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dave Jones 2006-01-31 18:37:12 UTC
summary says it all.
I had krb5-auth-dialog in my startup, when I clicked delete, the session manager
hung

stracing it did this..

unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)
unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 EACCES (Permission
denied)

over and over.
the file is owned by root, and the session is run by the user. Doh.

Comment 1 Dave Jones 2006-01-31 18:38:16 UTC
after a yum remove krb5-auth-dialog in another window, it got stuck doing this
instead..

unlink("/etc/xdg/autostart/krb5-auth-dialog.desktop") = -1 ENOENT (No such file
or directory)

the only way to make it stop was to kill(1) the app.

Comment 2 Matthias Clasen 2006-02-04 05:26:16 UTC

*** This bug has been marked as a duplicate of 179479 ***


Note You need to log in before you can comment on or make changes to this bug.