Bug ID | 1178311 |
---|---|
Summary | Add nm-applet to basic distribution |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.2 |
Hardware | All |
OS | openSUSE Leap 15.2 |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Basesystem |
Assignee | screening-team-bugs@suse.de |
Reporter | budanov.pavel@gmail.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
If you install OpenSUSE without Gnome ore KDE or any other desktop environment, IceWM will be installed. It's hard to setup wifi connection without graphical interface. I suggest to add nm-applet to basic distribution (with IceWM) and add it to autostart: mkdir .icewm echo "#!/bin/bash" > .icewm/startup echo "nm-applet" >> .icewm/startup chmod +x .icewm/startup