src/eric7/data/linux/eric7_browser.desktop.in

Sun, 26 Feb 2023 12:44:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 26 Feb 2023 12:44:03 +0100
branch
mpy_network
changeset 9803
2ab3de60b51c
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

MicroPython
- fixed an issue checking, if the device data is available

2383
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
1 [Desktop Entry]
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
2 Version=1.0
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
3 Type=Application
8339
75908476226e Prepared the install and uninstall scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
4 Exec=@BINDIR@/eric7_browser@MARKER@
75908476226e Prepared the install and uninstall scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
5 TryExec=@BINDIR@/eric7_browser@MARKER@
5198
302a54ccc9b2 Modified the desktop file for the new browser to include MHTML files as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5027
diff changeset
6 MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-mimearchive;
3943
37d88bed7bb9 Extended install script to mark more files with Python variant markers and added the '--noapis' switch to suppress API files installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 3931
diff changeset
7 Icon=ericWeb@MARKER@
2383
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
8 Terminal=false
8339
75908476226e Prepared the install and uninstall scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
9 Name=eric7 Web Browser@PY_MARKER@
75908476226e Prepared the install and uninstall scripts.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8312
diff changeset
10 Name[de]=eric7 Web Browser@PY_MARKER@
9209
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8339
diff changeset
11 Comment=Web Browser for PyQt6 based on QtWebEngine
b99e7fd55fd3 Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 8339
diff changeset
12 Comment[de]=Web Browser für PyQt6 basierend auf QtWebEngine
2383
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
13 GenericName=Web Browser
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
14 GenericName[de]=Web Browser
5607
3bf41677d8ee Fixed some entries in the .desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 5198
diff changeset
15 Categories=Qt;X-Python;Network;WebBrowser;X-QtWebEngine;
2383
e999256385bd Extended the installation routine by the creation of a desktop file for the eric5 web browser.
"Detlev Offenbach <detlev@die-offenbachs.de>"
parents:
diff changeset
16 StartupNotify=true

eric ide

mercurial