How to run fSpy? it only appears the build button

The binary is fspy in that folder /usr/lib/fspy/fspy

A desktop file don’t exist for this, however in the package there is shell script that do

#!/bin/bash

exec /usr/lib/fspy/fspy

So you can simply type fspy from terminal

1 Like