~midori/midori/gtk3WebKit2only

« back to all changes in this revision

Viewing changes to data/midori.desktop.in

  • Committer: Christian Dywan
  • Date: 2013-03-13 19:03:43 UTC
  • Revision ID: git-v1:576cdf1680c19843350621786f76642f04be2c03
Add .desktop file validation unit test and fix errors

Pantheon not being recognized is a known false positive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
StartupNotify=true
16
16
X-Osso-Type=application/x-executable
17
17
X-Osso-Service=midori
18
 
Actions=TabNew;WindowNew;Private
 
18
Actions=TabNew;WindowNew;Private;
19
19
 
20
20
[Desktop Action TabNew]
21
21
_Name=New Tab
22
22
Exec=midori -e TabNew
23
 
TargetEnvironment=Unity
24
23
 
25
24
[Desktop Action WindowNew]
26
25
_Name=New Window
27
26
Exec=midori -e WindowNew
28
 
TargetEnvironment=Unity
29
27
 
30
28
[Desktop Action Private]
31
29
_Name=New Private Browsing Window
32
30
Exec=midori --private
33
 
TargetEnvironment=Unity
34
31