stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] bug: launching stumpwm automatically under GNOME loses keys


From: Rupert Swarbrick
Subject: Re: [STUMP] bug: launching stumpwm automatically under GNOME loses keys, manually doesn't
Date: Thu, 12 Mar 2009 13:29:18 +0000

>> Is there a reason you want to start StumpWM through Gnome? Could you
>> just use an ~/.xsession that looks like:
>>
>> gnome-panel &
>> exec stumpwm
>>
>> ? Then "startx" to start X, though GDM should have an option for
>> launching from ~/.xsession as well.
>
> GNOME starts a bunch more services than gnome-panel.  I'd have to hunt
> down everything I need to start manually, when it makes more sense to
> me to debug in reverse: find out why StumpWM doesn't like GNOME, and
> fix it.
>

Hmm maybe, but the following .xinitrc seems to work fine for me:

--------------------------------------------------------------------
setxkbmap dvorak gb

xmodmap ~/.xmodmaprc

sh -c "gnome-settings-daemon & sleep 2; gnome-panel & nm-applet &" &

brightside &

~/src/not-mine/lisp/stumpwm/stumpwm
--------------------------------------------------------------------

I don't remember putting in the sleep command actually, but I presume
that there was some sort of nasty flicker when
I ran gnome-panel too quickly (It probably comes up with horrible fonts first)

Maybe this is some help for you?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]