giving systray client its own config file

This commit is contained in:
hypercubus
2004-08-21 01:40:30 +00:00
committed by zzz
parent 78b7f228f5
commit 846c393168
2 changed files with 11 additions and 1 deletions

View File

@ -17,5 +17,4 @@ clientApp.2.args=i2ptunnel.config
# kickstart the systray (currently only works on Win32 and KDE) # kickstart the systray (currently only works on Win32 and KDE)
clientApp.3.main=net.i2p.apps.systray.SysTray clientApp.3.main=net.i2p.apps.systray.SysTray
clientApp.3.name=Systray clientApp.3.name=Systray
clientApp.3.args=browser default
clientApp.3.onBoot=true clientApp.3.onBoot=true

View File

@ -0,0 +1,11 @@
# NOTE: The system tray control currently only works on Windows and KDE.
# The filename (with full path if needed) of the browser to be used by the
# system tray control to launch the router console. You may also append command
# line parameters like so:
#
# browser=/usr/bin/opera -newpage
#
# If you set this value to 'default', systray will attempt to identify and use
# your system's default browser.
browser=default