Re: Encountered a problem with GNOME gdm

2008-01-22 Thread Eric L. Chen
Hi, I think use /usr/bin/env bash is better than /usr/local/bin/bash in portability. /Eric On Sat, 2008-01-19 at 02:23 +0530, आशीष शुक्ल Ashish Shukla wrote: Hi, I encountered a problem with gdm. The file /usr/local/etc/gdm/Xsession needs /usr/local/bin/bash for its execution, whereas

Re: Encountered a problem with GNOME gdm

2008-01-22 Thread Gerard
On Tue, 22 Jan 2008 16:18:31 +0800 Eric L. Chen [EMAIL PROTECTED] wrote: I think use /usr/bin/env bash is better than /usr/local/bin/bash in portability. I concur. I have written several scripts that are used on various operating systems and found using the '/usr/bin/env' notation in the

Re: Encountered a problem with GNOME gdm

2008-01-22 Thread Ashish Shukla आशीष शुक्ल
Eric L Chen writes: Eric Hi, Eric I think use /usr/bin/env bash is better than /usr/local/bin/bash in Eric portability. True, but is this reported as P.R., hmm...? Thanks -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·-

Encountered a problem with GNOME gdm

2008-01-18 Thread आशीष श ुक्ल A shish Shukla
Hi, I encountered a problem with gdm. The file /usr/local/etc/gdm/Xsession needs /usr/local/bin/bash for its execution, whereas /bin/sh is specified. Following is the patch which will fix this problem. Is this already reported as PR, hmm...? 8-8- --- /usr/local/etc/gdm/Xsession~