Skip to content

Commit

Permalink
[Setup.xml] Replace * to restart="gui"
Browse files Browse the repository at this point in the history
  • Loading branch information
fairbird committed Feb 21, 2025
1 parent 1bb3a00 commit 8056cb9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<item level="1" text="Show setup default values" description="In Setup screens choose whether to show the default value of the selected item in the description field.">config.usage.setupShowDefault</item>
<item level="1" text="Show screen path" description="This option allows you to show the full screen path leading to the current screen.">config.usage.showScreenPath</item>
<item level="1" text="Sort Extension Menu" description="Select the sort order of the Extension Menu entries.">config.usage.sortExtensionslist</item>
<item level="1" text="Virtual keyboard skin *" description="You can select the skin of virtual keyboard.">config.misc.virtualkeyBoardstyle</item>
<item level="1" text="Virtual keyboard skin" description="You can select the skin of virtual keyboard." restart="gui">config.misc.virtualkeyBoardstyle</item>
<item level="0" text="Show menu or plugin numbers" description="This option allows you to show menu and/or plugin number quick links.">config.usage.menu_show_numbers</item>
<item level="2" text="Show softcam setup in extensions menu" description="This option allows you to add the softcam setup in the extensions menu." requires="HasSoftcamInstalled">config.misc.softcam_setup.extension_menu</item>
<item level="1" text="Zap key delay for channel number input" description="In live view wait this many seconds after a numeric key press before assuming the required channel number has been entered. Default: 5 seconds. Setting zero will require confirmation with 'OK'. ">config.misc.zapkey_delay</item>
Expand Down Expand Up @@ -288,7 +288,7 @@
-->
</setup>
<setup key="PluginBrowser" title="Plugin Browser Settings" showOpenWebif="1">
<item level="0" text="Plugin Browser layout *" description="Select the layout of the installed plugins in the Plugin Browser screen. NOTE: The change is not immediate but will be seen when Plugin Browser is restarted!">config.misc.plugin_style</item>
<item level="0" text="Plugin Browser layout" description="Select the layout of the installed plugins in the Plugin Browser screen. NOTE: The change is not immediate but will be seen when Plugin Browser is restarted!" restart="gui">config.misc.plugin_style</item>
<item level="0" text="Picon install location" description="Select the location where the picon files will be installed.">config.usage.piconInstallLocation</item>
<item level="0" text="Show Driver packages" description="Select 'Yes' to show driver packages in the Download Plugins screen.">config.pluginfilter.drivers</item>
<item level="0" text="Show Extension packages" description="Select 'Yes' to show extensions packages in the Download Plugins screen.">config.pluginfilter.extensions</item>
Expand Down Expand Up @@ -391,9 +391,9 @@
<item level="2" text="Handle Python crashes" description="Try to prevent reboots for software errors and maintain of the availability for the receiver.">config.crash.bsodpython</item>
<item level="2" text="Show crash info on screen and write crash log for x times" description="If 'never', will write crash log despite that for the first crash." requires="config.crash.bsodpython">config.crash.bsodhide</item>
<item level="2" text="Restart GUI after x crashes" description="If 'never', will force restart despite that after 100 crashes." requires="config.crash.bsodpython">config.crash.bsodmax</item>
<item level="2" text="Enable debug log *" description="Allows you to enable the debug log. They contain very detailed information of everything the system does.">config.crash.debugLevel</item>
<item level="2" text="Include international data *" description="Enable this option to add international language and country load information detected during system boot to the debug log file.">config.crash.debugInternational</item>
<item level="2" text="Include MultiBoot data *" description="Enable this option to add MultiBoot information detected during system boot to the debug log file.">config.crash.debugMultiBoot</item>
<item level="2" text="Enable debug log" description="Allows you to enable the debug log. They contain very detailed information of everything the system does." restart="gui">config.crash.debugLevel</item>
<item level="2" text="Include international data" description="Enable this option to add international language and country load information detected during system boot to the debug log file." restart="gui">config.crash.debugInternational</item>
<item level="2" text="Include MultiBoot data" description="Enable this option to add MultiBoot information detected during system boot to the debug log file." restart="gui">config.crash.debugMultiBoot</item>
<item level="2" text="Include keyboard data" description="Enable this option to add keyboard key map data to the debug log file.">config.crash.debugKeyboards</item>
<item level="2" text="Include remote control data" description="Enable this option to add remote control data to the debug log file.">config.crash.debugRemoteControls</item>
<item level="2" text="Include action map data" description="Enable this option to add action map / remote control mapping data to the debug log file.">config.crash.debugActionMaps</item>
Expand All @@ -411,15 +411,15 @@
<item level="2" text="Maximum space used (MB)" description="If logs are using the set maximum space used the eldest will be deleted.">config.crash.sizeloglimit</item>
<item level="2" text="Crash at skin error for debug reasons" description="Select 'No' to only write a log message to the debug log file.">config.crash.skin_error_crash</item>
<item level="2" text="Log python stack trace on spinner" description="Set to yes for debugging the root cause of a spinner.">config.crash.pystackonspinner</item>
<item level="2" text="Debug log time format *" description="This sets the prefix for each line in the debug log. The 'Boot time' is the number of seconds since your device was last booted.">config.crash.debugTimeFormat</item>
<item level="2" text="Enable GStreamer debug log *" description="Allows you to enable the GStreamer debug log. They contain very detailed information of everything the GStreamer system does.">config.crash.gstdebug</item>
<item level="2" text="Debug log time format" description="This sets the prefix for each line in the debug log. The 'Boot time' is the number of seconds since your device was last booted." restart="gui">config.crash.debugTimeFormat</item>
<item level="2" text="Enable GStreamer debug log" description="Allows you to enable the GStreamer debug log. They contain very detailed information of everything the GStreamer system does." restart="gui">config.crash.gstdebug</item>
<if conditional="config.crash.gstdebug.value">
<item level="2" text="GStreamer debug log category *" description="Only log debug information of GStreamer category. * means all categories.">config.crash.gstdebugcategory</item>
<item level="2" text="GStreamer debug log level *" description="Detail of GStreamer log">config.crash.gstdebuglevel</item>
<item level="2" text="GStreamer debug log category" description="Only log debug information of GStreamer category. * means all categories." restart="gui">config.crash.gstdebugcategory</item>
<item level="2" text="GStreamer debug log level" description="Detail of GStreamer log" restart="gui">config.crash.gstdebuglevel</item>
</if>
<item level="2" text="Enable GStreamer pipeline graphs *" description="Allows you to enable the GStreamer pipeline graphs. These are .dot files that describe the topology of your pipeline, along with the caps negotiated in each link.">config.crash.gstdot</item>
<item level="2" text="Enable core dumps *" description="Core dumps are helpful for developers in case of a FATAL SIGNAL crash in the C++ code. Typical core dump size is 110 MB so adjust maximum space used and choose proper location.">config.crash.coredump</item>
<item level="2" text="Enable twisted log *" description="Allows you to enable the twisted log. They contain very detailed information of everything the twisted does. ('/tmp/twisted.log')">config.misc.enabletwistedlog</item>
<item level="2" text="Enable GStreamer pipeline graphs" description="Allows you to enable the GStreamer pipeline graphs. These are .dot files that describe the topology of your pipeline, along with the caps negotiated in each link." restart="gui">config.crash.gstdot</item>
<item level="2" text="Enable core dumps" description="Core dumps are helpful for developers in case of a FATAL SIGNAL crash in the C++ code. Typical core dump size is 110 MB so adjust maximum space used and choose proper location." restart="gui">config.crash.coredump</item>
<item level="2" text="Enable twisted log" description="Allows you to enable the twisted log. They contain very detailed information of everything the twisted does. ('/tmp/twisted.log')" restart="gui">config.misc.enabletwistedlog</item>
<!--<item level="2" text="User name" description="Enter your forum user name, to make it easier trace logs.">config.logmanager.user</item>
<item level="2" text="e-Mail address" description="Enter your email address to send a copy of the log to.">config.logmanager.useremail</item>
<item level="2" text="Send yourself a copy ?" description="Allows you to send a copy of the log to yourself.">config.logmanager.usersendcopy</item>-->
Expand Down

0 comments on commit 8056cb9

Please sign in to comment.