Re: common-process-args does not allow arguments in STARTUP variable

2008-09-08 Thread Mumia W..
On 09/08/2008 01:40 AM, Marco Clocchiatti wrote: in /etc/X11/Xsession.d/20x11-common_process-args at line 36: STARTUP_FULL_PATH=$(/usr/bin/which "$1" || true) please change $1 with $0, because startup function does not allows arguments. for example, a konq.desktop such the follow

common-process-args does not allow arguments in STARTUP variable

2008-09-07 Thread Marco Clocchiatti
in /etc/X11/Xsession.d/20x11-common_process-args at line 36: STARTUP_FULL_PATH=$(/usr/bin/which "$1" || true) please change $1 with $0, because startup function does not allows arguments. for example, a konq.desktop such the following fails: [EMAIL PROTECTED]:/etc/X11/Xsession.d$