We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2018-06-09 19:48:48 +0200 |
It would be helpful to be able to rename saved fingerprints. Right now one has to remember exactly in which order fingers were scanned as they'll get generically named fingerprint 1, fingerprint 2, etc.
It can get quite tedious when one wants to rescann a particular finger. If the original order is lost you can either guess or have to delete all saved prints to avoid double scanning and wasting one fp slot
2 | retagged |
It would be helpful to be able to rename saved fingerprints. Right now one has to remember exactly in which order fingers were scanned as they'll get generically named fingerprint 1, fingerprint 2, etc.
It can get quite tedious when one wants to rescann a particular finger. If the original order is lost you can either guess or have to delete all saved prints to avoid double scanning and wasting one fp slot
3 | No.3 Revision |
It would be helpful to be able to rename saved fingerprints. Right now one has to remember exactly in which order fingers were scanned as they'll get generically named fingerprint 1, fingerprint 2, etc.
It can get quite tedious when one wants to rescann a particular finger. If the original order is lost you can either guess or have to delete all saved prints to avoid double scanning and wasting one fp slotslot.
Update: Manual hack
You can name the fingerprints by filling out the empty string for the name value in
/usr/share/lipstick/devicelock/sailfish-fpd/fingers.json
. You will have to know which is which though, as they are numbered chronologically.
After a system restart, the new labels will show up in the settings.
"fingers": [
{
"date": "YYYY-MM-DDTHH:MM:SSZ",
"id": "finger1",
"name": "INSERT LABEL HERE"
},
]
4 | No.4 Revision |
It would be helpful to be able to rename saved fingerprints. Right now one has to remember exactly in which order fingers were scanned as they'll get generically named fingerprint 1, fingerprint 2, etc.
It can get quite tedious when one wants to rescann a particular finger. If the original order is lost you can either guess or have to delete all saved prints to avoid double scanning and wasting one fp slot.
You can name the fingerprints by filling out the empty string for the name value in
/usr/share/lipstick/devicelock/sailfish-fpd/fingers.json
. You will have to know which is which though, as they are numbered chronologically.
After a system restart, the new labels will show up in the settings.
"fingers": [
{
"date": "YYYY-MM-DDTHH:MM:SSZ",
"id": "finger1",
"name": "INSERT LABEL HERE"
},
]
5 | No.5 Revision |
It would be helpful to be able to rename saved fingerprints. Right now one has to remember exactly in which order fingers were scanned as they'll get generically named fingerprint 1, fingerprint 2, etc.
It can get quite tedious when one wants to rescann a particular finger. If the original order is lost you can either guess or have to delete all saved prints to avoid double scanning and wasting one fp slot.
You can name the fingerprints by filling out the empty string for the name value in
/usr/share/lipstick/devicelock/sailfish-fpd/fingers.json
. You will have to know which is which though, as they are numbered chronologically.
After a system restart, the new labels will show up in the settings.
"fingers": [
{
"date": "YYYY-MM-DDTHH:MM:SSZ",
"id": "finger1",
"name": "INSERT LABEL HERE"
},
]