-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwlcaction.xml
67 lines (67 loc) · 1.45 KB
/
wlcaction.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<gconfentryfile>
<entrylist base="/apps/nautilus-actions/configurations/183e1368-3396-4f96-80d7-cac59171bd4d">
<entry>
<key>type</key>
<value>
<string>Action</string>
</value>
</entry>
<entry>
<key>items</key>
<value>
<list type="string">
<value>
<string>profile-zero</string>
</value>
</list>
</value>
</entry>
<entry>
<key>label</key>
<value>
<string>Wine Launcher Creator</string>
</value>
</entry>
<entry>
<key>toolbar-label</key>
<value>
<string>Wine Launcher Creator</string>
</value>
</entry>
<entry>
<key>profile-zero/desc-name</key>
<value>
<string>Default profile</string>
</value>
</entry>
<entry>
<key>profile-zero/path</key>
<value>
<string>/usr/local/bin/wlcreator.py</string>
</value>
</entry>
<entry>
<key>profile-zero/parameters</key>
<value>
<string>%d/%f</string>
</value>
</entry>
<entry>
<key>profile-zero/basenames</key>
<value>
<list type="string">
<value>
<string>*.exe</string>
</value>
</list>
</value>
</entry>
<entry>
<key>profile-zero/matchcase</key>
<value>
<bool>false</bool>
</value>
</entry>
</entrylist>
</gconfentryfile>