SUMMARY *** It's possible to start the application minimized by setting `startMinimized` in `~/.config/krfbrc` but this option isn't exposed in the UI. https://invent.kde.org/network/krfb/-/blob/f97f9a79fdd31e04b5d5bc39a6e850a13fabdd3f/krfb/krfb.kcfg#L7-12 *** STEPS TO REPRODUCE 1. Open krfb 2. Settings -> Configure Desktop Sharing OBSERVED RESULT No "Main Window" tab visible that goes with the first group of the config file. No option in other tabs with a checkbox for "start minimized" EXPECTED RESULT An option to start minimized. SOFTWARE/OS VERSIONS Operating System: Manjaro Linux KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 ADDITIONAL INFORMATION Can provide more info if needed.
You need to add startMinimized=true to ~/.config/krfbrc
(In reply to Teddy from comment #1) > You need to add > startMinimized=true > to > ~/.config/krfbrc Yes Teddy, setting the config value in the file works great and I've been using it for a few weeks now. This issue is for adding a GUI option. Other config options can be set in Settings, only `startMinimized` is not included.