On Mon, Dec 16, 2019 at 10:12:21AM +0200, Timo Myyrä wrote:
> Solene Rapenne <sol...@perso.pw> writes:
> 
> > On Sun, Dec 15, 2019 at 08:48:10AM +0200, Timo Myyrä wrote:
> >
> >
> > ok solene@
> >
> > stumpwm works fine with this update, I can even use
> > restart-hard and restart-soft
> >
> > Small issue as I was using stumptray in my config, stumpwm
> > complains about the lack of xembed even after I updated my
> > stumpwm-contrib git folder from where stumpwmtray is loaded.
> 
> Yeah, stumpmwm itself doesn't need xembed but contribs are external code which
> might need other libraries. The stumptray uses xembed so it needs to be loaded
> for it.
> 
> You could add following to start of your stumwm init file:
> #-quicklisp
> (let ((quicklisp-init (merge-pathnames "quicklisp/setup.lisp"
>                                        (user-homedir-pathname))))
>   (when (probe-file quicklisp-init)
>     (load quicklisp-init)))
> 
> (ql:quickload 'xembed)
> 
> It should fix the stumptray issue.
> 
> Timo

yes, loading quickload from stumpwmrc and xembed from quicklisp does the
job.

Reply via email to