Bug 269669 - Plasma applet does not offer DSL connection on left click
Summary: Plasma applet does not offer DSL connection on left click
Status: RESOLVED DUPLICATE of bug 242088
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Plasma Widget (show other bugs)
Version: 0.9
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 08:31 UTC by Malte S. Stretz
Modified: 2011-03-30 01:04 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2011-03-29 08:31:38 UTC
+++ This bug was initially created as a clone of Bug #244149 +++

When you create a new DSL/PPPoE connection, it doesn't appear anywhere in the list of available connections. I'd expect a new category to appear in the left column (Interfaces) but all I have is my regular Network Interface, the WLAN Interface and the Virtual Private Network. In the right column (Connections) I also only see the currently connected WiFi and my VPNs.  Show More doesn't display it either.

It is in the config file though:

~/.kde/share/config/networkmanagementrc:
[Connection_{ba66a209-9466-49e6-ad15-c294dee5b723}]
Name=New PPPoE Connection
Type=pppoe

~/.kde/share/apps/networkmanagement/connections/{ba66a209-9466-49e6-ad15-c294dee5b723}:
[802-3-ethernet]                                                                                                                                                 
autonegotiate=true                                                                                                                                               
duplex=full                                                                                                                                                      
macaddress=                                                                                                                                                      
mtu=0                                                                                                                                                            
port=mii                                                                                                                                                         
speed=0                                                                                                                                                          
                                                                                                                                                                 
[connection]
autoconnect=false
icon=modem
id=New PPPoE Connection
type=pppoe
uuid={ba66a209-9466-49e6-ad15-c294dee5b723}

[ipv4]
addresses=
dhcpclientid=
dhcphostname=
dns=
dnssearch=
ignoreautoroute=false
ignoredhcpdns=false
method=Automatic
neverdefault=false
routes=

[ppp]
baud=0
crtscts=false
lcpechofailure=0
lcpechointerval=0
mppestateful=false
mru=0
mtu=0
noauth=false
nobsdcomp=false
nodeflate=false
novjcomp=false
refusechap=false
refuseeap=false
refusemschap=false
refusemschapv2=false
refusepap=false
requiremppe=false
requiremppe128=false

[pppoe]
service=
username=test

VPN connection definition:

{pts/1}% cat ~/.kde4/share/config/networkmanagementrc 
[Connection_{3107f4bb-bd0d-4bed-b708-548c4259f5a6}]
LastUsed=2010,3,6,10,16,50
Name=xxxx
Type=vpn

[General]
Connections={3107f4bb-bd0d-4bed-b708-548c4259f5a6}
{pts/1}% cat ~/.kde4/share/apps/networkmanagement/connections/\{3107f4bb-bd0d-4bed-b708-548c4259f5a6\} 
[connection]
autoconnect=false
icon=network-server
id=xxxx
timestamp=2010,3,6,10,16,50
type=vpn
uuid={3107f4bb-bd0d-4bed-b708-548c4259f5a6}

[ipv4]
addresses=
dhcpclientid=
dhcphostname=
dns=
dnssearch=
ignoreautoroute=false
ignoredhcpdns=false
method=Automatic
neverdefault=false
routes=

[vpn]
Data=IPSec ID,xxxx,IPSec gateway,xxxx,Xauth username,xxxx
PluginName=networkmanagerment_vpncui
SecretsStorageType=ipsec-secret-type,save,xauth-password-type,ask
ServiceType=org.freedesktop.NetworkManager.vpnc


Reproducible: Always
Comment 1 Malte S. Stretz 2011-03-29 08:34:10 UTC
Please ignore the cruft after "VPN connection definition:" above, I forgot to snip it from the originally cloned bug report.
Comment 2 Lamarque V. Souza 2011-03-30 01:04:50 UTC

*** This bug has been marked as a duplicate of bug 242088 ***