This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathunix-shortcuts.xml
148 lines (127 loc) · 4.14 KB
/
unix-shortcuts.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>
<!-- =================================================================================== -->
<skipIfNotSupported/>
<programGroup defaultName="GeoNetwork opensource" location="applications"/>
<!-- =================================================================================== -->
<!-- GN open homepage -->
<shortcut
name="Open GeoNetwork opensource"
description="This opens the GeoNetwork homepage in a web browser"
target="$INSTALL_PATH/bin/win/start-stdln.html"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/bin/ico/gn.ico"
iconIndex="0"
initialState="normal"
programGroup="yes"
startup="no">
<createForPack name="Core"/>
</shortcut>
<!-- =================================================================================== -->
<!-- GN start -->
<shortcut
name="Start server"
description="This starts the GeoNetwork server"
programGroup="yes"
desktop="no"
startup="no"
target="$INSTALL_PATH/bin/start-geonetwork.sh"
initialState="noShow"
workingDirectory="$INSTALL_PATH/bin"
type="Application"
iconFile="$INSTALL_PATH/bin/ico/gnstart.ico"
iconIndex="0"
encoding="UTF-8">
<createForPack name="Core"/>
</shortcut>
<!-- =================================================================================== -->
<!-- GN stop -->
<shortcut
name="Stop server"
description="This stops the GeoNetwork server"
programGroup="yes"
desktop="no"
target="$INSTALL_PATH/bin/stop-geonetwork.sh"
initialState="noShow"
workingDirectory="$INSTALL_PATH/bin"
type="Application"
iconFile="$INSTALL_PATH/bin/ico/gnstop.ico"
iconIndex="0"
encoding="UTF-8">
<createForPack name="Core"/>
</shortcut>
<!-- =================================================================================== -->
<!-- GAST -->
<shortcut
name="Start GAST"
description="This starts GeoNetwork's Administrator Survival Tool"
programGroup="yes"
desktop="no"
commandLine="$INSTALL_PATH/bin/gast.sh"
initialState="noShow"
workingDirectory="$INSTALL_PATH/bin"
type="Application"
iconFile="$INSTALL_PATH/bin/ico/gast.ico"
iconIndex="0"
encoding="UTF-8">
<createForPack name="GAST"/>
</shortcut>
<!-- =================================================================================== -->
<!-- Documentation -->
<shortcut
name="Documentation"
description="GeoNetwork opensource documentation"
target="$INSTALL_PATH/web/geonetwork/docs/eng/users"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/bin/ico/docs.ico"
iconIndex="0"
initialState="normal"
programGroup="yes"
startup="no">
</shortcut>
<!-- =================================================================================== -->
<!-- GN readme -->
<shortcut
name="Release notes "
description="GeoNetwork desktop release notes "
target="$INSTALL_PATH/web/geonetwork/docs/readme.html"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/bin/ico/text.ico"
iconIndex="0"
initialState="normal"
programGroup="yes"
startup="no">
<createForPack name="Core"/>
</shortcut>
<!-- =================================================================================== -->
<!-- License -->
<shortcut
name="GPL License"
description="GeoNetwork opensource GNU-GPL license "
target="$INSTALL_PATH/web/geonetwork/docs/license.html"
commandLine=""
workingDirectory="$INSTALL_PATH"
iconFile="$INSTALL_PATH/bin/ico/text.ico"
iconIndex="0"
initialState="normal"
programGroup="yes"
startup="no">
</shortcut>
<!-- =================================================================================== -->
<!-- Uninstall -->
<shortcut
name="Uninstaller"
programGroup="yes"
target="java"
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
initialState="noShow"
iconFile="trashcan_full"
iconIndex="0"
type="Application"
encoding="UTF-8">
</shortcut>
<!-- =================================================================================== -->
</shortcuts>