Public bug reported:

Network manager widget does not work (please see the screenshot for the
result and error messages.)

I am using KDE with kubuntu 14.04:

System information:
[1]
san@san-laptop:~$ lsb_release -a
LSB Version:    
core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 14.04 LTS
Release:        14.04
Codename:       trusty

[2]
san@san-laptop:~$ apt-cache policy plasma-widget-networkmanagement
plasma-widget-networkmanagement:
  Installed: (none)
  Candidate: 0.9.3.3-0ubuntu1
  Version table:
     0.9.3.3-0ubuntu1 0
        500 http://ca.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

[3-4]
I expected to see an icon with network connection configuratoin options... To 
see what happens instead please see the attached screenshot.

If you want my understanding of it, there is a problem with
/usr/share/kde4/apps/plasma/plasmoids/org.kde.networkmanagement/contents/ui/ConnectionItem.qml
line 370, somehow onAccepted is not a property of
PlasmaComponents.TextField. Everything seems to work after commenting
onAccepted property.

.....

            PlasmaComponents.TextField {
                id: passwordInput;

                width: 200;
                height: implicitHeight;
                anchors {
                    horizontalCenter: parent.horizontalCenter;
                    top: passwordSeparator.bottom;
                    topMargin: padding.margins.top;
                }
                echoMode: showPasswordCheckbox.checked ? TextInput.Normal : 
TextInput.Password
                placeholderText: i18n("Password...");
                onAccepted: {
                    stateChangeButton.clicked();
                }
            }


Thanks

** Affects: plasma-widget-networkmanagement (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "snapshot1.png"
   
https://bugs.launchpad.net/bugs/1334025/+attachment/4138556/+files/snapshot1.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1334025

Title:
  org.kde.networkmanager widget does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-networkmanagement/+bug/1334025/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to