Summary: | Removing a VPN connection is impossible on 6.0 | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Steve Cossette <farchord> |
Component: | kcm_networkmanagement | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | jgrulich, kde, nate, nicolas.fella |
Priority: | HI | Keywords: | qt6 |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-nm/-/commit/2fd1b7960defbe794c48bddb61d3d123286b0c1c | Version Fixed In: | 6.0 |
Sentry Crash Report: |
Description
Steve Cossette
2024-02-26 02:38:55 UTC
Does anything get printed to `journalctl -f` when you click the button and nothing happens? Nope, that's the first thing I tried. https://www.youtube.com/watch?v=oTvygg7JI3Y Here's a video of the issue Ok, thanks. QtQuick Dialogs, the gift that keeps on giving. For some reason the onAccepted handler is never called... (For 6.1 we should really provide our own dialog implementation through plasma-integration) A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-nm/-/merge_requests/330 Git commit 341a1db2f4503d30abd85ecb0622ee67c27838b0 by Kai Uwe Broulik. Committed on 27/02/2024 at 14:51. Pushed by broulik into branch 'master'. KCM: Work around MessageDialog not emitting accepted signal Reported as QTBUG-122770 M +8 -5 kcm/qml/main.qml https://invent.kde.org/plasma/plasma-nm/-/commit/341a1db2f4503d30abd85ecb0622ee67c27838b0 Git commit 2fd1b7960defbe794c48bddb61d3d123286b0c1c by Kai Uwe Broulik. Committed on 27/02/2024 at 14:56. Pushed by broulik into branch 'Plasma/6.0'. KCM: Work around MessageDialog not emitting accepted signal Reported as QTBUG-122770 (cherry picked from commit 341a1db2f4503d30abd85ecb0622ee67c27838b0) M +8 -5 kcm/qml/main.qml https://invent.kde.org/plasma/plasma-nm/-/commit/2fd1b7960defbe794c48bddb61d3d123286b0c1c |