<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>204170</bug_id>
          
          <creation_ts>2009-08-17 14:02:57 +0000</creation_ts>
          <short_desc>Improve PPPOE support</short_desc>
          <delta_ts>2011-11-05 20:32:55 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>Network Management</product>
          <component>Control Module</component>
          <version>unspecified</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kamil Neczaj">kneczaj</reporter>
          <assigned_to name="Will Stephenson">wstephenson</assigned_to>
          <cc>angel386273</cc>
    
    <cc>becheru.petru.ioan</cc>
    
    <cc>de.techno</cc>
    
    <cc>emmanuel.touzery</cc>
    
    <cc>ilia-kats</cc>
    
    <cc>lamarque</cc>
    
    <cc>lukas</cc>
    
    <cc>nt1277</cc>
    
    <cc>og_blingg</cc>
    
    <cc>st.vater</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>100</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>813643</commentid>
    <comment_count>0</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-08-17 14:02:57 +0000</bug_when>
    <thetext>Version:            (using KDE 4.3.0)
OS:                Linux
Installed from:    Unlisted Binary Package

There is lack of pppoe protocol support in kde&apos;s networkmanager frontend. I cannot set new connection as well as use the one set before using the gnome frontend. I am most interested in using pppoe with my ethernet card, not a DSL device.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>831588</commentid>
    <comment_count>1</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-16 20:22:12 +0000</bug_when>
    <thetext>Is PPPOE over an ethernet card possible with the gnome nm-applet?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>831958</commentid>
    <comment_count>2</comment_count>
    <who name="Emmanuel Touzery">emmanuel.touzery</who>
    <bug_when>2009-09-17 07:36:52 +0000</bug_when>
    <thetext>Yes absolutely PPPoE over an ethernet card is possible with the GNOME nm-applet. This is exactly my use-case and i can tell you it works.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>833124</commentid>
    <comment_count>3</comment_count>
    <who name="Blingg">og_blingg</who>
    <bug_when>2009-09-19 21:45:59 +0000</bug_when>
    <thetext>Yea, I can confirm too...PPPoE with nm-applet works like a charm</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>833308</commentid>
    <comment_count>4</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-09-20 13:12:58 +0000</bug_when>
    <thetext>In the gnome applet you can set pppoe connection using an ethernet card in dsl tab and after that it&apos;s listed in dsl category. The only difference between setting pppoe using an ethernet card and a dsl device is that that in the field &apos;MAC address&apos; you must type MAC address of your ethernet card instead dsl device.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836434</commentid>
    <comment_count>5</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-27 18:35:56 +0000</bug_when>
    <thetext>SVN commit 1028570 by wstephens:

Enable PPPoE on ethernet devices, please test.
BUG:204170


 M  +2 -2      libs/ui/connectioneditor.cpp  
 M  +1 -1      libs/ui/pppoepreferences.cpp  
 M  +1 -0      libs/ui/pppoepreferences.h  
 M  +1 -1      settings/config/manageconnectionwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=1028570</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836522</commentid>
    <comment_count>6</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-27 21:14:27 +0000</bug_when>
    <thetext>SVN commit 1028629 by wstephens:

Simplify the way serial and PPP settings are put on the bus.  

Also make sure you have svn r1028616 for PPPoE

CCBUG: 204170


 M  +35 -18    pppdbus.cpp  
 M  +3 -0      pppdbus.h  
 M  +18 -4     serialdbus.cpp  
 M  +3 -0      serialdbus.h  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=1028629</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836601</commentid>
    <comment_count>7</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-09-28 00:26:19 +0000</bug_when>
    <thetext>For me it doesn&apos;t work. I have a problem with knetworkmanager. Connections made using gnome frontend aren&apos;t listed in knetworkmanager module for managing connections. Whereas connections created using the same module in knetworkmanager aren&apos;t visible for NetworkManager and cannot be used, so at the moment it doesn&apos;t work for me. Created connections also don&apos;t appear in /etc/NetworkManager/system-connections.

Gnome&apos;s nm-applet saves connection settings in /etc/NetworkManager/system-connections (now I have there 3 connections: AGH, dhcp, lanbit, the last one is pppoe), whereas knetworkmanager saves settings in ~/.kde4/share/apps/networkmanagement/connections/. Maybe it doesn&apos;t work because of this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836777</commentid>
    <comment_count>8</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-28 09:37:28 +0000</bug_when>
    <thetext>The place the settings are saved does not matter, because the settings are communicated by the client to NetworkManager as DBUS objects, not via the filesystem.

