After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780606 - Portal helper security icon not always displayed
Portal helper security icon not always displayed
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: portal-helper
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-03-27 16:52 UTC by Catalin Iacob
Modified: 2017-04-06 10:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
v1 Use the correct enum values (1.19 KB, patch)
2017-03-27 16:56 UTC, Catalin Iacob
committed Details | Review

Description Catalin Iacob 2017-03-27 16:52:52 UTC
Due to a coding error, the secure icon added in bug759044 doesn't always show (in neither the secure nor insecure case).

It works for the insecure-content-detected and load-failed-with-tls-errors signals but it doesn't for on-load-changed (so if I understand it correctly, when the whole page is http). Attached patch should make the issue clear.
Comment 1 Catalin Iacob 2017-03-27 16:54:44 UTC
(In reply to Catalin Iacob from comment #0)
> Due to a coding error, the secure icon added in bug759044 doesn't always
> show (in neither the secure nor insecure case).

This should have been bug749197 instead.
Comment 2 Catalin Iacob 2017-03-27 16:56:42 UTC
Created attachment 348814 [details] [review]
v1 Use the correct enum values
Comment 3 Florian Müllner 2017-03-27 19:28:06 UTC
Review of attachment 348814 [details] [review]:

Eeeks, yes. Thanks for the catch!
Comment 4 Catalin Iacob 2017-04-05 05:56:35 UTC
(In reply to Florian Müllner from comment #3)
> Review of attachment 348814 [details] [review] [review]:
> 
> Eeeks, yes. Thanks for the catch!

So what happens now (not familiar with the dev process)? Will a maintainer pick this up and commit it? Do I need to do anything else?
Comment 5 Florian Müllner 2017-04-05 07:31:33 UTC
(In reply to Catalin Iacob from comment #4)
> So what happens now (not familiar with the dev process)? Will a maintainer
> pick this up and commit it? Do I need to do anything else?

Usually people push their own patches once they are accepted. I take from your question that you don't have commit access, so I'll push the patch ...
Comment 6 Bastien Nocera 2017-04-06 10:28:36 UTC
I swear I did test this :/