-
What Happened?I cannot access the Network Settings pane, it doesn't appear in System Settings any more. Steps to Reproduce
Expected BehaviorNetwork settings should be accessible from System Settings.| OS Version8.x (Circe) OS Architectureamd64 (on most hardwares) Session TypeClassic Session (X11, This is the default) Software VersionLatest release (I have run all updates) Log OutputHardware InfoNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hey thanks for your report! Can you open a Terminal and check if the network settings plugin is installed with the following command? It will ask for a password but no changes will be made. sudo apt-cache policy io.elementary.settings.networkand then try to open system settings from Terminal with this command: io.elementary.settingsand then copy and paste the output of these commands here |
Beta Was this translation helpful? Give feedback.
-
|
jonolumb@Tuxedo: I then ran, the following, which of course solved things: A mystery as to why it was removed - I can only imagine it was an apt autoremove operation I did, or it was perhaps uninstalled during the resolution of some package conflicts? Thanks for pointing me in the direction of the package name! |
Beta Was this translation helpful? Give feedback.
jonolumb@Tuxedo:
$ sudo apt-cache policy io.elementary.settings.networkubuntu8.1io.elementary.settings.network:
Installed: (none)
Candidate: 8.1.0+r1600+pkg857
Version table:
8.1.0+r1600+pkg857~ubuntu8.1 500
500 https://ppa.launchpadcontent.net/elementary-os/stable/ubuntu noble/main amd64 Packages
I then ran, the following, which of course solved things:
sudo apt install io.elementary.settings.network
A mystery as to why it was removed - I can only imagine it was an apt autoremove operation I did, or it was perhaps uninstalled during the resolution of some package conflicts?
Thanks for pointing me in the direction of the package name!