~ubuntu-branches/ubuntu/saucy/unity-webapps-qml/saucy-proposed

« back to all changes in this revision

Viewing changes to src/Ubuntu/UnityWebApps/plugin/unity-webapps-api.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Alexandre Abreu, Ubuntu daily release
  • Date: 2013-09-19 22:03:24 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130919220324-igq7vbrtf1rb9jzn
Tags: 0.1+13.10.20130919.4-0ubuntu1
[ Alexandre Abreu ]
* Add startupwmclass to desktop file generation.
* Disable some tests on phone since the backends are not there yet.
* Remove all references to inputs (unecessary anyway) to run on touch.
  (LP: #1227412)

[ Ubuntu daily release ]
* Automatic snapshot from revision 65

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
                               "Type=Application\n"
479
479
                               "Icon=%2\n"
480
480
                               "Actions=S1;S2;S3;S4;S5;S6;S7;S8;S9;S10;\n"
481
 
                               "Exec=webbrowser-app --app-id='%4' --webapp='%5' %u\n\n"
 
481
                               "StartupWMClass=%3\n"
 
482
                               "Exec=webbrowser-app --app-id='%4' --webapp='%5' --maximized --enable-back-forward %u\n\n"
482
483
                               "%6")
483
484
            .arg(webappName)
484
485
            .arg(UnityWebappsQML::getIconPathFor(iconName))
485
486
            .arg(appId)
 
487
            .arg(appId)
486
488
            .arg(QString(webappName.toUtf8().toBase64().data()))
487
489
            .arg( ! webappName.isEmpty()
488
490
                 ? generateActionsEntry(webappName)