[plasmashell] [Bug 355412] Missing icons for plasma-nm

2015-12-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355412

--- Comment #19 from Jan Grulich  ---
Perfect, the set is now complete, but unfotrunately broken for breeze-dark
because it requires to set some attribute or something like that as Uri said in
comment 8.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356342] Size of popup of plasma-nm inside panel or desktop is very small

2015-12-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356342

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/79f971f137b1677580a9c |ma-nm/c0c3c03139c787ed97e0b
   |d9cf3d285e14ef3e611 |d7edd2cace36697af20

--- Comment #2 from Jan Grulich  ---
Git commit c0c3c03139c787ed97e0bd7edd2cace36697af20 by Jan Grulich.
Committed on 07/12/2015 at 07:02.
Pushed by grulich into branch 'Plasma/5.5'.

Set minimum size of popup dialog

M  +2-1applet/contents/ui/main.qml

http://commits.kde.org/plasma-nm/c0c3c03139c787ed97e0bd7edd2cace36697af20

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 355412] Missing icons for plasma-nm

2015-12-07 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355412

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #21 from Jan Grulich  ---
Yes, it's fixed finally \o/. Maybe we should ask for a new tarball of
plasma-framework which includes this fix.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 337155] Please allow user to sort connections in alphabetical order

2015-12-09 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337155

--- Comment #4 from Jan Grulich  ---
You can change this in libs/models/appletproxymodel.cpp.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 354782] [RFE] locking down some functions

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354782

--- Comment #4 from Jan Grulich  ---
Of course it's easy to get info whether some hardware is enabled or present,
but what if someone would like to configure a wifi connection for a future
usage or pre-configure mobile connection when he has time and don't want to be
bothered with this once he plugs in required device? I know, this is really
stupid and probably not a common case, but we shouldn't restrict our users on
our assumption that they won't probably use it. If you are willing to create a
patch/solution allowing to simply configure this then I'm more then happy to
review it and include it in plasma-nm, but my free time is limited and I don't
want to spend it on such specific feature.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341122] Error message "failed to rescan"

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341122

--- Comment #5 from Jan Grulich  ---
Git commit 1d0905abafb51fcc956bdc32fdb0be7673608c89 by Jan Grulich.
Committed on 17/12/2015 at 08:27.
Pushed by grulich into branch 'master'.

Disable notification about failed re-scan by default

Let's be less annoying for users who are not patient and who press
the scan button while already scanning.

M  +1-1kded/networkmanagement.notifyrc

http://commits.kde.org/plasma-nm/1d0905abafb51fcc956bdc32fdb0be7673608c89

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 342007] Active connections disappear from the list of connections when the bridged connection is disconnected while the VPN connection is active

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342007

--- Comment #6 from Jan Grulich  ---
Is the situation different with Plasma 5?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 342007] Active connections disappear from the list of connections when the bridged connection is disconnected while the VPN connection is active

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342007

--- Comment #8 from Jan Grulich  ---
Does it work using nmcli? Anyway, we just filtered out "interprise" devices
like bridge, bond etc. which are not that common on desktops so those
connection types won't be shown in the applet anymore (for Plasma 5.6). You
should be still able to configure them in our editor, however preferred way is
to use nmcli as I'm not sure they have ever worked perfectly in plasma-nm.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 342007] Active connections disappear from the list of connections when the bridged connection is disconnected while the VPN connection is active

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342007

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #10 from Jan Grulich  ---
Ok, thanks for the information. I'm going to close this bug now as there is
nothing we can fix in plasma-nm and support for bridge connections was dropped
in the upcoming major version of plasma-nm.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356622] Cannot change the group in the login form, and specifying it in the config results in not showing the login form (openconnect)

2015-12-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356622

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/c004d3563a08ed9519be2
   ||0c98861999ea72faa42
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---
Git commit c004d3563a08ed9519be20c98861999ea72faa42 by Jan Grulich.
Committed on 14/12/2015 at 09:18.
Pushed by grulich into branch 'master'.

Fix openconnect dialog

Previous patch removing "Show passwords" checkbox changed layout order and
we forgot to address that.

Patch from Simon Munton
Related: bug 356587

M  +3-19   vpn/openconnect/openconnectauth.cpp
M  +0-1vpn/openconnect/openconnectauth.h

http://commits.kde.org/plasma-nm/c004d3563a08ed9519be20c98861999ea72faa42

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356587] Connecting to openconnect vpn fails

