Hello Fabio! The only commands needed after "gbp buildpackage" were:
cd .. sudo debi cinnamon_4.8.6-2+deb11u1~_amd64.changes after which I can happily confirm that online accounts works as expected! So, at least oh my side the test passes. Thanks for your help! Cheers! - Alejandro On Tue, 2021-12-14 at 11:58 +0100, Fabio Fantoni wrote: > Il 14/12/2021 02:44, Alejandro Morales Lepe ha scritto: > > Hello! thanks for your reply! I'm very happy to see the commit on > > the > > bullseye branch. > > > > I have been trying to test, however I am not familiar with the > > desktop's code structure, so I couldn't build it. I looked around > > for > > building instructions but I couldn't find something helpful. Is > > there > > any documenation that could help me with that? > > > > I would appreciate any pointer to that. > > > > Cheers! > > - Alejandro > > for build packages should be: > > sudo apt install packaging-dev > > sudo apt build-dep cinnamon > > git clone https://salsa.debian.org/cinnamon-team/cinnamon.git > > cd cinnamon > > git checkout pristine-tar > > git checkout upstream > > git checkout bullseye > > gbp buildpackage > > now I don't remember if I wrote you everything you need, > unfortunately > I'm going out and I don't have time to turn on the development pc and > check, if you have problems let me know >