SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-04-25 12:48:06

Alecatta
Member
From: Milan, Italy
Registered: 2009-01-15
Posts: 26

Help! Openbox do not start correctly!

The facts:

- Eee PC 1002HA with Adam kernel + #! 8.10.02
- installing programs in synaptic, I installed wmclock and his dependencies wmaker, that I realized only after roll , is an alternative or someting similar to openbox
- after understanding that the clock applet is not my wish, I removed it and wmaker also.

The problem:
- after that, each time I boot #!, the system start with windows undecorated (no top button to close/min/max, no borders) and also OB menu, key shortcuts, tint2 do not start. A mess! sad Instead wbar, trayer, conky start regulary.
- If I open a terminal and run "openbox", everything come back working regularly , but only if this process in terminal is open.
- I tried to re-start my Xsession (ctrl+alt+bcksp) and re-login choosing Openbox, and all other option we have in login window, but without restoring the original situation.

Solutions:
Help please, I do not want to reinstall!
Shouldn't be a script or config file that will call the right option for starting the original session? roll

Many thanks!


Ale - Italy
#! 9.04.1 running on a Eee PC 1002HA & on a PBell EN R720

Offline

Help fund CrunchBang, donate to the project!

#2 2009-04-25 12:53:12

kBang
#! Die Hard
From: Calera, AL, USA
Registered: 2009-01-06
Posts: 774

Re: Help! Openbox do not start correctly!

Alecatta wrote:

The facts:

- Eee PC 1002HA with Adam kernel + #! 8.10.02
- installing programs in synaptic, I installed wmclock and his dependencies wmaker, that I realized only after roll , is an alternative or someting similar to openbox
- after understanding that the clock applet is not my wish, I removed it and wmaker also.

The problem:
- after that, each time I boot #!, the system start with windows undecorated (no top button to close/min/max, no borders) and also OB menu, key shortcuts, tint2 do not start. A mess! sad Instead wbar, trayer, conky start regulary.
- If I open a terminal and run "openbox", everything come back working regularly , but only if this process in terminal is open.
- I tried to re-start my Xsession (ctrl+alt+bcksp) and re-login choosing Openbox, and all other option we have in login window, but without restoring the original situation.

Solutions:
Help please, I do not want to reinstall!
Shouldn't be a script or config file that will call the right option for starting the original session? roll

Many thanks!

Try this, from terminal type:

openbox --replace


I view KDE like I view snow. It looks fun and marvelous, it's fun to play in, but after a while I just want someone to take it all away.

Offline

#3 2009-04-25 13:17:40

Alecatta
Member
From: Milan, Italy
Registered: 2009-01-15
Posts: 26

Re: Help! Openbox do not start correctly!

kBang wrote:

Try this, from terminal type:

openbox --replace

Tried also yesterday. it works like "openbox", OK until the terminal is open, if I close it come back the monster! lol
Tnx anyway


Ale - Italy
#! 9.04.1 running on a Eee PC 1002HA & on a PBell EN R720

Offline

#4 2009-04-25 13:21:31

kBang
#! Die Hard
From: Calera, AL, USA
Registered: 2009-01-06
Posts: 774

Re: Help! Openbox do not start correctly!

At the bottom left of the login screen make sure you select Sessions and then select Openbox.  Now log in.


I view KDE like I view snow. It looks fun and marvelous, it's fun to play in, but after a while I just want someone to take it all away.

Offline

#5 2009-04-25 13:28:10

Alecatta
Member
From: Milan, Italy
Registered: 2009-01-15
Posts: 26

Re: Help! Openbox do not start correctly!

kBang wrote:

At the bottom left of the login screen make sure you select Sessions and then select Openbox.  Now log in.


Not working. it should be something else...
Tnx


Ale - Italy
#! 9.04.1 running on a Eee PC 1002HA & on a PBell EN R720

Offline

#6 2009-04-25 13:41:08

Mehall
#! Die Hard
From: Scotland, Cold
Registered: 2009-01-17
Posts: 850
Website

Re: Help! Openbox do not start correctly!

in a terminal, type:

nano ~/.config/openbox/autostart.sh

move down to the end of the file and type in:

openbox --replace &

Then hit Ctrl+W to save (it will ask for confirmation), then Ctrl+Q to quit


Ex-KDE user.
Collects old PC's (Coz he can't afford new ones =P)
Crunchbang @ Distrowatch
My Blog (updated infrequently, and on the #! Planet too.)

Offline

#7 2009-04-25 13:52:13

Alecatta
Member
From: Milan, Italy
Registered: 2009-01-15
Posts: 26

Re: Help! Openbox do not start correctly!

Mehall wrote:

in a terminal, type:

nano ~/.config/openbox/autostart.sh

move down to the end of the file and type in:

openbox --replace &

Then hit Ctrl+W to save (it will ask for confirmation), then Ctrl+Q to quit

Done and restarted session.
No effect. sigh!


Ale - Italy
#! 9.04.1 running on a Eee PC 1002HA & on a PBell EN R720

Offline

#8 2009-04-25 14:01:15

Mehall
#! Die Hard
From: Scotland, Cold
Registered: 2009-01-17
Posts: 850
Website

Re: Help! Openbox do not start correctly!

K, remove (or comment out) that line again.
I can't remember the other place you can call things for per session hmm

But it's obviously not calling openbox at all hmm


Ex-KDE user.
Collects old PC's (Coz he can't afford new ones =P)
Crunchbang @ Distrowatch
My Blog (updated infrequently, and on the #! Planet too.)

Offline

#9 2009-04-25 16:12:03

rpcutts
Member
Registered: 2009-04-24
Posts: 16

Re: Help! Openbox do not start correctly!

This happened to me because I had accidentally missed off the '&' from the end of a line in autostart.sh

Offline

#10 2009-04-25 17:34:24

kBang
#! Die Hard
From: Calera, AL, USA
Registered: 2009-01-06
Posts: 774

Re: Help! Openbox do not start correctly!

rpcutts wrote:

This happened to me because I had accidentally missed off the '&' from the end of a line in autostart.sh

Good call, probably same issue.

Log in with terminal log in, use nano to check the file ~/.config/openbox/autostart.sh, ensure "&" ends each command line.


I view KDE like I view snow. It looks fun and marvelous, it's fun to play in, but after a while I just want someone to take it all away.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo