Bug 240385

Summary: add /etc/xdg directories
Product: [Fedora] Fedora Reporter: Arjan van de Ven <arjan>
Component: gaminAssignee: Alexander Larsson <alexl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: bnocera, davej, rstrode
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-14 15:14:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 204948, 235704    
Attachments:
Description Flags
a patch none

Description Arjan van de Ven 2007-05-16 22:04:37 UTC
Description of problem:

strace -p `pidof gam_server`
shows that gnome is looking for a bunch of directories in /etc/xdg and in ~, for
menus. These aren't there by dfault, so gamin has to poll to see if they get
created.... redhat-menus should just create them...

Comment 1 Matthias Clasen 2007-05-17 17:33:02 UTC
Too late for f7 at this point. 

It is also probably better to fix gnome-menus to watch the parent directories
instead to spot when the directories are created - a bunch of these non-existing
directories are in ~ anyway, where we can't have packages creating random
directories.

Comment 2 Matthias Clasen 2007-07-25 02:46:49 UTC
*** Bug 248054 has been marked as a duplicate of this bug. ***

Comment 3 Matthias Clasen 2007-07-25 16:42:55 UTC
Created attachment 159958 [details]
a patch

Comment 4 Matthias Clasen 2007-07-25 16:43:42 UTC
Here is a patch that might do the trick for gnome-menus; it is probably better
to do this in gamin itself.

Comment 5 Ray Strode [halfline] 2007-09-14 15:14:40 UTC
I built a gamin package that watches the directory parents until the directory
is not available.