Re: auto start problem with ibus
"J. Bakshi" <[email protected]>
| Newsgroups | gmane.comp.window-managers.icewm.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 22 Apr 2010 20:51:09 -0400 Miguel <[email protected]> wrote: > ---------- Forwarded message ---------- > From: Miguel <[email protected]> > Date: 2010/4/22 > Subject: Re: auto start problem with ibus > To: "J. Bakshi" <[email protected]> > > > 2010/4/21 J. Bakshi <[email protected]> > > Hello lists, > > > > Have any one tried ibus to start automatically > > with .icewm/startup ? I have put > > > > ```````````````` > > ibus-daemon -xrd > > ``````````````````` > > > > at .icewm/startup but still icewm can't auto-start ibus. And *ps -e > > |grep ibus* returns null. Though the same command from an xterm > > within icewm successfully starts ibus (appear at system tray). and > > *ps -e |grep ibus* confirms the same. > > > > So what may be the problem with .icewm/startup here ? I have also > > introduces some delay as > > > > `````````` > > sleep 3 > > ibus-daemon -xrd > > sleep 5 > > ``````````` > > > > but no success. any idea from anyone please ? > > > > Thanks > > > > your file .icewm/startup has execution permission? > > > PS: Sorry, I forget send the e-mail to the list . Hello, I have solved it :-) Actually the line before "ibus-daemon -rdx" at .icewm/startup was absvolume. So I have changed it to ```````` absvolume& ```````` Now all are ok, Thanks ------------------------------------------------------------------------------