Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132782 - xinitrc does not process xinitrc.d
Summary: xinitrc does not process xinitrc.d
Status: RESOLVED DUPLICATE of bug 77504
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 05:31 UTC by Duhovej_Vil
Modified: 2006-06-21 00:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duhovej_Vil 2006-05-09 05:31:04 UTC
xinitrc does not process xinitrc.d directory and files included.
Comment 1 Duhovej_Vil 2006-05-09 05:39:57 UTC
I have added following lines before processing ~/.xinitrc:

xinitrcdir=$xinitdir/xinit/xinitrc.d
files=`find $xinitrcdir -type f -executable -print`
for f in $files; do source $f; done

This fixed the problem. I'm not using gnome nor KDE, I start X server with startx from command line and using fluxbox.

Found this when epiphany 2.14.1 (installed standalone without full gnome enviroment) can not be started because it can not find dbus system message bus. Commands needed to set the enviroment for epiphany where included in /etx/X11/xinit/xinirc.d/, but the conent of the directory was not processed.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-06-20 22:39:01 UTC

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