-
There are many programs that needs the ability to launch web browser for them. Now we have only specific Firefox profile to point to. But users might have different installation of FF or they might use different browser altogether. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is usually handled by |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. Any suggestions on how to refactor profiles like thunderbird and qbittorrent? |
Beta Was this translation helpful? Give feedback.
-
Thunderbird use an program like |
Beta Was this translation helpful? Give feedback.
Thunderbird use an program like
xdg-open
, simply replacerCx -> open,
byrPx -> child-open
(and remove theopen
subprofile) and that should be OK. For qbittorrent, they seem to open the program directly so there is no solution right now. The way I see a solution would be to create anopen
abstraction that allow to start the same program than inchild-open
.