Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

open links in new tabs #13

Closed
benaryorg opened this issue Jan 1, 2015 · 5 comments
Closed

open links in new tabs #13

benaryorg opened this issue Jan 1, 2015 · 5 comments

Comments

@benaryorg
Copy link

I have set Webcat as my standard browser as discussed here:
https://together.jolla.com/question/1836/set-default-browser/

If the browser is already running it does not open anything (as the main() was already called).

@llelectronics
Copy link
Owner

Yeah indeed a limitation. Not sure how to fix this though.

@benaryorg
Copy link
Author

I will look into it, but I do not really have time for a few weeks now.

However, you might find an app which does have this feature.

EDIT: My Jolla did not want to send the email, I am sorry.

@benaryorg
Copy link
Author

In relation: Dax89/WebPirate#7

@llelectronics
Copy link
Owner

This commit: c09911b
Addes support for dbus protocol.
So if you correctly copy the the dbus service file included into that commit to ~/.local/share/dbus-1/services and adapt the open-url.desktop like so (could be also put into ~/.local/share/applications/):

[Desktop Entry]
Type=Application
Name=Browser
NotShowIn=X-MeeGo;
MimeType=text/html;x-maemo-urischeme/http;x-maemo-urischeme/https;
X-Maemo-Service=org.harbour.webcat
X-Maemo-Method=org.harbour.webcat.openUrl

it should work just like the sailfish-browser. (Though Webcat always tries to load the homepage in one tab when closed previously which causes a blank first tab)

I hope I can integrate that into the browser somehow or come up with another solution for the mimer app I wrote.

@llelectronics
Copy link
Owner

This is now closed with this commit: 576a331

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants