mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
* included changes from @nmat from separate repo into mrng * added sphinx-doc build dir * fixed error on non-appveyor builds * removed unneccesary variable * added post-build script for sphinx documenatation * retired "move_help_files" post build script * added sphinx-documentation files to project * display spinx docs * changed theme to read the docs * fixed typo * restructured sphinx dir * added documentation forr keyboard shortcuts and command line switches * more hierarchy fixes * added known issues * added images for sphinx docs to project * added quick connect documentation * added port scan documentation * added screenshot manager documentation * added notifications documentation * added import/export documentation * added ssh file transfer documentation * added connection config documentation * added options documentation * added menus documentation * converted remaining help files and tidied up resources * fixed formatting error * modified sphinx script to automatically grab assembly details from assembly file * modified copyright string for automated sphinx builds * splitted toctree * added RTD configuration file * added RTD badge * use default values if assembly file cannot be found * removed colons from headings * Minor fixes * Remove source link so its not confusing for users * Fix minor spelling * Add editorconfig for rst files * added external tools cheat sheet * extended known issues segment * added contact information * Fix list item in document: * Under "Opening and Closing Connections" * added infor on how to migrate from pre-NG versions * fixed list not being rendered properly * removed markup guide from help to move it to the github wiki * added missing information from github wiki * removed contributing document from repository itself to move it to the wiki * fixed formatting error * Add more information for import/export * minor wording fixes * moved troubleshooting and known issues to its own support section * moved "folders and inheritance" under "application handling" * Minor formatting fixes * Formatting fixes * Updated docs for ssh file transfer: * Added screenshot * Updated documentation a little * added FAQ * revised external tools * fixed sphinx build errors * changed heading format * do not output images for sphinx docs to build dir * removed issue/pr templates * updated appveyer configuration * added missing variables * added python to path * output PATH for debugging * sphinx build tests * Minor cleanup * added sql script changes into sphinx docs * removed unused appveyor.xml
44 lines
1.9 KiB
ReStructuredText
44 lines
1.9 KiB
ReStructuredText
*************
|
|
Notifications
|
|
*************
|
|
|
|
The notifications panel contains any errors or informational messages that mRemoteNG triggers.
|
|
Some example errors can be if there is a problem to connect, information on lost connection and so much more.
|
|
Notification settings can be found in (Tools > Options > Notifications)
|
|
below we will explain what can be set and how they do affect for various troubleshooting.
|
|
|
|
Notifications general settings
|
|
==============================
|
|
|
|
.. tip::
|
|
|
|
If you dont want the panel to show at all. Then unmark all options inSwitch to Notification panel on. Then the panel will not come up automatically.
|
|
|
|
.. figure:: /images/notifications_panel.png
|
|
|
|
This will tell mRemoteNG what type of messages and the level of messages to send to the panel. It does not the level for the log that mRemoteNG has but only for panel output.
|
|
|
|
There is also 2 different options mentioned below:
|
|
|
|
- Show these message types - Level of messages to show in panel. (default: Warnings and Errors)
|
|
- Switch to Notifications panel on - If interface should switch to the panel when a level of message occurs (default: all enabled)
|
|
|
|
Logging settings
|
|
================
|
|
Here you define the logging of messages.
|
|
That is a continues log which can be used to backtrack any error that has occurred.
|
|
Good when for example reporting issues about mRemoteNG or to check more details about problems.
|
|
|
|
Log path - Choose where the log should recide (default: Log to application directory)
|
|
Log these message types - Level of logging to logfile (default: Informations, Warnings, Errors)
|
|
|
|
Popups settings
|
|
===============
|
|
|
|
.. figure:: /images/notifications_popup.png
|
|
|
|
When items are selected here you will recieve a popup on the error that occurrs
|
|
based on level chosen in settings here.
|
|
This can be useful if you do not want to use the notification area
|
|
and only get a popup if error occurs. (**default**: all off)
|