2019.1: Find Action shortcut opens terminal "securityuploadd"

If I press CMD-SHIFT-A to open the Find Action... panel, a macOS Terminal opens with the following output. I have confirmed that CMD-SHIFT-A is not mapped to anything else in PhpStorm settings. Any ideas?

securityuploadd(8) - Keychain Metrics Uploader
git-upload-archive(1) - Send archive back to git-archive
git-upload-pack(1) - Send objects packed back to git-fetch-pack

[Process completed]
17
8 comments
Avatar
Permanently deleted user

Same problem, but I noticed that the opened terminal has title with previous action preceded by a word "apropos". F.e. "apropos Pull", "apropos Project Settings".


Then the context change depends on that command.

For "appropos Pull" it is:

Pod::Simple::PullParser(3) - -- a pull-parser interface to parsing Pod

Pod::Simple::PullParserEndToken(3) - -- end-tokens from Pod::Simple::PullParser

Pod::Simple::PullParserStartToken(3) - -- start-tokens from Pod::Simple::PullParser

Pod::Simple::PullParserTextToken(3) - -- text-tokens from Pod::Simple::PullParser

Pod::Simple::PullParserToken(3) - -- tokens from Pod::Simple::PullParser

ansible-pull(1)          - pulls playbooks from a VCS repo and executes them for the local host rst2man-indent-level 0 1 rstReportMargin \$1 \n[an-margin] level \n[rst2man-indent-level] level margin: \n[rst2man-indent\n[rst2man-indent-level]] - \n[rst2man-indent0] \n[rst2man-indent1] \n[rst2man-indent2] . 1 INDENT RS \$1 nr rst2man-indent\n[rst2man-indent-level] \n[an-margin] nr rst2man-indent-level +1 . UNINDENT RE rst2man-indent-level -1 \n[rst2man-indent\n[rst2man-indent-level]]u

git-pull(1)              - Fetch from and integrate with another repository or a local branch

git-request-pull(1)      - Generates a summary of pending changes

gnutls_transport_set_pull_function(3) - API function

gnutls_transport_set_pull_timeout_function(3) - API function

git-pull(1)              - Fetch from and integrate with another repository or a local branch

git-request-pull(1)      - Generates a summary of pending changes



[Process completed]

 

1

Oh good point, yeah I am seeing it change on some runs:

 

securityuploadd(8)       - Keychain Metrics Uploader

stringdups(1)            - Identify duplicate strings or other objects in malloc blocks of a target process

uplevel(ntcl)            - Execute a script in a different stack frame

FcPatternDuplicate(3)    - Copy a pattern

FcStrCopy(3)             - duplicate a string

MPI_Comm_dup(3), MPI_Comm_dup (3) - Duplicates an existing communicator with all its cached information

MPI_Comm_dup_with_info(3), MPI_Comm_dup_with_info (3) - Duplicates an existing communicator using provided info

MPI_Comm_idup(3), MPI_Comm_idup (3) - Start the nonblocking duplication of an existing communicator with all its cached information

MPI_File_get_group(3)    - Returns a duplicate of the process group of a file

MPI_Info_dup(3)          - Duplicates an info object

MPI_Type_dup(3)          - Duplicates a data type with associated key values

MPI_Win_get_group(3)     - Returns a duplicate of the group of the communicator used to create the window

ares_dup(3)              - Duplicate a resolver channel

git-upload-archive(1)    - Send archive back to git-archive

git-upload-pack(1)       - Send objects packed back to git-fetch-pack

npm-dedupe(1)            - Reduce duplication




[Process completed]
0

The issue is caused by changes in macOS system shortcuts.
Go to System Preferences | Keyboard | Shortcuts | Services and disable Search man Page Index in Terminal.

76
Avatar
Permanently deleted user

Thanks!, you've just saved me. 

I was starting to think it was a bug of the latest PHPStorm version.

1

Thanks, @ashish, it woked for me.

Every time I update my mac I end up finding a new conflict with another software, wtf... last time the issue was about night mode/shift and Workbench.

2
Avatar
Permanently deleted user

Yes, thanks @ashish!  I'd fixed a keyboard shortcut issue with something else before, and didn't realize that's what was happening here, too.

0
Avatar
Permanently deleted user

Thanks @ashish for the workaround!!!

0

Please sign in to leave a comment.