We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2019-10-12 12:58:08 +0200

How can I invoque Firefox Focus to open an URL from picker menu?

I'm trying to Firefox Focus automatically open an URL from picker menu in this way:

image description

But unfurtunatilly I'm only achieving to open Firefox Focus main page.

I already have configured mimeinfo.cache and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop on this way.

mimeinfo.cache:

[MIME Cache]
text/html=open-url.desktop;harbour-webcat-open-url.desktop;
x-scheme-handler/http=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;
x-scheme-handler/https=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;

and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop:

[Desktop Entry]
Exec=apkd-launcher org.mozilla.focus.apk org.mozilla.focus/org.mozilla.focus.activity.MainActivity
Icon=/var/lib/apkd/apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.png
Name=Firefox Focus
Type=Application
Version=1.0
X-Nemo-Application-Type=no-invoker
X-Nemo-Single-Instance=no
X-apkd-apkfile=/home/.android/data/app//org.mozilla.focus.apk
X-apkd-packageName=org.mozilla.focus
NotShowIn=X-MeeGo;
MimeType=x-scheme-handler/http;x-scheme-handler/https;
Hidden=true;

But still still Firefox Focus can't manage URL's from picker menu. It only opens itself.

Is there any way that an Android webbrowser could take an URL an open it directly from picker menu?

Thanks in advance.

How can I invoque invoke Firefox Focus to open an URL from picker menu?

I'm trying to Firefox Focus automatically open an URL from picker menu in this way:

image description

But unfurtunatilly I'm only achieving to open Firefox Focus main page.

I already have configured mimeinfo.cache and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop on this way.

mimeinfo.cache:

[MIME Cache]
text/html=open-url.desktop;harbour-webcat-open-url.desktop;
x-scheme-handler/http=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;
x-scheme-handler/https=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;

and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop:

[Desktop Entry]
Exec=apkd-launcher org.mozilla.focus.apk org.mozilla.focus/org.mozilla.focus.activity.MainActivity
Icon=/var/lib/apkd/apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.png
Name=Firefox Focus
Type=Application
Version=1.0
X-Nemo-Application-Type=no-invoker
X-Nemo-Single-Instance=no
X-apkd-apkfile=/home/.android/data/app//org.mozilla.focus.apk
X-apkd-packageName=org.mozilla.focus
NotShowIn=X-MeeGo;
MimeType=x-scheme-handler/http;x-scheme-handler/https;
Hidden=true;

But still still Firefox Focus can't manage URL's from picker menu. It only opens itself.

Is there any way that an Android webbrowser could take an URL an open it directly from picker menu?

Thanks in advance.