2015-12-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356587

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/c004d3563a08ed9519be2 |ma-nm/28c4b2e1b868427201cec
   |0c98861999ea72faa42 |b6d01cdb45ebfd157a0

--- Comment #4 from Jan Grulich  ---
Git commit 28c4b2e1b868427201cecb6d01cdb45ebfd157a0 by Jan Grulich.
Committed on 14/12/2015 at 09:18.
Pushed by grulich into branch 'Plasma/5.5'.

Fix openconnect dialog

Previous patch removing "Show passwords" checkbox changed layout order and
we forgot to address that.

Patch from Simon Munton
Related: bug 356622

M  +3-19   vpn/openconnect/openconnectauth.cpp
M  +0-1vpn/openconnect/openconnectauth.h

http://commits.kde.org/plasma-nm/28c4b2e1b868427201cecb6d01cdb45ebfd157a0

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356622] Cannot change the group in the login form, and specifying it in the config results in not showing the login form (openconnect)

2015-12-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356622

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/c004d3563a08ed9519be2 |ma-nm/28c4b2e1b868427201cec
   |0c98861999ea72faa42 |b6d01cdb45ebfd157a0

--- Comment #2 from Jan Grulich  ---
Git commit 28c4b2e1b868427201cecb6d01cdb45ebfd157a0 by Jan Grulich.
Committed on 14/12/2015 at 09:18.
Pushed by grulich into branch 'Plasma/5.5'.

Fix openconnect dialog

Previous patch removing "Show passwords" checkbox changed layout order and
we forgot to address that.

Patch from Simon Munton
Related: bug 356587

M  +3-19   vpn/openconnect/openconnectauth.cpp
M  +0-1vpn/openconnect/openconnectauth.h

http://commits.kde.org/plasma-nm/28c4b2e1b868427201cecb6d01cdb45ebfd157a0

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356587] Connecting to openconnect vpn fails

2015-12-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356587

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/c004d3563a08ed9519be2
   ||0c98861999ea72faa42

--- Comment #3 from Jan Grulich  ---
Git commit c004d3563a08ed9519be20c98861999ea72faa42 by Jan Grulich.
Committed on 14/12/2015 at 09:18.
Pushed by grulich into branch 'master'.

Fix openconnect dialog

Previous patch removing "Show passwords" checkbox changed layout order and
we forgot to address that.

Patch from Simon Munton
Related: bug 356622

M  +3-19   vpn/openconnect/openconnectauth.cpp
M  +0-1vpn/openconnect/openconnectauth.h

http://commits.kde.org/plasma-nm/c004d3563a08ed9519be20c98861999ea72faa42

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356703] Plasmashell crash when is pressed "connect" on a configured VPN

2015-12-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356703

--- Comment #1 from Jan Grulich  ---
Any backtrace? I cannot reproduce this.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 333905] wpa key is not displayed

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333905

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #37 from Jan Grulich  ---
Closing, there won't be any new release of plasma-nm for KDE 4. Switch please
to Plasma 5 and re-open this bug if your problem persists.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 353290] Applet incorrect active connections and broken dis/connect

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353290

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #3 from Jan Grulich  ---
Closing, there won't be any new release of plasma-nm for KDE 4. Switch please
to Plasma 5 and re-open this bug if your problem persists.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 335585] DSL connection does not work

2015-12-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335585

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #14 from Jan Grulich  ---
Closing, there won't be any new release of plasma-nm for KDE 4. Switch please
to Plasma 5 and re-open this bug if your problem persists.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356772] "connect" does not work for mobile broadband connection

2015-12-16 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356772

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
Weird, it works for me. Did it work before the update? Is there any attempt to
activate the connection in NetworkManager log?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 356772] "connect" does not work for mobile broadband connection

2015-12-16 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356772

--- Comment #3 from Jan Grulich  ---
Yes, that helps, According to the log your SIM card is protected by PIN2, is
that true? We handle just PIN and PUK and not PIN2 or PUK2 or any other type.
We disabled this because there were some issues due to this but it looks there
are now new issues due to not handling those types.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-01-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

  Attachment #95419|0   |1
is obsolete||

--- Comment #42 from Jan Grulich  ---
Created attachment 96441
  --> https://bugs.kde.org/attachment.cgi?id=96441=edit
Proposed fix/workaround for this issue

