Search found 3 matches
- Mon Nov 25, 2019 4:12 pm
- Forum: Adium
- Topic: Auto-scrolling not working after upgrade to Catalina
- Replies: 82
- Views: 45812
Re: Auto-scrolling not working after upgrade to Catalina
To expand on this for any administrators using JAMF, here's how I'm patching these in the field: 1) Create Extension Attribute called "Adium Patched", type string, input type script, with the following script: #!/bin/sh grep "return 1;" /Applications/Adium.app/Contents/Resources/...
- Mon Nov 25, 2019 3:37 pm
- Forum: Adium
- Topic: Auto-scrolling not working after upgrade to Catalina
- Replies: 82
- Views: 45812
Re: Auto-scrolling not working after upgrade to Catalina
Just added a semi-helpful note that patching the Tempate.html file "works for me". For anyone having problems editing the file themselves, I've provided a patch here. Download the file Adium.patch.txt, and run the following commands: ecrist@meow:~-> cd /Applications/Adium.app ecrist@meow:...
- Thu Oct 31, 2019 11:23 am
- Forum: Adium
- Topic: Auto-scrolling not working after upgrade to Catalina
- Replies: 82
- Views: 45812
Re: Auto-scrolling not working after upgrade to Catalina
Just added a semi-helpful note that patching the Tempate.html file "works for me". For anyone having problems editing the file themselves, I've provided a patch here. Download the file Adium.patch.txt, and run the following commands: ecrist@meow:~-> cd /Applications/Adium.app ecrist@meow:/...