fprintd-enrollは右手の人差し指のみで動作します

fprintd-enrollは右手の人差し指のみで動作します

他の指で試してみると:

%> fprintd-enroll left-index-finger
Using device /net/reactivated/Fprint/Device/0
failed to claim device: Not Authorized: net.reactivated.fprint.device.setusername

それは私には機能しません。

しかし、finger を指定しない場合(デフォルトでは右インデックスを使用します):

%> fprintd-enroll 
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.

それは動作します

Arch Linux 上で実行され、パッケージは aur からインストールされます:

fprintd 0.4.1-4
libfprint 0.4.0-3

アップデート

%> fprintd-enroll -f left-index-finger
Using device /net/reactivated/Fprint/Device/0
Enrolling right index finger.

答え1

これは fprintd 0.5.1 以降でのみサポートされていると思います。http://cgit.freedesktop.org/libfprint/fprintd/commit/?id=7eb1f0fd86a4168cc74c63b549086682bfb00b3e

fprintd 0.5.1 をビルドすると、-fオプションは正しく機能します。

答え2

fprintd のマニュアルページから:

fprintd-enroll [username]
そして
-f finger
For fprintd-enroll, the finger to enroll

ユーザー名として「left-index-finger」を入力しているようです。ユーザー left-index-finger は許可されていません

関連情報