:: Re: [devuan-dev] SLiM 1.4.0 problem…
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Mark Hindley
日付:  
To: devuan developers internal list
題目: Re: [devuan-dev] SLiM 1.4.0 problem with multiple monitors
On Wed, May 29, 2024 at 06:27:15PM -0300, sawbona@??? wrote:
> Hello:
>
> On 29 May 2024 at 19:31, Mark Hindley wrote:
>
> > > ... till Debian/Devuan adds the new version ...
> > Version 1.4.1-1devuan1 is now available in ceres.
> Great ... 8^)
>
> Download the package and install locally?
> ie: via gdebi / dpkg / apt


I doubt the t64 dependencies will install on daedalus. You will probably have to
recompile the dsc locally.

- add deb-src URL to /etc/apt/sources*
- apt update
- apt build-dep slim
- apt source slim
- cd slim-1.4.1-1devuan1
- ./debian/rules binary

Mark