Skip to content
Snippets Groups Projects
Sebastian Paul's avatar
Sebastian Paul authored
057266ad
History
-- SUMMARY --

Add Drupal as a webapp in Ubuntus Unity.

It adds a Shortcut to ubuntus launcher and allows integration for menu shortcuts in the Unity HUD.



-- REQUIREMENTS --

Uniy Webapps must be installed in ubuntu
http://www.omgubuntu.co.uk/2012/07/how-to-install-ubuntus-new-web-apps-feature


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

* nothing there yet
* it's possible to add menu links by returning an array with 
*
* hook_unityapi_addlinks()
* array(
   [0] => array(
      name => "linkname",
      href => "link",
      )
    ...
    );
* example implementation can be seen in unity_hud_menu.module