Bug 463125 - Start Minimized not configurable in UI
Summary: Start Minimized not configurable in UI
Status: REPORTED
Alias: None
Product: krfb
Classification: Applications
Component: general (show other bugs)
Version: 22.08.3
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: George Goldberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-16 16:58 UTC by rithvikvibhu
Modified: 2023-01-03 04:54 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.