4

In Ubuntu 14.04, We know all Web apps run in ubuntu-made browser instead of firefox. I would like Gmail and some other services Webapps (in the ubuntu made browser) to launch in the startup. To do this, I need terminal command line to launch web app. I tried, gmail,Gmail, unity-webapps-Gmail,webapps-Gmail. Nothing I tried works. I request someone to help me.

2707974
  • 10,758
Sai Ram
  • 41

2 Answers2

5

You can start Ubuntu Web Browser by

$ webbrowser-app <address>
$ webbrowser-app https://mail.google.com

Press Super (Windows key) type Startup Application. enter image description here

  1. Click Add.
  2. Enter whatever you want to run at startup. For eg unity-webapps-gmail (replace firefox).
  3. Click Add & Close
  4. Next time you login it will launch gmail (or whatever you entered) automatically for you.

All unity apps. See this.

For other services, you need to enter your service address. Replace (field 2) with webbrowser-app http://mail.google.com (or any other) for Unity Web Browser to launch with.

Happy to help.

xyz
  • 1,836
  • Thanks far_sight, I got the terminal command to launch web apps. As about the 'unity-webapps-gmail' command, I have mentioned in my question, it is not working. I tried it again. It is not working as terminal command nor as startup command. All unity-webapps-... commands are not working for me. – Sai Ram May 01 '14 at 18:27
  • Try using the browser command I have specified above. $ webbrowser-app https://mail.google.com. – xyz May 01 '14 at 21:17
  • Thanks far_sight, it is working fine as startup command. – Sai Ram May 06 '14 at 14:48
0

Locate the .desktop file that is used to launch the web app

Usually present at .local/share/applications in Home directory

Copy the exec command and run it in the terminal (check for the name property in the file to make sure that it corresponds to the app you are looking for).

anonymous2
  • 4,325
RHOOPH
  • 1
  • 1