Browser Launcher
If you are in Midori, you may launch any link as a web-app from your bookmark bar or shortcut menu.First, navigate to your site. In our example, we'll use the NY Times. Click the bookmark star, select the appropriate options, and mark the "Run as wep application" box.
Midori Web-App Launchers
To create a Midori Web-App that feels more integrated into elementary Luna, we will need to create a desktop launcher.To do this, open the Scratch text-editor and paste in the following text.
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=NAME OF WEB-APP
Exec=midori --app=http://ADDRESS OF WEB-APP
Terminal=false
Icon=PATH TO ICON
Type=Application
Categories=Network;WebBrowser;
You will need to change the Looking Forward
If the preceding process seemed unnecessarily complicated compared with Fogger and Chrome, you are not alone. There is a blueprint out that would integrate Unity's Web API, allowing the following:- When navigating a supported website, show the prompt "Would you like to integrate {webapp} with the desktop?"
- If the user agrees, create a new app (like Fogger does).
- Launch the newly created app immediately.
- If the user wants to launch the app later, it will be found in Slingshot