Bug 7337 - не работает autostart.d
Summary: не работает autostart.d
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: WindowMaker (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: vkni
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 15:50 MSD by Konstantin Pavlov
Modified: 2005-09-09 12:45 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Pavlov 2005-07-09 15:50:03 MSD
Не запускаются приложения, указанные в autostart.d как в ~, так и в общем каталоге.

Проблема кроется в файле /usr/X11R6/share/WindowMaker/autostart, там лишние
пробелы в строке #5:
FILES = `find "$USERDIR" "$SYSDIR" -type f -printf '%f\n' |sort -u`

Должно быть, по идее:
FILES=`find "$USERDIR" "$SYSDIR" -type f -printf '%f\n' |sort -u`

После исправления все работает. ;)
Comment 1 Alexey Voinov 2005-09-03 20:51:29 MSD
fixed in 0.92.0-alt1