Sat, 01 Sep 2018 10:39:08 +0200
Re-merged with "default" branch in order to include some last minute fixes in the next release.
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 |
6275
8ce9f9c467ec
Fixed some install script issues related to defining the bin dir via -b switch.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5607
diff
changeset
|
4 | Exec=@BINDIR@/eric6_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
|
5 | 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
|
6 | 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
|
7 | Terminal=false |
5027
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4806
diff
changeset
|
8 | Name=eric6 Web Browser (QtWebEngine)@PY_MARKER@ |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4806
diff
changeset
|
9 | Name[de]=eric6 Web Browser (QtWebEngine)@PY_MARKER@ |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4806
diff
changeset
|
10 | Comment=Web Browser for PyQt5 based on QtWebEngine |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4806
diff
changeset
|
11 | Comment[de]=Web Browser für PyQt5 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
|
12 | 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
|
13 | GenericName[de]=Web Browser |
5607
3bf41677d8ee
Fixed some entries in the .desktop files.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5198
diff
changeset
|
14 | 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
|
15 | StartupNotify=true |