Jump to content

bmorgenthaler

Member
  • Posts

    3
  • Joined

  • Last visited

bmorgenthaler's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. OSX: 10.12.2 Alfred: 3.2.1 [768] I'm using a yubikey nano as a 2nd form of authentication along with the program yubiswitch to activate/deactivate it as appropriate. One of the options of Yubiswitch is "Enable Yubikey when system locks/sleeps" which lets me log back into my system after I lock it. When I lock it using Keychain Access it works just fine however when I activate Alfred and select Lock it doesn't appear to trigger Yubiswitch. What is different between Alfred and Keychain in how they Lock a system?
  2. I'm having the same issue on a brand new computer. I dug into it a bit and exciting the vm list command manually Sfrom inside the workflow directory gives me the following error. % ruby main.rb list vmware.rb:63:in `block in inventory_list': undefined method `length' for nil:NilClass (NoMethodError) from vmware.rb:63:in `each' from vmware.rb:63:in `find_all' from vmware.rb:63:in `inventory_list' from vmware.rb:25:in `list' from main.rb:11:in `generate' from main.rb:22:in `list' from main.rb:119:in `<main>'
  3. I'm noticing a weird issue with this workflow. I use tab completion like crazy (vim, zsh, etc.) and use it with Alfred too. When I go to start my vm I do the following: activate Alfred type 'vm st<TAB>' wait while list is populated hit '<TAB>' to complete the line Now I would expect the Alfred line to be "vm start VM_NAME_TO_START", however it reads "vm start Start VM_NAME_TO_START" and if I hit <enter> now, the command executes but VMWare doesn't acknowledge the command. Instead to get a machine to launch I have to do the following: activate Alfred type 'vm st<TAB>' wait while list is populated arrow to VM hit '<enter>'
×
×
  • Create New...