You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove sudo requirement for QR code sharing: The network share feature (press p) no longer requires
running the application as root. Previously, passwords were read directly from /etc/NetworkManager/system-connections/ files which required root access. Now passwords are retrieved via
NetworkManager's D-Bus GetSecrets API, which respects polkit permissions.
Full Changelog
Added get_connection_secrets() and get_wifi_psk() methods to NMClient for D-Bus secret retrieval
Updated Share::new() to use D-Bus instead of filesystem access