mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #519] on systemstart Ventura shows me always added to login items #337
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Frankapple on GitHub (Oct 28, 2022).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/519
that issue is since Ventura
@zygiboos commented on GitHub (Oct 29, 2022):
same here
@bazilinskyy commented on GitHub (Oct 30, 2022):
Same here
@algkmn commented on GitHub (Nov 1, 2022):
same here
@bopeterson commented on GitHub (Nov 8, 2022):
same here
@z0r3f commented on GitHub (Nov 11, 2022):
+1
@somenugget commented on GitHub (Nov 12, 2022):
+1
@Bon3863 commented on GitHub (Nov 18, 2022):
same here
MacOS 13.0.1 on MacBookPro 2019
@c-hoeger commented on GitHub (Nov 22, 2022):
I am not a Swift/macOS programmer, so I won't provide a fixed version, since I don't know if the solution is completely valid. I managed to build from the develop branch after a huge amount of trial and error and finally found a solution applying the following patch:
@bvandergiessen commented on GitHub (Dec 6, 2022):
Unfortunately, according to that post, it isn't a solution:
@ngaretou commented on GitHub (Dec 6, 2022):
Workaround for this:
open -a Clipy@Bon3863 commented on GitHub (Dec 7, 2022):
Great ! @ngaretou
It works fine, thank you.
@marcora commented on GitHub (Dec 17, 2022):
Please fix this issue!
@retrogamer0815 commented on GitHub (Dec 20, 2022):
@ngaretou Thanks, worked for me too!
@seraphyn commented on GitHub (Jan 27, 2023):
Would be great to provide a fix in a new release.
Does someone forked the project?
@bslmac commented on GitHub (Jan 30, 2023):
Merci/Thanks @ngaretou, facile et simple à mettre en place. Souhaitons une version à jour bientôt de la part des guerriers du code! / easy and simple to set up. Hope for an updated version soon from the code warriors!
@bvandergiessen commented on GitHub (Jan 31, 2023):
@Econa77 Do you think you could create a new build with this bugfix (the one proposed in the comment above)?
@c-hoeger commented on GitHub (Jan 31, 2023):
I for myself now switched to https://github.com/p0deje/Maccy
@seraphyn commented on GitHub (Jan 31, 2023):
Same on my side
Seems like the development stopped a few months ago
@rickogorman commented on GitHub (Feb 9, 2023):
@ngaretou Thanks for that tip. Using your logic, I used Lingon X to add the command
open -a Clipyas a launch agent, seems to work as well, another option for users.@JimDanner commented on GitHub (Mar 22, 2023):
As a variation on this workaround by @ngaretou, after the first steps
I added a launch agent (instead of using Automator) to do the starting at login. In ~/Library/LaunchAgents/ I created a file
com.jim.clipy.plistwith the following contents:This also works.
@ghost commented on GitHub (May 26, 2023):
I am not particularly familiar with Automator but I am usually game for new experiences especially when there are nice clear instructions like these, however, when I open Automator I do not see "New Document" anywhere. There is a list of options such as "Workflow", "Application", "Quick Action", "Folder Actions" one of which I have to choose to continue. So I chose "Application" since it is the next step in the instructions anyway. I then see and choose "Utilities" and then choose "Run Shell Script" but I can find no way to paste "open -a Clipy". Did Automator change since these directions were written? Thanks
@rangedsp commented on GitHub (Jun 7, 2023):
@jmilt7 you should be able to achieve the same thing using the 'Launch application' workflow, instructions here:
https://learn.adafruit.com/launch-deck-trellis-m4/app-launching
@ghost commented on GitHub (Jun 8, 2023):
Thanks. Haven't tried this yet as I am debating whether just closing the notification once a day or once every couple of days is a big inconvenience or not in the whole scheme of things but I do like the idea of playing with Automator as I have never tried it before and I like to try new things. So thanks again for this.