Software Based Yubikey for Yubicos OTP Authentication
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
ykey will most likely not be in /usr/bin/, but in your extension dir. It will also most likely not be +x'd. Try: let ykey = GLib.build_filenamev([metadata.path, 'ykey']); Util.trySpawn(['python', ykey, '\n']);
Fixed permissions. Fixed ykey spawning, now it is called from the extension dir. Please review it! Thanks a lot for your time and effort. Chris.