Today-Scripts icon indicating copy to clipboard operation
Today-Scripts copied to clipboard

Not working in El Capitan

Open DanielSmedegaardBuus opened this issue 10 years ago • 47 comments
trafficstars

Hi :)

Running 10.11 beta 6 here. I upgraded from Yosemite, and Today-Scripts sort of survived the upgrade. My script, though, stopped automatically loading when I pulled out the notification center. I had to click its title (the indicator was orange) to get it to load every time I opened notification center.

I thought I might try removing my script and re-adding it. Removing it was successfully, but I'm unable to add it back. Every time I click Add, the widget just folds back to the regular "Welcome" title being shown.

DanielSmedegaardBuus avatar Aug 18 '15 14:08 DanielSmedegaardBuus

Mentioned by https://github.com/SamRothCA on https://github.com/SamRothCA/Today-Scripts/issues/21#issuecomment-120692603. Hopefully worked out soon. I'd like to see it in action.

darrellschulte avatar Aug 20 '15 21:08 darrellschulte

Oh, you'll like it; this will be a 2.0 release. It should just be another couple days; I've added a lot of stuff, and gotta make sure that doesn't offset all the stability fixes.

SamRothCA avatar Aug 26 '15 02:08 SamRothCA

Cool :D

DanielSmedegaardBuus avatar Sep 02 '15 10:09 DanielSmedegaardBuus

Hi Sam, could you please provide any estimates on when could we expect the 2.0 version? I'm looking forward to trying it out on El Capitan! Thanks :)

kominak avatar Sep 14 '15 17:09 kominak

Looking forward +1

unknownzerx avatar Sep 29 '15 09:09 unknownzerx

Looking forward +1

jiegec avatar Oct 06 '15 23:10 jiegec

Looking forward +1

ahjsrhj avatar Oct 07 '15 02:10 ahjsrhj

:eyes: forward +1

rockwotj avatar Oct 13 '15 02:10 rockwotj

Looking forward +1

dourgulf avatar Oct 13 '15 02:10 dourgulf

O_O Looking forward +1

vasmani avatar Oct 14 '15 00:10 vasmani

We get it, everyone is "looking forward" to this feature. Let's just assume that everyone is looking forward to it — every time someone comments, @SamRothCA is getting a notification which is probably annoying as well as anyone (like me) who is subscribed to the repo.

rknightuk avatar Oct 14 '15 08:10 rknightuk

I'm sure it may be annoying. At the other hand, though, it may give the author the feeling we really appreciate the effort he has put into this project - we really do! Thank you, @SamRothCA :)

@rmlewisuk you can unsubscribe from this particular issue/thread...

kominak avatar Oct 16 '15 09:10 kominak

I'm subscribed so I can see when the issue is closed/fixed. Of course I do appreciate the work @SamRothCA has put into the project but I know as someone with a popular open source project that multiple notifications for basically the same thing aren't exactly helpful.

rknightuk avatar Oct 16 '15 09:10 rknightuk

+1024

qqli007 avatar Oct 18 '15 07:10 qqli007

Please guys, stop with "looking forward", it's not helpful. Contribute by solving an issue or subscribe. But don't bother everyone with useless notifications. I am sure the developer is well aware of the situation.

Thank

jean-io avatar Oct 18 '15 22:10 jean-io

This may be not be relevant, as a new version is coming (though it seems the timing for it has become uncertain), but I wanted to mention my current issue, in case there actually is a simple solution to it, or it has to be taken into account.

After upgrading to 10.11, I first had issues with the app, but I was able to resolve most of them, so I do see Scripts in my notification centre, and I do have the information button. However, when trying to add a script by the green "+"-button, nothing happens. Anyone else had this issue?

nataliaeire avatar Oct 21 '15 08:10 nataliaeire

@nataliaeire Yes that is the issue that all of us are facing.

jiegec avatar Oct 21 '15 13:10 jiegec

@jiegec Oh, sorry about that, then. Not the vibe I got from reading the threads.

nataliaeire avatar Oct 21 '15 22:10 nataliaeire

@nataliaeire details for this issue are here #25

jean-io avatar Oct 26 '15 18:10 jean-io

Hey Guys, It is surprising that Today Scripts has started to work on my mac all of sudden. I knew about today script only about a month ago and it was too late as El Capitan was already installed in my pc. I installed although. But it didnt work. After that I tried to compile the source. It didnt work again. I left it afterwards. But today, I came to see that the script has started to work. I am sorry if I am not the only one who is seeing this behaviour. Just wanted you guys to keep informed. Following is the screenshot: screen shot 2015-11-06 at 11 45 18

dipendrapkrl avatar Nov 06 '15 16:11 dipendrapkrl

@dipendrapkrl nice :) did you add a new script?

jean-io avatar Nov 06 '15 21:11 jean-io

@Ricain Yes. I have tried adding new scripts, deleting or editing them. I don't see any problem.

dipendrapkrl avatar Nov 06 '15 21:11 dipendrapkrl

Still not working in my MBA.

jiegec avatar Nov 06 '15 23:11 jiegec

@dipendrapkrl strange... Did you update your OS X? Or you started from scratch on a blank disk?

@jiegec it does not work for me either :8ball:

jean-io avatar Nov 09 '15 21:11 jean-io

@Ricain Yes I did update my OS X after installing Today Script. I also tried compiling the code by making small change. Being new to xcode, I have no idea if it compiled well or not.

Could you try the following binary and see if it works or not in your machine https://drive.google.com/open?id=0BylSvzMkrUJtLTF2a043QjZ5RDQ Note: It might not work at all. I dont want to take a risk to loose it so cant try it.

dipendrapkrl avatar Nov 10 '15 01:11 dipendrapkrl

I requested access to that if you don't mind. I was able to get it working in el cap with a work around, but if this works that would be interesting. If you haven't changed any of the code then the only reason it should work is because of your update I would think. What version of Xcode are you using?

typkrft avatar Nov 10 '15 02:11 typkrft

The version of xcode is Version 7.1 (7B91b) I did make a single line at change at EditViewController.h before compiling

 @interface EditViewController : NCWidgetSearchViewController

to

@interface EditViewController : NCWidgetListViewController

I have granted the permission to access file. Following link will not ask for permission to download. https://drive.google.com/folderview?id=0BylSvzMkrUJtLTF2a043QjZ5RDQ&usp=sharing

dipendrapkrl avatar Nov 10 '15 02:11 dipendrapkrl

Yah that work around works, thats what I did as suggested here. It will compile, but there seems to be some concern that it does not refresh or something to that effect. It serves the purpose I need it for though and its probably enough of a work around for a lot of people. I was going to fork it with that line of code, but I don't want to be disrespectful. I messaged the creator on reddit and he said 2.0 is still in the works.

typkrft avatar Nov 10 '15 03:11 typkrft

+1

@dipendrapkrl It work for me. osx 10.11

akuma avatar Nov 10 '15 11:11 akuma

+1 thanks @dipendrapkrl For now I forked and used the above fix.

I pushed a build for 10.11.1 to my fork @ https://github.com/lsd/Today-Scripts I recommend you inspect the code and compile it yourself but if somebody needs the binary it's there.

lsd avatar Nov 25 '15 01:11 lsd