FS#44283 - [svg-user-dirs] renaming xdg-user-dirs script for xinitrc

Attached to Project: Arch Linux
Opened by Baeyens (berbae) - Saturday, 21 March 2015, 10:20 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 21 March 2015, 22:21 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Since https://bugs.archlinux.org/task/41092 fix, '/etc/X11/xinit/xinitrc' is used by default.
This script uses these lines:

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi

It runs only scripts with .sh at the end;
so the '/etc/X11/xinit/xinitrc.d/xdg-user-dirs' should be renamed:

/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 21 March 2015, 22:21 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#41471 

Loading...