You are not logged in.

#1 2007-01-04 10:21:32

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Icewm startup executable not running

I'm using Arch linux 0.7.1 Noodle and I just installed Icewm 1.2.23 with pacman.

The window manager works well but the startup executable doesn't run at startup. I can start it manually by writing './startup' in a terminal. The executable does it's work : it starts 'rox -pinboard', 'aumix -L', 'gnome-settings-daemon'.

I tried to fix it by updating to icewm 1.2.30 but it still doesn't work. Thanx for helping  wink


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

#2 2007-01-04 13:45:13

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Icewm startup executable not running

http://www.icewm.org/manual/icewm-3.html#ss3.3 maybe?

If you're still running 0.7.1 it maybe time to pacman -Syu. We're at 0.8 already! big_smile


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2007-01-04 19:43:45

limpio
Member
Registered: 2005-12-31
Posts: 52

Re: Icewm startup executable not running

Have you put it in your .xinitrc? This is what i got in mine:

#!/bin/sh

numlockx &
icewm

It works fine every time.

Offline

#4 2007-01-05 00:32:57

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Re: Icewm startup executable not running

I modified .xinitrc but it doesn't work.


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

#5 2007-01-05 07:46:04

jemann.chen
Member
From: taiwan
Registered: 2003-06-06
Posts: 34

Re: Icewm startup executable not running

Try:
~/.icewm/startup

Example:
#!/bin/bash
numlockx
opera

Remember chmod u+x ~/.icewm/startup
It works for me.

Offline

#6 2007-01-05 08:48:51

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Re: Icewm startup executable not running

I tried but it doesn't work.

Is that so important to have numlock on when starting X?


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

#7 2007-01-05 18:18:00

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Icewm startup executable not running

Are you aware that .xinitrc is for use with the startx command? If you are, OK, but I thought I'd mention it anyway.

Offline

#8 2007-01-05 19:05:37

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Re: Icewm startup executable not running

Sure I am.


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

#9 2007-01-09 15:49:08

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Re: Icewm startup executable not running

I fixed it by writing in .xinitrc to start the icewm executable before icewm.

.xinitrc looks like this now :

#!/bin/sh

#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#

# exec wmaker
# exec startkde
numlockx on &
/home/weeniewhite/.icewm/startup &
icewm
# exec blackbox
# exec fluxbox


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

#10 2007-01-17 13:20:52

weeniewhite
Member
From: Saint-Nicolas, Quebec
Registered: 2007-01-04
Posts: 37

Re: Icewm startup executable not running

Okay, I've found the right way to start icewm.

I had to write : "icewm-session" in .xinitrc. This way, I don't need to write "/home/weeniewhite/.icewm/startup".


[weeniewhite@myhost ~]$ sudo make bagel
make: *** No rule to make target `bagel'.  Stop.

Offline

Board footer

Powered by FluxBB