Bug 506906 - Add systemtray support for virtual monitor
Summary: Add systemtray support for virtual monitor
Status: REPORTED
Alias: None
Product: krfb
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: George Goldberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-11 09:41 UTC by Rémi Piau
Modified: 2025-07-11 09:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rémi Piau 2025-07-11 09:41:14 UTC
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
Comment 1 Rémi Piau 2025-07-11 09:56:19 UTC
Would also be useful when using kdeconnect virtual display.