Please compare the PPPoE connections made by nm-applet and by knetworkmanager with the instructions at 

http://userbase.kde.org/NetworkManagement#It.27s_All_KDE.27s_Fault.21

(If you want to compare a system setting, replace org.freedesktop.NetworkManagerUserSettings with
org.freedesktop.NetworkManagerSystemSettings in the qdbus command described above)

Please also provide NetworkManager logs from when knetworkmanager is started to the unsuccessful PPPoE connection attempt; log locations are given at the above url.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836782</commentid>
    <comment_count>9</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-28 09:44:29 +0000</bug_when>
    <thetext>https://bugs.kde.org/show_bug.cgi?id=204340 tracks the separate issue of editing/adding system connections</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836793</commentid>
    <comment_count>10</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-09-28 10:30:19 +0000</bug_when>
    <thetext>Ok, I will try to diagnose that using qdbusfornm. 

Now I noticed that knetworkmanager doesn&apos;t see only my pppoe over ethernet card connections. VPN and common wired connections are listed in knetworkmanager main menu, but pppoe ones don&apos;t. There isn&apos;t neither the systemwide &apos;lanbit&apos; connection nor the one created using knetworkmanager.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836814</commentid>
    <comment_count>11</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-09-28 11:26:10 +0000</bug_when>
    <thetext>Thanks for the info, I&apos;ll try to reproduce the missing PPPoE system connections - should be easy enough to fix.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>836820</commentid>
    <comment_count>12</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-09-28 11:42:14 +0000</bug_when>
    <thetext>knetworkmanager:

qdbus --system --literal org.freedesktop.NetworkManagerUserSettings /org/freedesktop/NetworkManagerSettings/0 org.freedesktop.NetworkManagerSettings.Connection.GetSettings:

a{sa{sv}} {
&quot;connection&quot; = [Argument: a{sv} {
&quot;autoconnect&quot; = false 
&quot;id&quot; = &quot;kde&quot;, 
&quot;type&quot; = &quot;pppoe&quot;
&quot;uuid&quot; = &quot;14dbb1ad-fb60-4c03-919b-e2bc5348baaa&quot; 
&quot;ppp&quot; = [Argument: a{sv} {}], 
&quot;pppoe&quot; = [Argument: a{sv} {
&quot;service&quot; = &quot;&quot;, 
&quot;username&quot; = &quot;neczaj&quot;]}]}]

I&apos;ve formatted these outputs a bit.

The &quot;kde&quot; is local pppoe connection made using knetworkmanager.

------------------------------------------------------------------

nm-applet:

the systemwide &apos;lanbit&apos; connection

qdbus --system --literal org.freedesktop.NetworkManagerSystemSettings /org/freedesktop/NetworkManagerSettings/3 org.freedesktop.NetworkManagerSettings.Connection.GetSettings

