mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[GH-ISSUE #833] [Feature]: Install applications along path /Applications #397
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#397
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 @rakleed on GitHub (Mar 2, 2023).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/833
Is your feature request related to a problem?
To open an installed application, you need to launch PlayCover every time or manually create an alias and add it to
/Applications, which is very inconvenient.Describe the solution you'd like
Install applications in
/Applicationsas Sideloadly. Or automatically create an application alias in/Applications, although this is not the best option, since it is not in Spotlight anyway.Anything else?
N/A
Issue Language
@TheMoonThatRises commented on GitHub (Mar 2, 2023):
Already has been implemented in #740 as an option to add app alias to ~/Applications in settings. Also, an alias in the Applications directory will appear in Spotlight.
@rakleed commented on GitHub (Mar 2, 2023):
@TheMoonThatRises could you please add the feature to directly install in
/Applicationslike Sideloadly does?@TheMoonThatRises commented on GitHub (Mar 2, 2023):
Is there any specific reason why it needs to be in
/Applications? The reason why we don't do it is because it will be hard to keep track of apps that are installed through PlayCover.@rakleed commented on GitHub (Mar 2, 2023):
When I manually created an alias in
/Applications, then for some reason when searching in Raycast (similar to Spotlight), the name of the app is displayed in Russian instead of the system language (English). If your implementation does not have such a problem, then great. (Or maybe this is a problem with Raycats.)@TheMoonThatRises commented on GitHub (Mar 3, 2023):
Try searching for the app in Russian. If it displays correctly there, then it is a Raycast issue. All that is currently implemented on the
developbranch is the ability to add an alias to~/Applications/PlayCover/which Spotlight and Launchpad can pick up.@rakleed commented on GitHub (Mar 20, 2023):
Indeed, this was a problem either with the system (the Russian language was duplicated in the macOS settings), or Raycast.