Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

xscreenlocker is a lightweight application that locks up the X server and requires the user to authenticate. It uses libpam for authenticating. The project is currently in alpha stage and the development has been frozen. Installation from SVNFor the installation, you will require X server and ... [More] PAM dev. packages, Subversion and CMake. Optionally also libpng and libjpeg (enabled by default). First download the source code from Subversion: $ svn co http://xscreenlocker.googlecode.com/svn/trunk xscreenlocker $ cd xscreenlockerGenerate the makefiles using CMake: $ cmake . -DCMAKE_INSTALL_PREFIX=/usrWith the makefiles generated, you can create a package using CPack: Debian package: $ cpack -G DEB RPM package: $ cpack -G RPM Tarballs: $ cpack -G TBZ2/TGZ/TZ/ZIP Now find some way to install the package. :) Application usage$ xscreenlocker [-c config] [-d display]Options-c config Use the given configuration file instead of the default /etc/xscreenlocker.conf. -d display Use the X display given as a parameter. This option overrides the settings in configuration files. [Less]

0
 
  0 reviews  |  0 users  |  1,030 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.