floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

689
active users

Vagrant Cascadian

With the update of @dino to 0.3.1 in , the functionality on small screens such as running ... did not work so great.

The version uploaded to debian experimental, allowed resizing the different parts of the window a little bit, but still often hid useful information...

So I refreshed the libhandy patches!

Packages available from:

people.debian.org/~vagrant/deb

The "UNRELEASED" repository is signed by my key in the debian-keyring.

Have not tested much, but works for me!

people.debian.orgIndex of /~vagrant/debian/pool/main/d/dino-im

And for better and worse, I did all the initial patch updates, packaging, building, testing, etc. on the itself using the on-screen keyboard, fish shell, sbuild and .

It was a little rough at times with the small screen and limited keyboard, but it felt like the right thing to do, at least in some bizarre sense. Kind of an ouroboros of a development workflow.

Though the packages I just published, I'll admit I used my laptop to polish it up a little cleaner!

@vagrantc mighty nice of you. I can't use it because my version of dino is only 3.0. Is there some place get 3.1?

@vagrantc sorry bone head moment for me. I see you are providing it in the repo. Is the deal to just install all of the arm64 stuff?

@Phaserune

I put in /etc/apt/sources.list.d/people.debian.org.vagrant.sources

Uris: people.debian.org/~vagrant/deb
Components: main
Types: deb deb-src
Architectures: amd64 arm64 armhf
Suites: UNRELEASED
Signed-By: /etc/apt/vagrant.asc

And then dump the key where you need it:

gpg --locate-key vagrant@debian.org
gpg --export --armor vagrant@debian.org > vagrant.asc
sudo cp vagrant.asc /etc/apt/

You can also extract the key from the debian-keyring package...

people.debian.orgIndex of /~vagrant/debian

@vagrantc I guess the thing I'm not getting is, that when I try to install this, it removes dino, and only install dino-im-common, but of course then Dino doesn't work anymore. I'm on a Librem 5, and pulling the adaptive version of Dino from their octarine repo.

@Phaserune it was built for debian unstable/testing, so maybe not fully compatible with what you are running?