Is anyone able to test this patch for networkmanager-qt?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-01-03 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

 CC||kdde.rhn@porcupinefactory.o
   ||rg

--- Comment #40 from Jan Grulich  ---
*** Bug 357099 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357099] Stuck at connecting animation [regression]

2016-01-03 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357099

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-01-03 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|FIXED   |---

--- Comment #41 from Jan Grulich  ---
Reopening, doesn't seem to be solved, see Bug 357099.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357584] [regression] Network throughput applet no longer shows scale

2016-01-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357584

--- Comment #1 from Jan Grulich  ---
Can you please provide a screenshot? The traffic monitor should like identical
to the one which was in KDE 4, except the missing total download/upload.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 357584] [regression] Network throughput applet no longer shows scale

2016-01-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357584

Jan Grulich  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
Product|plasma-nm   |plasmashell
   Assignee|lu...@kde.org   |notm...@gmail.com
  Component|general |System Monitor

--- Comment #3 from Jan Grulich  ---
Oh, that's not plasma-nm applet, but some other traffic monitor.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356841] Plasma-nm applet does not show connection speed

2016-01-07 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356841

Jan Grulich  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
  Component|applet  |DataEngines
   Assignee|jgrul...@redhat.com |plasma-b...@kde.org
Product|plasma-nm   |plasmashell

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357068] VPN: kwallet dialog when VPN connection shuts down

2015-12-28 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357068

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
Please provide information as described here:
https://techbase.kde.org/Projects/Solid/Plasma-nm#Plasma-nm_doesn.27t_remember_my_password

It's possible that NM assumes that you got disconnected because of missing
password and then asks for it through our secret agent so I need to know what's
going on.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2015-12-28 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||pwmorre...@gmail.com

--- Comment #11 from Jan Grulich  ---
*** Bug 357219 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357219] Repeatable crash when attempting to edit NM openvpn connections

2015-12-28 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357219

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357099] Stuck at connecting animation [regression]

2015-12-28 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357099

--- Comment #5 from Jan Grulich  ---
Please provide info as described here:
https://techbase.kde.org/Projects/Solid/Plasma-nm#My_connection_in_the_applet_shows_wrong_information.
 

What frameworks version do you have?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357028] plasma-nm widget is missing from the system tray upon first log in

2015-12-21 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357028

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---
That's not a bug in plasma-nm, it looks like the common issue where some of the
systray applet doesn't show its icon.

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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357847] The network connections configuration (connection editor) icon is missing in the NM applet

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357847

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #3 from Jan Grulich  ---
Try to update to latest frameworks, kill plasmashell, clear $HOME/.cache/ 
directory and then run kbuildsycoca5 and start plasmashell again.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 356841] Plasma-nm applet does not show connection speed

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356841

Jan Grulich  changed:

   What|Removed |Added

 CC||oliv...@churlaud.com

--- Comment #8 from Jan Grulich  ---
*** Bug 357851 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357851] No connection speed in tray-applet

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357851

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357918] Tiny settings window for network plasmoid after update

2016-01-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357918

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com,
   ||lu...@kde.org
  Component|general |applet
Product|frameworks-networkmanager-q |plasma-nm
   |t   |

--- Comment #1 from Jan Grulich  ---
Does it happen with other applets (e.g. with battery monitor)? What's your
plasma-nm version?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 364094] Can't connect to wired network when adding routes.

2016-06-08 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364094

--- Comment #2 from Jan Grulich  ---
Could you please provide log from NetworkManager once you try to connect to the
modified connection? Or is there any notification with error?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 355050] Will not connect to openconnect vpn if CN in untrusted certificate does not match the host name

2016-06-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355050

--- Comment #4 from Jan Grulich  ---
Is this still reproducible with Plasma 5.5.1 or newer?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 362729] Cannot connect to OpenConnect VPN with username/password

2016-06-06 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362729

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
I'm not able to reproduce this issue. I tried to setup an ocserver with plain
user/password authentication and it works just fine. I guess that what you see
in the log could be the reason why it doesn't work for you and I think that the
problem is in the server you are trying to connect to.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-06-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||rightsfigh...@gmail.com

--- Comment #23 from Jan Grulich  ---
*** Bug 364257 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 364257] Crash trying to create OpenVPN in OpenSuse 13.2

2016-06-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364257

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-06-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

--- Comment #24 from Jan Grulich  ---
You are right, the original issue was a bit different, then people started
pushing there unrelated backtraces.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 364094] Can't connect to wired network when adding routes.

2016-06-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364094

--- Comment #5 from Jan Grulich  ---
Could you please verify whether all your IPv4 addresses/routes are correct when
you run "nmcli connection show your_connection_name"? If they are correct, then
it means that we (from plasma-nm) set it correctly and there is a problem in
NetworkManager and not in plasma-nm.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 364094] Can't connect to wired network when adding routes.

2016-06-14 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364094

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #7 from Jan Grulich  ---
I cannot fix this in plasma-nm, you would need to report this problem to
NetworkManager.

-- 
You are receiving this mail because:
You are watching all bug changes.


[Breeze] [Bug 353369] network-connect and network-disconnect are too similar

2016-05-28 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353369

Jan Grulich  changed:

   What|Removed |Added

   Assignee|jgrul...@redhat.com |visual-des...@kde.org
 CC||jgrul...@redhat.com
Product|plasma-nm   |Breeze
  Component|applet  |Icons

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 363698] Same icon used for VPN connection and disconnected

2016-05-30 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363698

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE

--- Comment #4 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 363037] NM applet icon when connected to WiFi & VPN is the same as disconnected

2016-05-30 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363037

Jan Grulich  changed:

   What|Removed |Added

 CC||deve...@fuchsnet.ch

--- Comment #6 from Jan Grulich  ---
*** Bug 363698 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-06-02 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

--- Comment #112 from Jan Grulich  ---
Check our Fedora package, we have GCC 6 for a while in Fedora 24+ and had some
troubles with that if I remember correctly.

Link: http://pkgs.fedoraproject.org/cgit/rpms/qt5-qtdeclarative.git/log/?h=f24

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 363099] No new connection after inserting MTS Mblaze dongle

2016-05-26 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363099

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Jan Grulich  ---
>From the "nmcli ... " output I can see that NM doesn't see/show any available
connection for your modem, thus plasma-nm has nothing to show you as an
available connection. I think you will have to report this problem to
NetworkManager and not here as this bugzilla is only for NM KDE frontend.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 360176] openconnect fails with "Necessary secrets were not provided"

2016-06-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360176

Jan Grulich  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 361414] Show more network details. e.g. DNS server is basic

2016-06-16 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361414

--- Comment #1 from Jan Grulich  ---
*** Bug 364374 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 361414] Show more network details. e.g. DNS server is basic

2016-06-16 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361414

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #3 from Jan Grulich  ---
We already decided once and did a survey what information to display. Given
that plasma-nm should be primarily for regular users we don't want it to be
bloated with unnecessary stuff. What might be important and relevant for you
doesn't need to be relevant for the rest of people. I already wanted to
implement a configuration for people like you so they can configure whatever
information they want to display, but right now I don't have time to do that or
there are more important things to do. You can of course try to implement this
yourself :)

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 361414] Show more network details. e.g. DNS server is basic

2016-06-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361414

--- Comment #6 from Jan Grulich  ---
Depends whether it would be accepted by usability guys, but I can imagine that
something like that could be a solution. If you give me some time I could try
to implement this myself.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 364434] impossible change wi-fi settings if wi-fi security is any option different of none

2016-06-20 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364434

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Jan Grulich  ---
That's correct, you cannot save a connection with an empty password which is
required. If you don't want to save your password then you have to click on the
small icon on the right side of the password field and choose that the password
is not required.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357816] NM applet icon when connected to WiFi & VPN is the same as disconnected

2016-06-23 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357816

--- Comment #18 from Jan Grulich  ---
This issue will be fixed in Plasma 5.7. I couldn't push it to Plasma 5.6.x
because it introduces a dependency on newest KDE Frameworks.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357816] NM applet icon when connected to WiFi & VPN is the same as disconnected

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357816

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/190e27a1acaa4469aaeca |ma-nm/87c78dd5e8176b3ab79b1
   |0653fd0a4368f730ecc |660396dcfb3c114fb80

--- Comment #5 from Jan Grulich  ---
Git commit 87c78dd5e8176b3ab79b1660396dcfb3c114fb80 by Jan Grulich.
Committed on 11/01/2016 at 12:20.
Pushed by grulich into branch 'Plasma/5.5'.

Make sure we show correct icon when a VPN connection with type of generic gets
default route

REVIEW:126714

