From: Ranousse <ran...@gm...> - 2012-02-24 23:49:33
|
On Fri, Feb 24, 2012 at 09:44, Juri Hamburg wrote: > Curious, byt I can't confirm an additional sh process while starting > an application over F3 without ion-runxterm (:). > > I also can't confirm any additional sh process if I fire up my terminal over F2: > > │ ├─ /usr/local/bin/notion > │ │ ├─ urxvt > │ │ │ └─ zsh > > > However if starting mutt with F3 :mutt (ion-runxterm) I get an sh process. > > ├─ urxvt -T mutt -e /usr/local/share/notion/ion-runinxterm -phase2 mutt > │ │ │ └─ /bin/sh /usr/local/share/notion/ion-runinxterm -phase2 mutt > │ │ │ └─ mutt Does readlink /bin/sh says dash ? If yes, does sh -c xpdf produces 2 processes (sh and xpdf) or just one (xpdf) ? |