Re: no window managers run
Re: no window managers run
- Subject: Re: no window managers run
- From: Jeremy Huddleston <email@hidden>
- Date: Sat, 23 Jul 2011 11:52:02 -0700
Works fine here.
"test -r" tests for read permission, not execute permission.
I don't think "gnome" is an executable, so I removed it.
Do this:
mkdir ~/.xinitrc.d
cat > ~/.xinitrc.d/99-wm.sh <<EOF
icewm &
/sw/lib/gnome-settings-daemon/gnome-settings-daemon &
exec /sw/bin/gnome-session
EOF
chmod 755 ~/.xinitrc.d/99-wm.sh
On Jul 23, 2011, at 9:45 AM, Richard Miles wrote:
> It does not run the .xinitrc.d/99-wm.sh correctly. It does not let any
> window manager but xquartz-wm to run.
> For gnome I have in that shell:
> say "gnome"&
> icewm&
> /sw/lib/gnome-settings-daemon/gnome-settings-daemon&
> test -r /sw/bin/gnome-session&& exec /sw/bin/gnome-session
>
> If i choose the xterm from X11 I can run gnome-session& and it will
> start gnome up. It ignors icewm.
> The window manager is xquartz-wm though.
>
> --
> Richard Miles
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> X11-users mailing list (email@hidden)
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden