[GH-ISSUE #552] Open at login notification #368

Open
opened 2026-03-03 01:11:59 +03:00 by kerem · 5 comments
Owner

Originally created by @mathguimaraes on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/552

I've set up the app to run at login, problem is that every time I turn on my mac, I receive macOS notification telling that Clipy was added to open at login. That's the only app that send this notification everyday.

Originally created by @mathguimaraes on GitHub (May 13, 2024). Original GitHub issue: https://github.com/Clipy/Clipy/issues/552 I've set up the app to run at login, problem is that every time I turn on my mac, I receive macOS notification telling that Clipy was added to open at login. That's the only app that send this notification everyday.
Author
Owner

@falconchen commented on GitHub (Jun 6, 2024):

Also troubled by this issue。

<!-- gh-comment-id:2151626230 --> @falconchen commented on GitHub (Jun 6, 2024): Also troubled by this issue。
Author
Owner

@falconchen commented on GitHub (Jun 6, 2024):

I have fix in another way. cancel the startup in clippy.app, and create a plist in ~/Library/LaunchAgents using launctl startup in macOS.

for me ,it is ~/Library/LaunchAgents/falcon.cmd.clipy.plist, plist content :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Label</key>
  <string>falcon.cmd.clipy</string>
  <key>ProgramArguments</key>
  <array>
    <string>/Applications/Clipy.app/Contents/MacOS/Clipy</string>
  </array>
  <key>RunAtLoad</key>
  <true/>
  <key>WorkingDirectory</key>
  <string>/Users/falcon</string>
</dict>
</plist>
<!-- gh-comment-id:2151949487 --> @falconchen commented on GitHub (Jun 6, 2024): I have fix in another way. cancel the startup in clippy.app, and create a plist in `~/Library/LaunchAgents` using launctl startup in macOS. for me ,it is `~/Library/LaunchAgents/falcon.cmd.clipy.plist`, plist content : ``` <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>falcon.cmd.clipy</string> <key>ProgramArguments</key> <array> <string>/Applications/Clipy.app/Contents/MacOS/Clipy</string> </array> <key>RunAtLoad</key> <true/> <key>WorkingDirectory</key> <string>/Users/falcon</string> </dict> </plist> ```
Author
Owner

@will09122000 commented on GitHub (Jun 25, 2024):

If the above doesn't work for you, like it didn't for me. Try adding the app attached to your login items, it's a simple Automator script to open Clipy when launched.

ClipyOpen.zip

<!-- gh-comment-id:2188374517 --> @will09122000 commented on GitHub (Jun 25, 2024): If the above doesn't work for you, like it didn't for me. Try adding the app attached to your login items, it's a simple Automator script to open Clipy when launched. [ClipyOpen.zip](https://github.com/user-attachments/files/15968163/ClipyOpen.zip)
Author
Owner

@tolluset commented on GitHub (Jul 6, 2024):

Same as above, other applications not showing the notification.

<!-- gh-comment-id:2211638817 --> @tolluset commented on GitHub (Jul 6, 2024): Same as above, other applications not showing the notification.
Author
Owner

@hugojerez commented on GitHub (Jan 7, 2025):

Same here, on every system startup
image

<!-- gh-comment-id:2575640371 --> @hugojerez commented on GitHub (Jan 7, 2025): Same here, on every system startup <img width="335" alt="image" src="https://github.com/user-attachments/assets/21c002ea-7d5c-4c7f-9604-c9bfbdf4787d" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#368
No description provided.