ttscoff / bunch

Documentation repository for Bunch.app
https://bunchapp.co
116 stars 5 forks source link

Problems launching Notion Calendar #336

Open blfarris opened 2 months ago

blfarris commented 2 months ago

I'm new to Bunch, so maybe there's a rookie mistake I'm not seeing!

I'm trying to launch the app, Notion Calendar.

I have a bunch file that looks like:

// Test Notion Calendar Notion Calendar

I followed your directions here: https://bunchapp.co/docs/troubleshooting/#bundleid

I tried the App name, Notion Calendar. I tried the display name, Notion Calendar. I tried the bundle identifier, com.cron.electron

Nothing works!

Ideas?

ttscoff commented 2 months ago

I can confirm this is an issue. Running with the app name or bundle ID with the open command works, and there's nothing in the log that indicates an issue, so I have to assume it's something related to Notion Calendar being an Electron app. That can screw with the system level methods Bunch uses to launch apps. I'll have to do some digging.

I thought the workaround would be to use the open command, e.g.:

$ open -b com.cron.electron

But for some reason that crashes Bunch, which is even weirder. I'm afraid I don't have an immediate solution but will look into when I have a chance.

On 30 Aug 2024, at 7:06, blfarris wrote:

I'm new to Bunch, so maybe there's a rookie mistake I'm not seeing!

I'm trying to launch the app, Notion Calendar.

I followed your directions here: https://bunchapp.co/docs/troubleshooting/#bundleid

I tried the App name, Notion Calendar. I tried the display name, Notion Calendar. I tried the bundle identifier, com.cron.electron

Nothing works!

Ideas?

-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/bunch/issues/336 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

ttscoff commented 2 months ago

Ooh, I found a solution:

cron://open

That line will open the calendar. Unfortunately it won't behave like a normal Bunch app, e.g. it won't quit when closing the Bunch, and running the Bunch while Notion Calendar is already open will screw it up, so it's far from a perfect solution. There may be more to that URL handler that might be useful, but I can't find docs for it with a quick search.

Will look into it further.

On 30 Aug 2024, at 7:06, blfarris wrote:

I'm new to Bunch, so maybe there's a rookie mistake I'm not seeing!

I'm trying to launch the app, Notion Calendar.

I followed your directions here: https://bunchapp.co/docs/troubleshooting/#bundleid

I tried the App name, Notion Calendar. I tried the display name, Notion Calendar. I tried the bundle identifier, com.cron.electron

Nothing works!

Ideas?

-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/bunch/issues/336 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

blfarris commented 2 months ago

Brett;

That will work for me to get moving again. I can work around the fact that it doesn't close it.

Let me know if you find out more.

Brad

blfarris commented 2 months ago

I'm having the same problem with Superhuman.

Neither using the App name, nor the bundle identifier work.

Using Superhuman://open opens the app but also creates an additional tab for the last used inbox.

I know these electron apps are a pain, and maybe I should just use something else, but Superhuman, in particular, is so damn useful.

I didn't try the open command based on your feedback above.