M  +35   -9libs/declarative/connectionicon.cpp

http://commits.kde.org/plasma-nm/87c78dd5e8176b3ab79b1660396dcfb3c114fb80

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
  Latest Commit|http://commits.kde.org/netw |http://commits.kde.org/netw
   |orkmanager-qt/3a9dadfc8929c |orkmanager-qt/402c1f27fc37b
   |b2977f904158a5854836413fc41 |a93069b8c2fa6b0ee6f3c9d198f
 Resolution|--- |FIXED

--- Comment #44 from Jan Grulich  ---
Git commit 402c1f27fc37ba93069b8c2fa6b0ee6f3c9d198f by Jan Grulich.
Committed on 11/01/2016 at 11:21.
Pushed by grulich into branch 'master'.

Re-check connection state and other properties to be sure they are actual
(version 2)

REVIEW:126715

M  +73   -60   src/activeconnection.cpp
M  +6-0src/activeconnection_p.h

http://commits.kde.org/networkmanager-qt/402c1f27fc37ba93069b8c2fa6b0ee6f3c9d198f

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357459] NM Connection Editor crashes adding new OpenVPN entry

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357459

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||hrm-t...@sonic.net

--- Comment #12 from Jan Grulich  ---
*** Bug 357459 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357816] NM applet icon when connected to WiFi & VPN is the same as disconnected

2016-01-11 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357816

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/190e27a1acaa4469aaeca
   ||0653fd0a4368f730ecc
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Jan Grulich  ---
Git commit 190e27a1acaa4469aaeca0653fd0a4368f730ecc by Jan Grulich.
Committed on 11/01/2016 at 12:19.
Pushed by grulich into branch 'master'.

Make sure we show correct icon when a VPN connection with type of generic gets
default route

REVIEW:126714

M  +35   -9libs/declarative/connectionicon.cpp

http://commits.kde.org/plasma-nm/190e27a1acaa4469aaeca0653fd0a4368f730ecc

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

--- Comment #6 from Jan Grulich  ---
Kubuntu 14.03.3 is almost 2 years old, you should really try newer version.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

--- Comment #8 from Jan Grulich  ---
It may be relevant, but only for security and important fixes, not new releases
introducing features and major changes. Your reported version is 0.9.3.3, which
is pretty damn old and even KDE 4 version is no longer maintained because we
are now focused to Plasma 5.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358031] I tried to edit existing l2tp-connection and create openvpn-connection.

2016-01-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358031

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-01-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

--- Comment #14 from Jan Grulich  ---
*** Bug 358031 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Jan Grulich  ---
I'm not sure whether there is a way how to check that such NM VPN plugin is
installed. This could be solved on packaging level (like we do in Fedora).
Basically each plasma-nm VPN plugin is moved to a subpackage with dependency on
required NM VPN plugin and when this NM VPN plugin is removed, then also the
plasma-nm subpackage is removed and then not offered in plasma-nm connection
editor.

Closing this bug as there is probably nothing what we can do.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-pk-updates] [Bug 358073] plasma5-pk-updates : Bring back checkbox for 'select all'

2016-01-18 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358073

Jan Grulich  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |jgrul...@redhat.com
Product|plasmashell |plasma-pk-updates
Version|master  |unspecified
 CC||jgrul...@redhat.com
   Target Milestone|1.0 |---
  Component|System Tray |general

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358028] Wifi status not updated if adapter gets shut off from some other program

2016-01-18 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358028

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/f4f0e01df52f07bfc8017
   ||b58e2193316ed9ac0d7

--- Comment #1 from Jan Grulich  ---
Git commit f4f0e01df52f07bfc8017b58e2193316ed9ac0d7 by Jan Grulich.
Committed on 18/01/2016 at 15:27.
Pushed by grulich into branch 'master'.

Workaround broken bindings when enabling/disabling devices using rfkill

REVIEW:126795

M  +5-0applet/contents/ui/Header.qml
M  +0-4applet/contents/ui/PopupDialog.qml
M  +20   -0applet/contents/ui/Toolbar.qml

http://commits.kde.org/plasma-nm/f4f0e01df52f07bfc8017b58e2193316ed9ac0d7

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358028] Wifi status not updated if adapter gets shut off from some other program

2016-01-18 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358028

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/f4f0e01df52f07bfc8017 |ma-nm/fc1a6599de071ad50df9d
   |b58e2193316ed9ac0d7 |c063067a1a652583c0b

