Differences
This shows you the differences between two versions of the page.
tech:software:os:linux [2022/11/07 18:04] – created alephalpha0 | tech:software:os:linux [2023/03/03 07:51] (current) – added in Installing Web App via GNOME Web alephalpha0 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux ====== | ====== Linux ====== | ||
- | == Magic SysRq Key == | + | ==== Installing a Web App via GNOME Web ==== |
+ | |||
+ | If the web-app is called **" | ||
+ | |||
+ | [Desktop Entry] | ||
+ | Version=1.0 | ||
+ | Type=Application | ||
+ | Exec=epiphany --application-mode=example.desktop https:// | ||
+ | Icon=example | ||
+ | StartupNotify=true | ||
+ | StartupWMClass=example | ||
+ | Terminal=false | ||
+ | Name=Example application | ||
+ | Comment=A system-wide web application`` | ||
+ | |||
+ | Note that the exec line includes a reference to the web app URL and to the .desktop file itself. Store the desktop file and matching icons in the usual locations, for example: | ||
+ | |||
+ | * For System-Wide: | ||
+ | |||
+ | / | ||
+ | / | ||
+ | |||
+ | * For your own user account: | ||
+ | |||
+ | ~/ | ||
+ | ~/ | ||
+ | |||
+ | **__You can also reference local HTML files as follows: | ||
+ | |||
+ | [Desktop Entry] | ||
+ | Name=Fedora Developer Portal | ||
+ | Comment=The developer workstation you've been waiting for. | ||
+ | GenericName=Documentation | ||
+ | Exec=epiphany --application-mode=fedora-developer-portal.desktop / | ||
+ | Icon=fedora-developer-portal | ||
+ | StartupWMClass=fedora-developer-portal | ||
+ | Type=Application | ||
+ | StartupNotify=true | ||
+ | MimeType=text/ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Magic SysRq Key ==== | ||
'' | '' | ||