-
Notifications
You must be signed in to change notification settings - Fork 19
/
Unix_shortcutSpec.xml
112 lines (97 loc) · 2.37 KB
/
Unix_shortcutSpec.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>
<skipIfNotSupported/>
<programGroup defaultName="The Free Network Project" location="applications"/>
<shortcut
name="Browse Freenet"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/bin/browse.sh"
commandLine=""
initialState="noShow"
iconFile="$INSTALL_PATH/freenet.ico"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
createForAll="false"
description="Open the Freenet web interface in a browser">
<createForPack name="Base" />
</shortcut>
<shortcut
name="The Freenet Project Website"
programGroup="yes"
desktop="yes"
applications="no"
startMenu="no"
startup="no"
iconFile="$INSTALL_PATH/freenet.ico"
iconIndex="0"
type="Link"
url="http://freenetproject.org"
encoding="UTF-8"
createForAll="false"
description="This starts a browser pointing to http://freenetproject.org">
<createForPack name="Base" />
</shortcut>
<shortcut
name="Uninstall Freenet"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="java"
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
initialState="noShow"
iconFile="trashcan_full"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
createForAll="false"
description="This uninstalls Freenet">
<createForPack name="UninstallStuff" />
</shortcut>
<shortcut
name="Restart Freenet"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/run.sh"
commandLine="restart"
initialState="noShow"
iconFile="$INSTALL_PATH/freenet.ico"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
createForAll="false"
description="Start or restart Freenet">
<createForPack name="Base" />
</shortcut>
<shortcut
name="Shutdown Freenet"
programGroup="yes"
desktop="no"
applications="no"
startMenu="no"
startup="no"
target="$INSTALL_PATH/run.sh"
commandLine="stop"
initialState="noShow"
iconFile="$INSTALL_PATH/freenet.ico"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
createForAll="false"
description="Shut down Freenet">
<createForPack name="Base" />
</shortcut>
</shortcuts>