ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
94 stars 30 forks source link

networkmgr won't auto-start at login #106

Open ant-222 opened 2 months ago

ant-222 commented 2 months ago

Although networkmgr duly adds itself to the XDF autostart directory, a freshly installed instance won't actually autostart on FreeBSD 14.1 because of its invocation via sudo. Whereas this program is meant to autostart, this is problem.

If at all possible, modify the installer so that it configures networkmgr to autostart without futher configuration by hand, or at least provide the instructions to do so in the pkg-message or the manual.

ericbsd commented 1 week ago

The port should set up sudo if your user is in the wheel group.