fringerprintGUI for ubuntu

컴퓨터/PC 2011. 4. 4. 02:21
Xubuntu 설치하니 후지쯔 기본 지문인식이 안되서... ㅠㅠ 하다가 찾았다.
nstallation
=========
0. First of all, if you have installed Fingerprint GUI manually before, get rid of it completely. Remove all binaries, shared libraries, any other files and undo all the changes you have made to your system config files (especially to files under /etc/pam.d/).

1. Add this PPA to your sources.

    sudo add-apt-repository ppa:fingerprint/fingerprint-gui
    sudo apt-get update

2. Install fingerprint-gui.

    sudo apt-get install fingerprint-gui policykit-1-fingerprint-gui

3. If you have a fingerprint reader supported by the FPrint project (devices listed at http://reactivated.net/fprint/wiki/Supported_devices plus 147e:1000), you don't need to do anything else. If you have a reader manufactured by UPEK, you will need to install their proprietary library libbsapi as well. Devices supported by this library are 0483:2015, 0483:2016, 147e:2015, 147e:2016, 147e:1000, 147e:1001, 147e:1002, 147e:1003, 147e:3000, 147e:3001, 147e:5002 and 147e:5003.

    sudo apt-get install libbsapi

4. Log out of your session and log back in (we need GConf to pick up the new default settings for the screensaver and your PolicyKit daemon to be restarted).

Setup
=====
After installation go to System > Preferences > Fingerprint GUI and enrol your fingerprints.
That should be all you need to do!
Try locking your screen, starting Synaptic, sudo in terminal and logging out and in.

Uninstallation
===========
GNOME users: The package policykit-1-fingerprint-gui replaces GNOME's standard PolicyKit daemon (contained in package policykit-1-gnome). However, when you decide to uninstall Fingerprint GUI (and hence remove policykit-1-fingerprint-gui), policykit-1-gnome will not get automatically installed back, hence there won't be any PolicyKit daemon in the system, and APT will try to remove all the packages that depend on it. Therefore, if you want to remove Fingerprint GUI, make sure you install policykit-1-gnome first.
   sudo apt-get install policykit-1-gnome
   sudo apt-get remove fingerprint-gui

KDE SC users: The above instructions for GNOME users apply to you as well, just replace “policykit-1-gnome” by “polkit-kde-1” throughout the text.

Note on GNOME session login (optional)
================================
By default, the GDM login screen presents a list of users from which you select, and then you can authenticate with your fingerprint. However, you can set things up in a way that you can enrol your fingerprint immediately, and the username will be recognized from the fingerprint. In order to achieve this, perform these two steps:
1. In /etc/pam.d/gdm, insert the following as the first line:

    auth optional pam_fingerprint-gui.so debug

2. Disable user list in GDM. You can use the following long command to do this.

    "sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/gdm/simple-greeter/disable_user_list true"

If you would like to revert, simply delete the new line from /etc/pam.d/gdm and run “sudo gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --unset /apps/gdm/simple-greeter/disable_user_list”.


설정

트랙백

댓글