mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kdm: run all system xinitrc shell scripts
most, if not all, distributions carry a patch to do this.
This commit is contained in:
parent
0183345984
commit
f2ace99e6b
1 changed files with 9 additions and 0 deletions
|
@ -751,6 +751,15 @@ static const char def_session2[] =
|
|||
"[ -f /etc/xprofile ] && . /etc/xprofile\n"
|
||||
"[ -f $HOME/.xprofile ] && . $HOME/.xprofile\n"
|
||||
"\n"
|
||||
"# run all system xinitrc shell scripts.\n"
|
||||
"if [ -d /etc/X11/xinit/xinitrc.d ]; then\n"
|
||||
" for i in /etc/X11/xinit/xinitrc.d/* ; do\n"
|
||||
" if [ -x \"$i\" ]; then\n"
|
||||
" . \"$i\"\n"
|
||||
" fi\n"
|
||||
" done\n"
|
||||
"fi\n"
|
||||
"\n"
|
||||
"if [ -d /etc/X11/Xresources ]; then\n"
|
||||
" for i in /etc/X11/Xresources/*; do\n"
|
||||
" [ -f $i ] && xrdb -merge $i\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue