GameGodS3 / DropPoint

Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
https://droppoint.netlify.app/
GNU General Public License v3.0
841 stars 57 forks source link

Unable to open DropPoint for 14 inch M1 Macbook Pro + Monterey 12.5.1 #28

Closed DaddyF closed 2 years ago

DaddyF commented 2 years ago

Describe the bug Cannot open the DropPoint after Open "System Preferences > Security & Privacy > Open Anyway"

To Reproduce Steps to reproduce the behavior:

  1. Select the DropPoint in Application.
  2. Open it and get error to move it to trash.

Expected behavior just open it.

Screenshots If applicable, add screenshots to help explain your problem. Please see attached.

Desktop (please complete the following information):

Additional context no DropPoint.docx

GameGodS3 commented 2 years ago

Hello, I have updated the arm64 DMG file in the releases. Could you download and try running the new release? Do let us know if there's any problems.

DaddyF commented 2 years ago

I have downloaded the one which is created 5 hours ago. But the result is the same. Is there any more information that I should give? Have you tested on your side and did it work? Doc1.docx

DaddyF commented 2 years ago

Hi

I have downloaded the one and tried to open it. But I got an error as before. So I cannot do any more test from here. Have you tested on 14” M1 Macbook pro? If so, then there could be something I can test more. If not, I will wait further information.

Best regards, Sadao Fukatsu

On Aug 30, 2022, at 14:16, Sudev Suresh Sreedevi @.***> wrote:

Hello, I have updated the arm64 DMG file in the releases. Could you download and try running the new release? Do let us know if there's any problems.

— Reply to this email directly, view it on GitHub https://github.com/GameGodS3/DropPoint/issues/28#issuecomment-1231151771, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJJFY3TWK7LSOOVSQUPIVJLV3WKJVANCNFSM572HGMAA. You are receiving this because you authored the thread.

AJAYK-01 commented 2 years ago

Hey, could you run xattr -cr /Applications/DropPoint.app in your terminal after installing the app and update if it works. Seems to be some issue with signing, as I don't have a developer account.

Since the previous builds seem to work without this problem, I shall look into soon, until then you can just make it work with this command

DaddyF commented 2 years ago

It worked. ~ $ xattr -l /Applications/DropPoint.app com.apple.quarantine: 0181;630e7226;Microsoft\x20Edge;BA24E331-0480-4EE5-8DCA-A36842220D21 ~ $ xattr -cr /Applications/DropPoint.app ~ $ xattr -l /Applications/DropPoint.app

Is there a keyboard shortcut to call the DropPoint? It would help if it will open it near the current cursor.

AJAYK-01 commented 2 years ago

It worked. ~ $ xattr -l /Applications/DropPoint.app com.apple.quarantine: 0181;630e7226;Microsoft\x20Edge;BA24E331-0480-4EE5-8DCA-A36842220D21 ~ $ xattr -cr /Applications/DropPoint.app ~ $ xattr -l /Applications/DropPoint.app

Is there a keyboard shortcut to call the DropPoint? It would help if it will open it near the current cursor.

The app should be kept running in the background without Cmd+Q quitting. Then it will open new instance to every Shift+Tab

DaddyF commented 2 years ago

Thank you. It worked. This is very nice.