Bug 506906

Summary: Add systemtray support for virtual monitor
Product: [Applications] krfb Reporter: Rémi Piau <remi+kde>
Component: generalAssignee: George Goldberg <grundleborg>
Status: REPORTED ---    
Severity: wishlist CC: remi+kde
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.