--- Comment #2 from Jan Grulich  ---
Git commit fc1a6599de071ad50df9dc063067a1a652583c0b by Jan Grulich.
Committed on 18/01/2016 at 15:29.
Pushed by grulich into branch 'Plasma/5.5'.

Workaround broken bindings when enabling/disabling devices using rfkill

REVIEW:126795

M  +5-0applet/contents/ui/Header.qml
M  +0-4applet/contents/ui/PopupDialog.qml
M  +20   -0applet/contents/ui/Toolbar.qml

http://commits.kde.org/plasma-nm/fc1a6599de071ad50df9dc063067a1a652583c0b

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358151] Ошибка при попытке редактирования OpenVPN соединения

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358151

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||slava.blinni...@gmail.com

--- Comment #15 from Jan Grulich  ---
*** Bug 358151 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

--- Comment #11 from Jan Grulich  ---
I mean the problem with missing notification is solved in newer versions, but
you should still be able to create all VPN connections even with missing NM
plugins, which I don't consider as a problem.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

--- Comment #10 from Jan Grulich  ---
I don't ignore anything, this bug is already solved in one of newer versions.
Really, if you want to have this bug fixed then use newer version of Kubuntu.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasmashell] [Bug 348648] "Networks" item doesn't show up when Plasma starts for the first time

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348648

Jan Grulich  changed:

   What|Removed |Added

 CC||hesedie...@gmail.com

--- Comment #19 from Jan Grulich  ---
*** Bug 358070 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358070] No wifi icon in the panel

2016-01-17 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358070

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357938] offer to create openconnect-VPN without required packages installed

2016-01-15 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357938

--- Comment #4 from Jan Grulich  ---
At first, in recent plasma-nm versions you will be notified about missing
NetworkManager VPN plugin once you try to activate a VPN connection with
missing plugin.

I don't make this easy for me, there is a difference between plasma-nm VPN
plugin and NetworkManager VPN plugin. For creating VPN connections in plasma-nm
connection editor you need just plasma-nm VPN plugins (because there is no
interaction with NM), however for their activation you need NetworkManager VPN
plugin. We do check just for plasma-nm VPN plugins in the editor, which is
easy. I guess there is definitely some way how to check for NetworkManager VPN
plugins using NM libraries, but I haven't had time to investigate that. On the
other hand, if we would check also for NM VPN plugin then users might not find
out what they are missing if they are not able to edit/create VPN connections.
Now all our VPN plugins are installed independently and once it comes to
interaction with NetworkManger then they will be informed with notification
about missing NetworkManager VPN plugin.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 322219] Should not ask for wallet access when no password is used

2016-06-27 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=322219

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-nm/1b81d5f6a1f2516964fff |ma-nm/8f3803202c4e5fc3502ee
   |94d20bd485aead5943c |04d548d97d6d70a97e8

--- Comment #8 from Jan Grulich  ---
Git commit 8f3803202c4e5fc3502ee04d548d97d6d70a97e8 by Jan Grulich.
Committed on 27/06/2016 at 06:47.
Pushed by grulich into branch 'Plasma/5.7'.

Store password into NetworkManager by default when KWallet is not enabled

M  +14   -3libs/editor/widgets/passwordfield.cpp

http://commits.kde.org/plasma-nm/8f3803202c4e5fc3502ee04d548d97d6d70a97e8

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 322219] Should not ask for wallet access when no password is used

2016-06-27 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=322219

Jan Grulich  changed:

   What|Removed |Added

 Resolution|UPSTREAM|FIXED
 Status|VERIFIED|RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-nm/1b81d5f6a1f2516964fff
   ||94d20bd485aead5943c

--- Comment #7 from Jan Grulich  ---
Git commit 1b81d5f6a1f2516964fff94d20bd485aead5943c by Jan Grulich.
Committed on 27/06/2016 at 06:46.
Pushed by grulich into branch 'master'.

Store password into NetworkManager by default when KWallet is not enabled

M  +14   -3libs/editor/widgets/passwordfield.cpp

http://commits.kde.org/plasma-nm/1b81d5f6a1f2516964fff94d20bd485aead5943c

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 359162] the connection is flapping all the time

2016-02-09 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359162

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 353741] plasma-nm falsifies VPN (shows active VPN, when there's not)

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353741

--- Comment #4 from Jan Grulich  ---
Ping? Could you please attach the required output if this is still happening?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 353297] wifi reconnection doesn't present a password input panel

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353297

