Re: No title bar
Ron DuPlain <[email protected]>
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Feb 3, 2009 at 9:33 AM, Massimo Canonico <[email protected]> wrote: > > > Ron DuPlain wrote: >> >> That startfluxbox line looks odd: >> /usr/bin/ssh-agent /bin/sh -c exec -l /bin/bash -c "startfluxbox" >> >> Could you post your ~/.startup and the gdm xsession files? >> > > I do not have ~/.startup but I have ~/.fluxbox/startup. > Thanks for understanding what I meant and not what I typed. :-) I see an error. In ~/.fluxbox/startup Make sure all foreground startup apps are sent to the background with an ampersand '&'. Here, conky seems to be the culprit. You have: /usr/bin/conky /usr/bin/gnome-power-manager You want: /usr/bin/conky & /usr/bin/gnome-power-manager & Your xsession is stuck waiting for conky to exit. You can verify this by killing conky. With the ampersand in place, the shell will put conky to the background and continue running your startup script. I'm not sure if gnome-power-manager runs in the foreground, but it doesn't hurt to tell it to run in the background, too. Edit your startup file and re-run fluxbox from gdm. Let me know how it goes. Ron ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com