https://bugs.kde.org/show_bug.cgi?id=506906
Bug ID: 506906
Summary: Add systemtray support for virtual monitor
Classification: Applications
Product: krfb
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
It would be nice to add a systemtray icon that lists currently running
virtual-monitors and allow one to disable (e.g. kill) any of them separately.
STEPS TO REPRODUCE
1. Launch several virtual screens:
$ for I in $(seq 5902 5915);do krfb-virtualmonitor --name T$I --resolution
1920x1080 --scale 1 --password "1234" --port $I & done
2. Receive sound notification for new monitor
3. No indicator or ways to end virtual monitor (Systemsettings>display can only
be used to control layout).
PS To kill virtual monitors:
$ ps -aux | grep krfb | sed 's/ +/ /' | cut -d " " -f 6 | xargs kill
--
You are receiving this mail because:
You are watching all bug changes.