Bug 463125

Summary: Start Minimized not configurable in UI
Product: [Applications] krfb Reporter: rithvikvibhu <rithvikvibhu>
Component: generalAssignee: George Goldberg <grundleborg>
Status: REPORTED ---    
Severity: normal CC: reportbug
Priority: NOR    
Version First Reported In: 22.08.3   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description rithvikvibhu 2022-12-16 16:58:12 UTC
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.
Comment 1 Teddy 2023-01-01 13:03:21 UTC
You need to add
startMinimized=true
to
~/.config/krfbrc
Comment 2 rithvikvibhu 2023-01-03 04:54:48 UTC
(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.