firefox: How to open other programs? #6988
-
|
Hi, I am not sure how to handle this properly so I am asking this here. Thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It should be doable if firefox is calling the other programs through IPC (such If that's the case, you can try to figure out (with something like For example, if it calls program Foo with the Feel free to post the methods found. Though note that the more programs are allowed to be called outside of the
See also: |
Beta Was this translation helpful? Give feedback.
It should be doable if firefox is calling the other programs through IPC (such
as through dbus).
If that's the case, you can try to figure out (with something like
d-feet)which dbus methods it calls to open a program and allow it in the profile.
For example, if it calls program Foo with the
foo.bar.bazmethod, you can