You are not logged in.

#1 2018-05-21 10:55:16

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

[SOLVED] Calling startfluxbox properly

Hi,

I've been trying to run fluxbox manually. It requires starting X first (Archwiki is not very clear on the proper way).

This sort of works:

$ startx

Then, from inside a sample window:

$ startfluxbox

The sample window then can't be closed for the duration of the desktop session. It's a lot better than nothing, yet still a bit awkward. Suggestions from Arch and Gentoo Wiki, like

xinit -- :1

or

X -retro

result in errors.

How am I supposed to do it really nice?

Last edited by Llama (2018-05-21 11:43:16)

Offline

#2 2018-05-21 11:07:51

topernic
Member
Registered: 2014-12-16
Posts: 8

Re: [SOLVED] Calling startfluxbox properly

Offline

#3 2018-05-21 11:32:40

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Calling startfluxbox properly

Thanks!

I've created .xinitrc:

$ cp /etc/X11/xinit/xinitrc ~/.xinitrc

and modified it:

...
#~ twm &
#~ xclock -geometry 50x50-1+1 &
#~ xterm -geometry 80x50+494+51 &
#~ xterm -geometry 80x20+494-0 &
#~ exec xterm -geometry 80x66+0+0 -name login

exec startfluxbox

So far so good (running startx). Is it quite correct or just a piece of good luck?

Last edited by Llama (2018-05-21 11:42:30)

Offline

#4 2018-05-21 11:39:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,388

Re: [SOLVED] Calling startfluxbox properly

That is correct yes. If you retained the if directives before that snippet.

Offline

#5 2018-05-21 11:41:52

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: [SOLVED] Calling startfluxbox properly

V1del wrote:

That is correct yes. If you retained the if directives before that snippet.

Yes, I did. Thanks!

Offline

Board footer

Powered by FluxBB