ghostbsd / networkmgr

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

FreeBSD 10.3 - Command not found #3

Closed ciceroschons closed 7 years ago

ciceroschons commented 7 years ago

After install and restart, the network manager icon did not appear.

SO: 10.3-RELEASE MATE 1.12.0 Doas 5.9p7 Python 2.7.13

cat /usr/local/etc/sudoers

root ALL=(ALL) ALL cicero ALL=(ALL) ALL %wheel ALL=(ALL) ALL

cat /etc/group

wheel:*:0:root,cicero

networkmgr

networkmgr: Command not found.

% python2 /usr/local/bin/networkmgr doas: netcardmgr: command not found << but the icon appears

ericbsd commented 7 years ago

Did you explicitly follow this https://github.com/GhostBSD/networkmgr#installation?