[Argument: a{sa{sv}} {
&quot;ppp&quot; = [Argument: a{sv} {}], 
&quot;ipv4&quot; = [Argument: a{sv} {
&quot;addresses&quot; = [Variant: [Argument: aau {}]], 
&quot;dns&quot; = [Variant: [Argument: au {}]], 
&quot;routes&quot; = [Variant: [Argument: aau {}]], 
&quot;method&quot; = &quot;auto&quot;
&quot;pppoe&quot; = [Argument: a{sv} {
&quot;username&quot; = &quot;neczaj&quot;
&quot;connection&quot; = [Argument: a{sv} {
&quot;uuid&quot; = &quot;d87bf2f4-9f29-4861-8434-9d931e2eb131&quot;
&quot;autoconnect&quot; = false
&quot;id&quot; = &quot;lanbit&quot;
&quot;type&quot; = &quot;pppoe&quot;
&quot;802-3-ethernet&quot; = [Argument: a{sv} {
&quot;mac-address&quot; = {0, 24, -13, -113, -45, -108}
&quot;duplex&quot; = &quot;full&quot;

------------------------------------------------------------------------

In my opinion the main problem is that knetworkmanager&apos;s menu doesn&apos;t see any of these two pppoe connections so I even cannot try to connect.
On the other hand, these connections are a bit different, this may be another issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>852999</commentid>
    <comment_count>13</comment_count>
    <who name="Kamil Neczaj">kneczaj</who>
    <bug_when>2009-10-30 16:06:20 +0000</bug_when>
    <thetext>(In reply to comment #11)
&gt; Thanks for the info, I&apos;ll try to reproduce the missing PPPoE system connections
&gt; - should be easy enough to fix.

What&apos;s with it? You say it should be easy, but the issue stopped.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>863693</commentid>
    <comment_count>14</comment_count>
    <who name="Will Stephenson">wstephenson</who>
    <bug_when>2009-11-17 16:16:10 +0000</bug_when>
    <thetext>It&apos;s easy but low priority for me since many more people are having problems with other connection types like wireless and vpn...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>865451</commentid>
    <comment_count>15</comment_count>
    <who name="Blc">bluec_751</who>
    <bug_when>2009-11-20 15:41:59 +0000</bug_when>
    <thetext>I don&apos;t wanna be rude, but 1 easy fix = 1 less bug to fix later... :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>865554</commentid>
    <comment_count>16</comment_count>
    <who name="Stefan Vater">st.vater</who>
    <bug_when>2009-11-20 18:02:38 +0000</bug_when>
    <thetext>Additionally, I think that since the DSL tab in the configuration menu is enabled now, it should be also possible to use it. Otherwise not so experienced people might get confused...

Nevertheless, you guys do great work, thank you very much to have such good kde4 already!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>942021</commentid>
    <comment_count>17</comment_count>
    <who name="Stefan Vater">st.vater</who>
    <bug_when>2010-03-29 14:12:18 +0000</bug_when>
    <thetext>Hi,

is there any chance that this will be fixed in the near future? Eg., for KDE SC 4.5? It is kind of funny: I configured my DSL connection in the DSL-Tab, and sometimes NM connects by itself. When it does not, I can use cnetworkmanager to connect. In both cases the knetworkmanager icon shows that it is connected in the end. Unfortunatelly, this does not work with the plasma-widget (r1057339).

As said above, to me it seems that only the connection buttom is missing. I would also give it a try to see if I can fix it, if someone could tell me in which files to look ... and if this is possible for someone unexperienced in QT and kde programming ...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1029305</commentid>
    <comment_count>18</comment_count>
    <who name="Stefan Vater">st.vater</who>
    <bug_when>2010-10-08 17:01:38 +0000</bug_when>
    <thetext>Now, the same procedure also works for plasma-nm (r1180608 with kde 4.5.2, opensuse 11.3), as I described above for knetworkmanager. But a button to (dis)connect a DSL connection is still missing. So let&apos;s hope for the first official 1.0 release :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1116768</commentid>
    <comment_count>19</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-05-08 21:19:44 +0000</bug_when>
    <thetext>*** Bug 242088 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1139793</commentid>
    <comment_count>20</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-07-08 22:57:24 +0000</bug_when>
    <thetext>*** Bug 264176 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1145440</commentid>
    <comment_count>21</comment_count>
      <attachid>62187</attachid>
    <who name="Ilia Kats">ilia-kats</who>
    <bug_when>2011-07-25 18:59:03 +0000</bug_when>
    <thetext>Created attachment 62187
Patch to make PPPoE connections appear when an ethernet device is available

Can someone please test the attached patch? This is against nm09 branch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1156406</commentid>
    <comment_count>22</comment_count>
    <who name="Ilia Kats">ilia-kats</who>
    <bug_when>2011-08-23 16:47:24 +0000</bug_when>
    <thetext>*** Bug 280648 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1161372</commentid>
    <comment_count>23</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-10 01:39:38 +0000</bug_when>
    <thetext>Git commit 2a26ff257ca588ce96d5f443795c82d96140f7e0 by Lamarque V. Souza.
Committed on 10/09/2011 at 02:55.
Pushed by lvsouza into branch &apos;nm09&apos;.

Allow DSL connections be associated to ethernet interfaces.

CCBUG: 204170

M  +5    -4    libs/service/networkinterfaceactivatableprovider.cpp

http://commits.kde.org/networkmanagement/2a26ff257ca588ce96d5f443795c82d96140f7e0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1162228</commentid>
    <comment_count>24</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-13 00:54:19 +0000</bug_when>
    <thetext>Git commit 68ebd8231f942154cd743d4007b8ab9e8689808b by Lamarque V. Souza.
Committed on 13/09/2011 at 02:52.
Pushed by lvsouza into branch &apos;master&apos;.

Allow DSL connections be associated to ethernet interfaces.

CCBUG: 204170

M  +1    -0    libs/service/networkinterfaceactivatableprovider.cpp

http://commits.kde.org/networkmanagement/68ebd8231f942154cd743d4007b8ab9e8689808b</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1162233</commentid>
    <comment_count>25</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-13 02:33:53 +0000</bug_when>
    <thetext>Thanks!!!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1163434</commentid>
    <comment_count>26</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-16 19:00:47 +0000</bug_when>
    <thetext>(In reply to comment #25)
&gt; Thanks!!!

Are you able to connect through DLS now? I do not have access to DSL connection here to test it. If your answer is yes I will close this bug as fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1163710</commentid>
    <comment_count>27</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-17 12:43:48 +0000</bug_when>
    <thetext>Where the GIT repository?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1165016</commentid>
    <comment_count>28</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-20 19:31:36 +0000</bug_when>
    <thetext>(In reply to comment #27)
&gt; Where the GIT repository?

Read instructions here: http://lamarque-lvs.blogspot.com/2011/07/some-clarifications-about-plasma-nm.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166285</commentid>
    <comment_count>29</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-24 04:16:26 +0000</bug_when>
    <thetext>It doesn&apos;t build, make does nothing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166289</commentid>
    <comment_count>30</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-24 04:24:24 +0000</bug_when>
    <thetext>Send me the log messages that appered when you ran &apos;cmake -DCMAKE_INSTALL_PREFIX=/usr&apos;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166293</commentid>
    <comment_count>31</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-24 04:55:01 +0000</bug_when>
    <thetext>cmake -DCMAKE_INSTALL_PREFIX=/home/de/Desktop/knetworkmanager
-- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Found KDE 4.6 include dir: /usr/include
-- Found KDE 4.6 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- checking for one of the modules &apos;mobile-broadband-provider-info&apos;
-- checking for one of the modules &apos;NetworkManager&apos;
-- checking for one of the modules &apos;libnm-util&apos;

-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
-----------------------------------------------------------------------------
   * mobile-broadband-provider-info  &lt;http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders&gt;
     Database of mobile broadband service providers
     Needed for Mobile Connection Wizard support in Broadband Modem Management
   * NetworkManager headers (0.9 or higher)  &lt;http://projects.gnome.org/NetworkManager&gt;
     User controllable networking
     Needed for NetworkManager support in Network Management

-----------------------------------------------------------------------------

-- Configuring done
-- Generating done
-- Build files have been written to: /home/de/Desktop/knetworkmanager/networkmanagement

Notice, I do have NM headers in /usr/include/NetworkManager</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166294</commentid>
    <comment_count>32</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-24 05:05:12 +0000</bug_when>
    <thetext>Is your NM version 0.9.0 or higher?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166298</commentid>
    <comment_count>33</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-24 05:51:34 +0000</bug_when>
    <thetext>0.9.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166300</commentid>
    <comment_count>34</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-24 06:01:28 +0000</bug_when>
    <thetext>You have kdelibs-devel installed, right? Send me the output of the command:

pkg-config NetworkManager --modversion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166311</commentid>
    <comment_count>35</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-24 07:28:18 +0000</bug_when>
    <thetext>There&apos;re no devel packages, I&apos;m using Gentoo. pkg-config was not installed, now it&apos;s compiling.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1166319</commentid>
    <comment_count>36</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-24 08:18:37 +0000</bug_when>
    <thetext>It appears to be working OK, but has 2 problems. The icon is always a white cross in a red background, and all connections appear as &apos;system (interface)&apos; if even if it&apos;s not a system connection.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1167373</commentid>
    <comment_count>37</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-09-26 23:37:09 +0000</bug_when>
    <thetext>(In reply to comment #36)
&gt; It appears to be working OK, but has 2 problems. The icon is always a white
&gt; cross in a red background, and all connections appear as &apos;system (interface)&apos;
&gt; if even if it&apos;s not a system connection.

Have you git pulled the repository recently? I did several commits that change how Plasma NM updates the system tray icon.

I still need to implement secrets storage selection (user or system) for pppoe settings. NM stores secrets by default, probably that is why your connection is system type.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1167744</commentid>
    <comment_count>38</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-09-28 02:06:01 +0000</bug_when>
    <thetext>I&apos;ll try it out.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1169569</commentid>
    <comment_count>39</comment_count>
    <who name="dE">de.techno</who>
    <bug_when>2011-10-03 13:39:40 +0000</bug_when>
    <thetext>Sorry for the late response, I couldn&apos;t find this bug.

The problem appears to be fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1181464</commentid>
    <comment_count>40</comment_count>
    <who name="Lamarque V. Souza">lamarque</who>
    <bug_when>2011-11-05 20:32:55 +0000</bug_when>
    <thetext>Plasma NM saves secrets as expected and seems to update the system tray icon as expected too. I will close this bug as fixed.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>62187</attachid>
            <date>2011-07-25 18:59:03 +0000</date>
            <delta_ts>2011-07-25 18:59:03 +0000</delta_ts>
            <desc>Patch to make PPPoE connections appear when an ethernet device is available</desc>
            <filename>dsl.patch</filename>
            <type>text/plain</type>
            <size>2666</size>
            <attacher name="Ilia Kats">ilia-kats</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL2xpYnMvaW50ZXJuYWxzL2Nvbm5lY3Rpb24uY3BwIGIvbGlicy9pbnRlcm5h
bHMvY29ubmVjdGlvbi5jcHAKaW5kZXggZGU0Yzk5MC4uZWNlY2VjNyAxMDA2NDQKLS0tIGEvbGli
cy9pbnRlcm5hbHMvY29ubmVjdGlvbi5jcHAKKysrIGIvbGlicy9pbnRlcm5hbHMvY29ubmVjdGlv
bi5jcHAKQEAgLTEwNSw3ICsxMDUsNyBAQCBDb25uZWN0aW9uOjpUeXBlIENvbm5lY3Rpb246OnR5
cGVGcm9tU29saWRUeXBlKGNvbnN0IFNvbGlkOjpDb250cm9sOjpOZXR3b3JrSW50ZQogICAgICAg
ICAgICAgICAgICBzd2l0Y2gobm1Nb2RlbUlmYWNlLT5zdWJUeXBlKCkpIHsKICAgICAgICAgICAg
ICAgICAgICAgIGNhc2UgU29saWQ6OkNvbnRyb2w6Ok1vZGVtTmV0d29ya0ludGVyZmFjZU5tMDk6
OkdzbVVtdHM6IHJldHVybiBLbm06OkNvbm5lY3Rpb246OkdzbTsKICAgICAgICAgICAgICAgICAg
ICAgIGNhc2UgU29saWQ6OkNvbnRyb2w6Ok1vZGVtTmV0d29ya0ludGVyZmFjZU5tMDk6OkNkbWFF
dmRvOiByZXR1cm4gS25tOjpDb25uZWN0aW9uOjpDZG1hOwotICAgICAgICAgICAgICAgICAgICAg
Y2FzZSBTb2xpZDo6Q29udHJvbDo6TW9kZW1OZXR3b3JrSW50ZXJmYWNlTm0wOTo6UG90czogcmV0
dXJuIEtubTo6Q29ubmVjdGlvbjo6UHBwb2U7CisgICAgICAgICAgICAgICAgICAgICAvKmNhc2Ug
U29saWQ6OkNvbnRyb2w6Ok1vZGVtTmV0d29ya0ludGVyZmFjZU5tMDk6OlBvdHM6IHJldHVybiBL
bm06OkNvbm5lY3Rpb246OlBwcG9lOyovIC8vIFBwcG9lIGdvZXMgb3ZlciBFdGhlcm5ldAogICAg
ICAgICAgICAgICAgICAgICAgLyogVE9ETzogYWRkIFNvbGlkOjpDb250cm9sOjpNb2RlbU5ldHdv
cmtJbnRlcmZhY2VObTA5OjpMdGUgKi8KICAgICAgICAgICAgICAgICAgfQogICAgICAgICAgICAg
IH0KZGlmZiAtLWdpdCBhL2xpYnMvc2VydmljZS9uZXR3b3JraW50ZXJmYWNlYWN0aXZhdGFibGVw
cm92aWRlci5jcHAgYi9saWJzL3NlcnZpY2UvbmV0d29ya2ludGVyZmFjZWFjdGl2YXRhYmxlcHJv
dmlkZXIuY3BwCmluZGV4IGQxNjZjMWUuLjRhMTkzZWMgMTAwNjQ0Ci0tLSBhL2xpYnMvc2Vydmlj
ZS9uZXR3b3JraW50ZXJmYWNlYWN0aXZhdGFibGVwcm92aWRlci5jcHAKKysrIGIvbGlicy9zZXJ2
aWNlL25ldHdvcmtpbnRlcmZhY2VhY3RpdmF0YWJsZXByb3ZpZGVyLmNwcApAQCAtMTEwLDE0ICsx
MTAsMTQgQEAgYm9vbCBOZXR3b3JrSW50ZXJmYWNlQWN0aXZhdGFibGVQcm92aWRlcjo6bmVlZHNB
Y3RpdmF0YWJsZUZvclVuY29uZmlndXJlZCgpIGNvbnMKIGJvb2wgTmV0d29ya0ludGVyZmFjZUFj
dGl2YXRhYmxlUHJvdmlkZXI6Om1hdGNoZXMoS25tOjpDb25uZWN0aW9uOjpUeXBlIGNvbm5UeXBl
LCBTb2xpZDo6Q29udHJvbDo6TmV0d29ya0ludGVyZmFjZU5tMDk6OlR5cGUgaWZhY2VUeXBlLCBT
b2xpZDo6Q29udHJvbDo6TW9kZW1OZXR3b3JrSW50ZXJmYWNlTm0wOTo6TW9kZW1DYXBhYmlsaXRp
ZXMgbW9kZW1DYXBzKQogewogICAgICByZXR1cm4gKCAoY29ublR5cGUgPT0gS25tOjpDb25uZWN0
aW9uOjpXaXJlZCAmJiBpZmFjZVR5cGUgPT0gU29saWQ6OkNvbnRyb2w6Ok5ldHdvcmtJbnRlcmZh
Y2VObTA5OjpFdGhlcm5ldCkKKyAgICAgICAgICAgfHwgKGNvbm5UeXBlID09IEtubTo6Q29ubmVj
dGlvbjo6UHBwb2UgJiYgaWZhY2VUeXBlID09IFNvbGlkOjpDb250cm9sOjpOZXR3b3JrSW50ZXJm
YWNlTm0wOTo6RXRoZXJuZXQpCiAgICAgICAgICAgIHx8IChjb25uVHlwZSA9PSBLbm06OkNvbm5l
Y3Rpb246OldpcmVsZXNzICYmIGlmYWNlVHlwZSA9PSBTb2xpZDo6Q29udHJvbDo6TmV0d29ya0lu
dGVyZmFjZU5tMDk6OldpZmkpCiAgICAgICAgICAgIHx8IChjb25uVHlwZSA9PSBLbm06OkNvbm5l
Y3Rpb246OkJsdWV0b290aCAmJiBpZmFjZVR5cGUgPT0gU29saWQ6OkNvbnRyb2w6Ok5ldHdvcmtJ
bnRlcmZhY2VObTA5OjpCbHVldG9vdGgpCiAgICAgICAgICAgIHx8IChpZmFjZVR5cGUgPT0gU29s
aWQ6OkNvbnRyb2w6Ok5ldHdvcmtJbnRlcmZhY2VObTA5OjpNb2RlbSAmJiAoCiAgICAgICAgICAg
ICAgIChjb25uVHlwZSA9PSBLbm06OkNvbm5lY3Rpb246OkdzbSAmJiBtb2RlbUNhcHMgJiBTb2xp
ZDo6Q29udHJvbDo6TW9kZW1OZXR3b3JrSW50ZXJmYWNlTm0wOTo6R3NtVW10cykKICAgICAgICAg
ICAgfHwgKGNvbm5UeXBlID09IEtubTo6Q29ubmVjdGlvbjo6Q2RtYSAmJiBtb2RlbUNhcHMgJiBT
b2xpZDo6Q29udHJvbDo6TW9kZW1OZXR3b3JrSW50ZXJmYWNlTm0wOTo6Q2RtYUV2ZG8pCi0gICAg
ICAgICAgIHx8IChjb25uVHlwZSA9PSBLbm06OkNvbm5lY3Rpb246OlBwcG9lICYmIG1vZGVtQ2Fw
cyAmIFNvbGlkOjpDb250cm9sOjpNb2RlbU5ldHdvcmtJbnRlcmZhY2VObTA5OjpQb3RzKQogICAg
ICAgICAgICAgICApKQotICAgICAgICAgICAgKTsgLyogVE9ETzogaW1wbGVtZW50IEJsdWV0b290
aCBDZG1hICovCisgICAgICAgICAgICApOyAvKiBUT0RPOiBpbXBsZW1lbnQgQmx1ZXRvb3RoIENk
bWEgUG90cyAqLwogfQogCiBib29sIE5ldHdvcmtJbnRlcmZhY2VBY3RpdmF0YWJsZVByb3ZpZGVy
OjpoYXJkd2FyZUFkZHJlc3NNYXRjaGVzKEtubTo6Q29ubmVjdGlvbiAqIGNvbm5lY3Rpb24sIFNv
bGlkOjpDb250cm9sOjpOZXR3b3JrSW50ZXJmYWNlTm0wOSAqIGlmYWNlKQo=
</data>

          </attachment>
      

    </bug>

</bugzilla>