Jump to content

GFEMajor

Member
  • Posts

    32
  • Joined

  • Last visited

Posts posted by GFEMajor

  1. Hi, 

    I updated to catalina yesterday and as you prommised, the workflow is broken 😃. When I begin to type the keyword for terminal control it shows it in the list, but when I select it, it will just show "Google for....". Hope you can Update soon, to fix the workflow. it is essential for my flow at work 😉


    Thanks for your hard work.

    Christian

  2. Thank you @wkoffel for the quick update, but after updating I get the following error:

     

    [2018-10-01 07:52:21][ERROR: input.scriptfilter] Code 1: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- ./bundle/bundler/setup (LoadError)
    	from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    	from iterm2-control.rb:2:in `<main>'

    have I done anything wrong?

  3. Since the update to 10.14 Mojave the workflow has stopped running.

    I looked in debug mode and found this exception:

     

    [2018-09-26 07:41:01][ERROR: input.scriptfilter] Code 6:[..]/Alfred.alfredpreferences/workflows/user.workflow.227DDBA5-54E6-44DA-AD42-323F4A0DA6B3/bundle/ruby/2.3.0/gems/nokogiri-1.5.9/lib/nokogiri/nokogiri.bundle: [BUG] Segmentation fault at 0x000000000000d566

    ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]

     

    Can somebody help/explain?

  4. set desiredSettings to "{query}"
    tell application "iTerm2"
    	activate
    	create window with profile desiredSettings
    end tell

    This is a snipped from your code. iterm is refered as "iterm2", but on my mac, the app itself is called "iterm". I changed the name in your workflow from "iterm2" to "iterm" and now it opens the window on "itp XXX" even if iterm is not running ?. Maybe this could help someone.

  5. I found the issue. In the /bin folder there is no VBoxManage file  so you need to have it there, 

    for example you can create a link:

    sudo ln -s /Applications/VirtualBox.app/Contents/MacOS/VBoxManage /Bin/VBoxManage

    Works like charm. Thanks for the fix!

  6. Sorry, I thought it was clear because I posted it in this thread :). I'm using the itermProfiles (itp) workflow by quentin

     

    Edit:

    Today alfred released a new version. I installed the latest version (2.7.1 (387)) and now its working again. Seems like it was an alfred bug.

    Thanks for the help.

  7. Hi, since the last alfred update some days ago the workflow stoped working. The profiles are still extracted, but when I click on one, nothing happens.

     

    I don't know if it is because of the new alfred version (currently using 2.7 (385)) or the latest iterm version (2.0.0.20150412).

  8. I tried the new version, but still get some Errors creating a new event (when enabling debug mode in alfred):

     

    [iNFO: alfred.workflow.input.scriptfilter] Processing output 'alfred.workflow.action.script' with arg 'TEst'
    [ERROR: alfred.workflow.action.script] Code 1: main.scpt: execution error: Finder got an error: End of file error. (-39)
    [iNFO: alfred.workflow.action.script] Processing output 'alfred.workflow.output.notification' with arg ''

×
×
  • Create New...