--- Comment #2 from Jan Grulich  ---
Ping? Could you please provide requested information?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 349126] No indication of what systray/applet orange exclamation mark means

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349126

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 347413] OpenVPN connection errors not shown

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347413

--- Comment #7 from Jan Grulich  ---
Ping? Any response? If not I'm going to close this bug.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 355050] Will not connect to openconnect vpn if CN in untrusted certificate does not match the host name

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355050

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
I believe that this bug got fixed in Plasma 5.5.1, can you confirm that?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 346426] Cannot add WPA Enterprise network that uses only user name and password

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346426

--- Comment #4 from Jan Grulich  ---
Can you check whether the situation has changed with latest Plasma 5.5.x?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 350188] When trying to connect via plasma-nm to a openconnect - connection, the dialog starts flickering until i hit enter -> then crash

2016-02-12 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350188

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 359334] Connection editor with Oxygen theme is unusable

2016-02-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359334

Jan Grulich  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Jan Grulich  ---
This is not a problem of plasma-nm, but problem of uncomplete oxygen plasma
theme, which will be removed in Plasma 5.6.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 359335] Plasma crashes when I try to connect to an OpenVPN network (plasma-nm)

2016-02-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359335

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 346118] Plasmashell crash when disconnecting/reconnecting my WiFi connection after changing MTU

2016-02-13 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346118

Jan Grulich  changed:

   What|Removed |Added

 CC||mar...@6irc.net

--- Comment #42 from Jan Grulich  ---
*** Bug 359335 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358470] Not reconnecting to WiFi - Waiting authorization

2016-01-25 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358470

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-02-02 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||amw9...@gmail.com

--- Comment #18 from Jan Grulich  ---
*** Bug 358924 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358924] NetworkManager connection editor crashes when trying to edit or add an OpenVPN connection

2016-02-02 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358924

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358834] Crash when trying to configure VPN

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358834

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 341650] Connection manager crashes when editing/adding openVPN connection

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341650

Jan Grulich  changed:

   What|Removed |Added

 CC||jessetalav...@aol.com

--- Comment #17 from Jan Grulich  ---
*** Bug 358834 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358361] The network icon (wired ethernet) no longer shows vpn connection

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358361

Jan Grulich  changed:

   What|Removed |Added

Product|Breeze  |plasma-nm
  Component|Icons   |applet
 CC||jgrul...@redhat.com,
   ||lu...@kde.org
   Assignee|uri_herr...@nitrux.in   |jgrul...@redhat.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357816] NM applet icon when connected to WiFi & VPN is the same as disconnected

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357816

--- Comment #9 from Jan Grulich  ---
*** Bug 358361 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358361] The network icon (wired ethernet) no longer shows vpn connection

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358361

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 357068] VPN: kwallet dialog when VPN connection shuts down

2016-02-04 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357068

--- Comment #5 from Jan Grulich  ---
Hi, sorry for late response. According to the output from kded5 it looks that
NM requests secrets based on user request (which doesn't make sense) unless
this is reported when you were trying to edit this connection, but if it's due
to re-activation then there is something wrong apparently. Also, your secrets
are marked to be stored in NetworkManager even when there is no password
involved/required  so NM shouldn't ask at all. Btw. both windows are requested
by our secret probably as I see more requests to manipulate with secrets.

What is your NetworkManager version? I don't see any related info in the NM
log, but I think this problem is NM related.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 358638] KDE daemon crash after desktop startup

2016-02-01 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358638

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Jan Grulich  ---
This is a crash in the oldest networkmanagement applet which is not longer
maintained.

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

Jan Grulich  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---

--- Comment #3 from Jan Grulich  ---
Ok, could you provide information from here
https://techbase.kde.org/Projects/Solid/Plasma-nm#My_connection_in_the_applet_shows_wrong_information?

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 359746] VPN: Applet remains spinning upon established connection

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359746

Jan Grulich  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||jgrul...@redhat.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Jan Grulich  ---


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

-- 
You are receiving this mail because:
You are watching all bug changes.


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-02-24 Thread Jan Grulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Jan Grulich  changed:

   What|Removed |Added

 CC||smuel...@chronox.de

--- Comment #45 from Jan Grulich  ---
*** Bug 359746 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.


  1   2   3   4   >