Jump to content

RodgerWW

Member
  • Posts

    378
  • Joined

  • Last visited

  • Days Won

    9

RodgerWW last won the day on October 19 2015

RodgerWW had the most liked content!

Profile Information

  • Location
    Ontario, Canada
  • Interests
    Fine Art, Graphic Design, Photography, Interface Design

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

RodgerWW's Achievements

Advanced Member

Advanced Member (5/5)

56

Reputation

  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.
×
×
  • Create New...