[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-control-center -
1:3.36.3-1ubuntu1

---
gnome-control-center (1:3.36.3-1ubuntu1) groovy; urgency=medium

  * New upstream version rebased on Debian (lp: #1884063)

  [ Gunnar Hjalmarsson ]
  * debian/patches/0030-temporarily-revert-alt-char-key.patch:
- Change po/POTFILES.in too, so dh_translations can create
  gnome-control-center-2.0.pot.
  * d/p/0015-connectivity-add-network-connectivity-checking-toggl.patch:
- Add "privacy" to Keywords in the .desktop file in line with
  https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/05f3cb67
  (LP: #1869288)

  [ Marco Trevisan (TreviƱo) ]
  * d/p/0008-Allow-tweaking-some-settings-for-Ubuntu-Dock.patch:
- Ensure dock position is respected in RTL (LP: #1876937)
- Add proper matching the dock monitor ID (LP: #1877108)
  * d/p/0024-display-Allow-fractional-scaling-to-be-enabled.patch:
- Improve fractional scaling toggling (LP: #1876891, #1876894)
- Look for proper fractional scaling key in Wayland and X11 (LP: #1871864)
  * d/p/0031-fingerprint-dialog-Don-t-limit-the-number-of-maximum.patch:
- Don't make flowbox children selectable (LP: #1877441)

 -- Sebastien Bacher   Thu, 18 Jun 2020 13:44:56
+0200

** Changed in: gnome-control-center (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-04-06 Thread Gunnar Hjalmarsson
The MR was merged into upstream master. So let's finalize it next cycle
by adding the "privacy" keyword to 0015-connectivity-add-network-
connectivity-checking-toggl.patch too.

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-04-02 Thread Gunnar Hjalmarsson
Thanks for considering it, Sebastien. I submitted an upstream merge
request:

https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/732

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-30 Thread Sebastien Bacher
@Gunnar, it's probably worth reporting upstream for discussion.

The code adding the keywords seems to be there
https://gitlab.gnome.org/GNOME/gnome-control-center/-/blob/master/shell/cc-shell-model.c#L241

you could imagine doing a

if panel = 'name' or 'othername'; then

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-30 Thread Sebastien Bacher
if panel = 'name' or 'othername' or 'thirpanel'; then
keywords += _('Privacy')

(pseudo code to give the idea)

That seems hackish though, probably best to just propose your patch
adding the keywords upstream for next cycle

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-30 Thread Sebastien Bacher
@Gunnar, could you send that change upstream to gitlab or discuss with
Robert Ancell?

It feels a bit late to break translations, I'm not confident we will get
those redone for most locales in time. One alternative approch could be
to append the keywords from the code side to all subpanel from a
category, it  also have the avantage to require to translate the
category only once and mean not breaking existing translations...

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-28 Thread Bruno Nocera Zanette
Thanks for the quick fix, Gunnar!

I installed the pkg from your ppa and i now i get as result the
categories contained in Privacy tab, just as you said.

It's not quite the same behavior as the other tabs and it may confuse a
little bit, but i think it's quite easy to get the idea. I believe it's
a great improvement of what it was.

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-28 Thread Gunnar Hjalmarsson
Thanks for your report!

If I understand it correctly, this is because "Privacy" is no longer a
panel, but just a category where privacy related panels are shown. One
possible way to improve it is to add the "privacy" keyword to the
.desktop files of the applicable panels. I prepared a debdiff which does
that, and the attached image shows the result.

For the case you want to test, I also uploaded a modified version of
gnome-control-center to this PPA:

https://launchpad.net/~gunnarhj/+archive/ubuntu/gnome-control-center

** Attachment added: "privacy-keyword.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+attachment/5342533/+files/privacy-keyword.png

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-28 Thread Gunnar Hjalmarsson
Attached please find the debdiff.

One problem with this solution is that it breaks existing translations
of the affected Keywords strings. Notifying the translators may
compensate for that a bit.

Sebastien: Any thoughts on the idea?

** Patch added: "gnome-control-center_privacy-keyword.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+attachment/5342534/+files/gnome-control-center_privacy-keyword.debdiff

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Tags added: patch regression-release

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Confirmed

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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

[Bug 1869288] Re: "Privacy" tab in gnome-control-center is not findable

2020-03-26 Thread Bruno Nocera Zanette
** Summary changed:

- Searching for "Privacy" in Gnome Search returns "Search" tab entry in 
gnome-control-center
+ "Privacy" tab in gnome-control-center is not findable

** Description changed:

- Searching for "Privacy" returns the "Search" entry in gnome-control-
- center, instead of the Privacy tab entry. For all the other tab names of
- gnome-control-center it works as expected, including Privacy's sub tabs.
- I've tested using EN and PT-BR languages, and it happens in both.
+ Searching for "Privacy" using gnome-control-center search bar returns
+ the  "Search" tab instead of the "Privacy" tab. The same thing happens
+ with Gnome Shell Search.
  
- abstract: Privacy tab in gnome-control-center is not searchable.
+ For all the other tab names of gnome-control-center it works as
+ expected, including Privacy's sub tabs. I've tested using EN and PT-BR
+ languages, and it happens in both.
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.36.0-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-20.24-generic 5.4.27
  Uname: Linux 5.4.0-20-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 26 23:42:26 2020
  InstallationDate: Installed on 2020-03-08 (18 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200304)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  "Privacy" tab in gnome-control-center is not findable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1869288/+subscriptions

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