Hi Tom,
before you do so, please consider why you want to do that. By disabling the tray-icon you will disable some of the functionality of Greenshot which you might not see necessary but some users do.
If you do this, to prevent people to access the settings, there are other ways.
Anyway, with the information here:
http://getgreenshot.org/faq/how-can-i-control-greenshots-configuration/
You can learn how to set things your way, the settings controlled by the fixed file cannot be modified in the UI. (well most of them)
And in the greenshot.ini (and therefore in the other files) you have the following settings in the core section:
Code:
; Enable/disable the access to the settings, can only be changed manually in this .ini
DisableSettings=False
; Enable/disable the access to the quick settings, can only be changed manually in this .ini
DisableQuickSettings=False
; Disable the trayicon, can only be changed manually in this .ini
DisableTrayicon=False
; Hide expert tab in the settings, can only be changed manually in this .ini
HideExpertSettings=False
So, e.g. if you want to disable the tray icon, copy a greenshot-fixed.ini into the installation directory with the following content:
Code:
[Core]
DisableTrayicon=True
Hope this helps, please let us know so we can close this ticket.
Best wishes,
Robin