M
M
Maxim2019-06-08 12:39:12
linux
Maxim, 2019-06-08 12:39:12

How to determine where the application starts?

There is a pasystray application that starts regardless of the graphical shell. Not listed in services either. But I need to understand where it starts from in order to pass parameters to it (in my case, this is the parameter to disable notifications --notify=false). Of course, you can register its command in autorun with your own parameters, but then two versions of this application will start, that is, in any case, you need to understand where it starts from in order to remove it from there and use your launch option.
I read the manual but didn't find anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
PatapoIIIka, 2019-06-10
@PatapoIIIka

Perhaps some script starts the application, try
grep -r '*application path*' /

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question