Jump to content

RodgerWW

Member
  • Posts

    378
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by RodgerWW

  1. Thank you Vero for this...I can now use a fallback to open Brave for searches when Safari refuses to load certain things.
  2. I was just going to ask if I could link to it ... DONE!
  3. Thank you so much for continuing this, and making it better! I have been driving myself crazy with the lack of programming knowledge and and trying to find a way to grab the image without the conversion of the plist and also adding files to read from. Awesome job!
  4. This is new to me, but I will look into it for sure.
  5. Hmm, I have to admit I am stumped with this one. The identifier is definitely in the xml, albeit 3 times for space grey silver and non touch. Perhaps open the xml in textedit, do a search for "MacBookPro14,3" and delete the 2 lines that are NOT yours and see if that works?
  6. Hmm, Can you open terminal and type the following: system_profiler SPHardwareDataType | grep "Model Identifier" and tell me what it says for you identifier?
  7. Also did you run "xabout" to reset the workflow after downloading the 2018 version?
  8. Try manually deleting the txt files from the workflow directory ... then running the workflow again to see if the workflow recreates the files properly. Also, did you download the 2018 workflow for Alfred 3 I just updated with all hardware?
  9. Please make sure you downloaded the updated 2018 workflow for Alfred 3.
  10. OK, so it would seem that something in the Alfred workflow folder is not getting cleared in this case. In the workflow folder you will have a text file called "mymac.txt". This text file is more-than-likely showing the system as being the early 2014 model. You also should have a png file called "mymac.png" and it is probably clear/transparent as the identifier for your new system "MacBookPro13,2" is not in the "HardwareIcons.xml" file also in the workflow's folder. First, I would suggest removing not only the workflow, but also any trace of it on the new system. Then download the workflow and install it fresh. (Go to first post/page to download as I have just updated the workflow) Then run the workflow so it can create the above mentioned text file and image ... The text file should be correct now that everything has been removed everywhere and the workflow installed fresh.
  11. OK, if the info in the system file is wrong (which is weird but I suppose can happen) DELETE the following file: ~/Library/Preferences/com.apple.SystemProfiler.plist Then, reboot the MBP or simply log out and log back in to the user. Run "About This Mac" once from the  Menu so the system recreates the plist you just deleted. Run "xabout" in Alfred to reset the workflow 'About This Mac' Then, HOPEFULLY, the next time you run 'About This Mac' workflow from Alfred, it should display the correct info.
  12. See, the workflow reads from ~/Library/Preferences/com.apple.SystemProfiler.plist to get the info. So, if that is reading incorrectly, then, I need to find a new way of getting the modern device strings. Can you quick-look the file mentioned, and tell me what the first 4 characters are in the <key> ? IE: mine are F8J9 ... or, in About This Mac from the  menu, the last four characters of your MBP. They should match, is what I am getting at.
  13. Can you do me a favour: Open Terminal at the prompt paste the following and hit ENTER: defaults read ~/Library/Preferences/com.apple.SystemProfiler.plist | awk '/CPU Names/{getline;print}' | awk '{$1=$2=""; print $0}' | sed -e 's/"//g' -e 's/);//g' -e 's/(//g' | sed 's/^ *//' Does this give you the correct model identifier?
  14. Shouldn't it be PTBSODD ? LOL
  15. Click and drag up or down on the text to change it's size.
  16. You MAY be able to read and parse the file: ~/Library/Caches/com.apple.nsservicescache.plist I'm not sure if it tells you which are currently active, but it lists all the services in there.
  17. I have no idea why it wouldn't work for you Yuri, sorry.
  18. Try this with AppleScript : set myURL to "https://www.google.com" -- Replace URL with your own or with the {query} tell application "Safari" tell front window make new tab at end of tabs with properties {URL:myURL} end tell end tell
  19. OK a reboot worked. I THOUGHT I had rebooted, but apparently hadn't in 5 days ... so now it works as it should.
  20. Recently updated to Alfred 3.4.1 Pre-Release Running macOS 10.13 (17A291m) The Alfred Text Service IS allowed in Security & Privacy The checkbox IS checked to autoexpand snippets in Alfred I do have the text: loginwindow seems to be preventing text expansion by locking secure entry above the collections Is this a bug or something with High Sierra Public Beta?
  21. All I did was 'quit' it by right clicking on it in the dock. At first it appears as if the expansions don't work, but they WILL work and each time Alfred starts up the icon will not show anymore until you disable the feature again within Alfred, then re-enable.
  22. XML updated in (For Alfred 3) version.
  23. Well, not sure why the "Run NSAppleScript" does NOT work, but: Change the "Run NSAppleScript" to a "Run Script" Action. Then in the script language, change to "/usr/bin/osascript (AS)". Then for the script, remove all text that is already there, and then place your script from above into the blank area. That works for me fine here.
  24. Try: http://www.alfredforum.com/search/?&q={query} as your Search URL
  25. Just out of curiosity: Why not just have Alfred open the folder with the "Open File" action? In a new workflow: Add a Hotkey and set it to whatever you want. Add an "Open File" action and drag the folder you want to open into the left pane of the popup, where it says "Open the passed-in file(s)" then save Then, connect the hotkey to the open file action.
×
×
  • Create New...