Sat, 02 Feb 2019 11:12:54 +0100
Merged with default branch to prepare release 19.02.
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_webbrowser@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
|
5 | MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; |
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:
4054
diff
changeset
|
8 | Name=eric6 Web Browser (QtWebKit)@PY_MARKER@ |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
9 | Name[de]=eric6 Web Browser (QtWebKit)@PY_MARKER@ |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
10 | Comment=Web Browser for PyQt based on QtWebKit |
fe7ecf4517e0
Modified the .desktop files for the two browser variants.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
11 | Comment[de]=Web Browser für PyQt basierend auf QtWebKit |
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:
5027
diff
changeset
|
14 | Categories=Qt;X-Python;Network;WebBrowser;X-QtWebKit; |
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 |