Skip to content

Instantly share code, notes, and snippets.

@asserchiu
Created February 25, 2015 14:42
Show Gist options
  • Save asserchiu/820580e705f005f0e9ac to your computer and use it in GitHub Desktop.
Save asserchiu/820580e705f005f0e9ac to your computer and use it in GitHub Desktop.
Telegram Web in `webapp-container`. Tested in Ubuntu Trusty. Change the *Icon* to your own icon path. It is recommanded to place this file at `/usr/share/applications/`(for all users) or at `~/.local/share/applications/`(for current user).
[Desktop Entry]
Name=Telegram Web
Comment=Telegram Web in `webapp-container`
Type=Application
Icon=/path/to/Telegram.png
Exec=webapp-container --store-session-cookies --webappUrlPatterns=https?://web.telegram.org/* https://web.telegram.org/ %u
Terminal=false
Categories=Network;
@asserchiu
Copy link
Author

UnityLaunchersAndDesktopFiles - Community Help Wiki
https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles

@asserchiu
Copy link
Author

Ubuntu – Details of package webapp-container in trusty
http://packages.ubuntu.com/trusty/x11/webapp-container

Web | Ubuntu developer portal
https://developer.ubuntu.com/en/web/

Tutorials | Ubuntu developer portal
https://developer.ubuntu.com/en/web/tutorials/

Webapps guide | Ubuntu developer portal
https://developer.ubuntu.com/en/web/ubuntu-webapps-guide/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment