Summary: | Removing connection produces weird notification | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | ratijas <me> |
Component: | Networking in general | Assignee: | Jan Grulich <jgrulich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, jgrulich, notmart, sulmpx60 |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ratijas
2020-07-10 13:07:42 UTC
Based on the permissions you should be able to remove your own connections. I see this in your permissions: org.freedesktop.NetworkManager.settings.modify.own yes org.freedesktop.NetworkManager.settings.modify.system yes I now tried to remove a connection on my system and getting same notification, but I'm pretty sure this was not happening before so it might be actually a NetworkManager issue after all. I will respond to NM bug. I saw the same notification a few days ago when I removed a wi-fi connection on neon unstable. The issue in NM tracker was closed without a solution. Bulk transfer as requested in T17796 Looks like it has been unintentionally fixed after https://invent.kde.org/plasma/plasma-nm/-/commit/341a1db2f4503d30abd85ecb0622ee67c27838b0 I manually backported this commit to KDE 5 and the problem was fixed. As I understand it from the logs, without this patch, when you click on the remove connection button, two D-Bus deletion requests were sent simultaneously. Therefore, one request actually deleted the connection, and the second request returned at the same time with the error that the connection had already been deleted. (In reply to Sergey Katunin from comment #4) > Looks like it has been unintentionally fixed after > https://invent.kde.org/plasma/plasma-nm/-/commit/ > 341a1db2f4503d30abd85ecb0622ee67c27838b0 marking as fixed then, reopen if the problem gets back on more recent releases |