[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-27 Thread Robert Ancell
Correct, this fix is valuable for core22, so kinetic was skipped. There
should be no issues for anyone updating from jammy to kinetic. Though
this will affect core20, we expect most snaps to be using core22 so no
plan to backport it to focal.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  Fix Released
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-27 Thread Robert Ancell
Yes, these specific steps performed in a core desktop VM.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  Fix Committed
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-19 Thread Robert Ancell
I tested a standard jammy desktop in a VM by running various apps
including calculator to confirm they were still working (i.e. looking
for regressions).

I tested the core desktop behaviour by building the core22-desktop snap
from https://github.com/canonical/core-base-desktop/ (locally modified
to use updates) and then installing that into a core desktop.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  Fix Committed
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-17 Thread Robert Ancell
Tested glib2.0 2.72.4-0ubuntu2 in a jammy VM and working.

** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done-jammy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  Fix Committed
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-04-17 Thread Robert Ancell
I've looked at the autopkgtests and the failures don't seem to be
related to this change.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  Fix Committed
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2012994] Re: Automatic Date & Time switch shows as insensitive when enabled

2023-03-28 Thread Robert Ancell
It's upstream https://gitlab.gnome.org/GNOME/gnome-control-
center/-/merge_requests/1749

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2012994

Title:
  Automatic Date & Time switch shows as insensitive when enabled

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Go to Settings > Date & Time and toggle the "Automatic Date & Time"
  switch. When enabled it shows as insensitive (i.e. grey instead of
  orange). The "Automatic Time Zone" switch below behaves as expected.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1961508] Re: Dock displaying over window after resuming from blank screen

2023-03-27 Thread Robert Ancell
** Tags added: rls-ll-incoming

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-ubuntu-dock in
Ubuntu.
https://bugs.launchpad.net/bugs/1961508

Title:
  Dock displaying over window after resuming from blank screen

Status in Dash to dock:
  Unknown
Status in Mutter:
  New
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in gnome-shell-extension-ubuntu-dock package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed
Status in gnome-desktop package in Fedora:
  Confirmed

Bug description:
  I have Blank Screen set to happen after 2 minutes of inactivity.

  When resuming from a Blank Screen (by moving the mouse or touching the
  keyboard), the Dock is displayed over the top of the current program.

  To get it back to normal I need to click "Restore Down" on the current
  programs window and then "Maximize" so that the Dock no longer
  overlaps it.

  (Note: I have Auto-hide dock turned off.)

  This only happens sometimes. I can't reproduce the bug it every time.

  -

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  - Ubuntu 21.10

  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  - Not sure (I guess the Dock is part of the Gnome interface?)

  3) What you expected to happen
  - Dock should not overlap the current program on resume from screen blank.

  4) What happened instead
  - The Dock overlaps the current program on resume from screen blank.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 21.10
  InstallationDate: Installed on 2022-02-18 (24 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Package: gnome-shell-extension-ubuntu-dock
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.13.0-35.40-generic 5.13.19
  RelatedPackageVersions: mutter-common 40.5-1ubuntu3~21.10.1
  Tags:  wayland-session impish
  Uname: Linux 5.13.0-35-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.23.1-0ubuntu3
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  DisplayManager: gdm3
  DistroRelease: Ubuntu 22.10
  InstallationDate: Installed on 2022-02-18 (328 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  Package: mutter
  PackageArchitecture: amd64
  ProcVersionSignature: Ubuntu 5.19.0-28.29-generic 5.19.17
  RebootRequiredPkgs: Error: path contained symlinks.
  RelatedPackageVersions: mutter-common 43.0-1ubuntu4
  Tags: wayland-session third-party-packages kinetic
  Uname: Linux 5.19.0-28-generic x86_64
  UpgradeStatus: Upgraded to kinetic on 2022-10-25 (79 days ago)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1961508/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2012996] [NEW] Editing device name doesn't cancel when pressing escape

2023-03-27 Thread Robert Ancell
Public bug reported:

The device name in the Sharing or About panels can be changed by
clicking the icon to the right of the name (see screenshot). Pressing
escape doesn't cancel the edit and re-show this icon.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rls-ll-incoming

** Attachment added: "Screenshot of device name widget"
   
https://bugs.launchpad.net/bugs/2012996/+attachment/5658049/+files/Screenshot%20from%202023-03-28%2014-46-06.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2012996

Title:
  Editing device name doesn't cancel when pressing escape

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  The device name in the Sharing or About panels can be changed by
  clicking the icon to the right of the name (see screenshot). Pressing
  escape doesn't cancel the edit and re-show this icon.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2012994] [NEW] Automatic Date & Time switch shows as insensitive when enabled

2023-03-27 Thread Robert Ancell
Public bug reported:

Go to Settings > Date & Time and toggle the "Automatic Date & Time"
switch. When enabled it shows as insensitive (i.e. grey instead of
orange). The "Automatic Time Zone" switch below behaves as expected.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rls-ll-incoming

** Attachment added: "Screenshot showing automatic date & time enabled with 
insensitive switch"
   
https://bugs.launchpad.net/bugs/2012994/+attachment/5658048/+files/Screenshot%20from%202023-03-28%2014-41-08.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/2012994

Title:
  Automatic Date & Time switch shows as insensitive when enabled

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  Go to Settings > Date & Time and toggle the "Automatic Date & Time"
  switch. When enabled it shows as insensitive (i.e. grey instead of
  orange). The "Automatic Time Zone" switch below behaves as expected.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2012991] Re: Insensitive items in system tray menus not visible

2023-03-27 Thread Robert Ancell
Changing the theme to dark makes the text visible.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-appindicator in
Ubuntu.
https://bugs.launchpad.net/bugs/2012991

Title:
  Insensitive items in system tray menus not visible

Status in gnome-shell-extension-appindicator package in Ubuntu:
  New

Bug description:
  If you use the multicast system tray menu the text on the items that
  are insensitive aren't visible. It appears they have the same colour
  as the background.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/2012991/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2012991] [NEW] Insensitive items in system tray menus not visible

2023-03-27 Thread Robert Ancell
Public bug reported:

If you use the multicast system tray menu the text on the items that are
insensitive aren't visible. It appears they have the same colour as the
background.

** Affects: gnome-shell-extension-appindicator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: rls-ll-incoming

** Attachment added: "Screenshot of multipass system tray menu"
   
https://bugs.launchpad.net/bugs/2012991/+attachment/5658046/+files/Screenshot%20from%202023-03-28%2014-11-35.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell-extension-appindicator in
Ubuntu.
https://bugs.launchpad.net/bugs/2012991

Title:
  Insensitive items in system tray menus not visible

Status in gnome-shell-extension-appindicator package in Ubuntu:
  New

Bug description:
  If you use the multicast system tray menu the text on the items that
  are insensitive aren't visible. It appears they have the same colour
  as the background.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/2012991/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-03-22 Thread Robert Ancell
** Changed in: glib2.0 (Ubuntu Kinetic)
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  New
Status in glib2.0 source package in Kinetic:
  Won't Fix
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2023-03-22 Thread Robert Ancell
** Description changed:

  [ Impact]
  
  glib is not aware of snap confinement and this causes the internal logic
  to decide when to use portals to not work as designed. One important
  case is the gsettings backend, which should use a keyfile when confined
  rather than using dconf. When using a fully confined desktop this is
  required, as dconf is not suitable for sharing between snaps.
  
  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020
  
  [ Test Plan ]
+ 
+ (requires a core snap running the updated glib).
  
  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator
  
  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile
  
  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.
  
  [ Where problems could occur ]
  
  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  Fix Released
Status in glib2.0 source package in Jammy:
  New
Status in glib2.0 source package in Kinetic:
  New
Status in glib2.0 source package in Lunar:
  Fix Released

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  (requires a core snap running the updated glib).

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] Re: glib not aware of snap confinement

2022-11-29 Thread Robert Ancell
Targeting 22.04 so this can become part of the core22 snap fixing the
issue for most modern snaps.

** Changed in: glib2.0 (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Kinetic)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: glib2.0 (Ubuntu Jammy)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: glib2.0 (Ubuntu Kinetic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: glib2.0 (Ubuntu Lunar)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  New
Status in glib2.0 source package in Jammy:
  New
Status in glib2.0 source package in Kinetic:
  New
Status in glib2.0 source package in Lunar:
  New

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1998267] [NEW] glib not aware of snap confinement

2022-11-29 Thread Robert Ancell
Public bug reported:

[ Impact]

glib is not aware of snap confinement and this causes the internal logic
to decide when to use portals to not work as designed. One important
case is the gsettings backend, which should use a keyfile when confined
rather than using dconf. When using a fully confined desktop this is
required, as dconf is not suitable for sharing between snaps.

This has been fixed in glib main:
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

[ Test Plan ]

1. Install gnome-calculator snap:
$ snap install gnome-calculator
2. Disconnect gsettings interface:
$ snap disconnect gnome-calculator:gsettings
3. Run gnome-calculator
4. Change mode from basic to advanced
5. Close and re-open gnome-calculator

Expected result:
Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

Observed result:
Mode change not remembered on second run, errors shown in console about 
accessing dconf:
(gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

[ Where problems could occur ]

- New bug introduced in glib causing a crash.
- Security issue introduced in glib due to accessing snapctl.
- Unexpected behaviour change when running snaps with updated glib.

** Affects: glib2.0 (Ubuntu)
 Importance: High
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: glib2.0 (Ubuntu Jammy)
 Importance: High
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: glib2.0 (Ubuntu Kinetic)
 Importance: High
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: glib2.0 (Ubuntu Lunar)
 Importance: High
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Also affects: glib2.0 (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Also affects: glib2.0 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1998267

Title:
  glib not aware of snap confinement

Status in glib2.0 package in Ubuntu:
  New
Status in glib2.0 source package in Jammy:
  New
Status in glib2.0 source package in Kinetic:
  New
Status in glib2.0 source package in Lunar:
  New

Bug description:
  [ Impact]

  glib is not aware of snap confinement and this causes the internal
  logic to decide when to use portals to not work as designed. One
  important case is the gsettings backend, which should use a keyfile
  when confined rather than using dconf. When using a fully confined
  desktop this is required, as dconf is not suitable for sharing between
  snaps.

  This has been fixed in glib main:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020

  [ Test Plan ]

  1. Install gnome-calculator snap:
  $ snap install gnome-calculator
  2. Disconnect gsettings interface:
  $ snap disconnect gnome-calculator:gsettings
  3. Run gnome-calculator
  4. Change mode from basic to advanced
  5. Close and re-open gnome-calculator

  Expected result:
  Mode change remembered on second run. gnome-calculator settings written to 
~/snap/gnome-calculator/current/.config/glib-2.0/settings/keyfile

  Observed result:
  Mode change not remembered on second run, errors shown in console about 
accessing dconf:
  (gnome-calculator:1031938): dconf-CRITICAL **: 14:08:56.034: unable to create 
file '/run/user/1000/snap.gnome-calculator/dconf/user': Permission denied.  
dconf will not work properly.

  [ Where problems could occur ]

  - New bug introduced in glib causing a crash.
  - Security issue introduced in glib due to accessing snapctl.
  - Unexpected behaviour change when running snaps with updated glib.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1998267/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1990448] Re: Show Ubuntu Pro settings

2022-09-21 Thread Robert Ancell
** Also affects: software-properties (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1990448

Title:
  Show Ubuntu Pro settings

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Jammy:
  New
Status in software-properties source package in Kinetic:
  New

Bug description:
  Expose more of the Ubuntu Pro (aka Ubuntu Advantage) services instead
  of just Livepatch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1990448/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1990448] [NEW] Show Ubuntu Pro settings

2022-09-21 Thread Robert Ancell
Public bug reported:

Expose more of the Ubuntu Pro (aka Ubuntu Advantage) services instead of
just Livepatch.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Jammy)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Kinetic)
 Importance: Undecided
 Status: New

** Also affects: software-properties (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Focal)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1990448

Title:
  Show Ubuntu Pro settings

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Jammy:
  New
Status in software-properties source package in Kinetic:
  New

Bug description:
  Expose more of the Ubuntu Pro (aka Ubuntu Advantage) services instead
  of just Livepatch.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1990448/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1980781] Re: SRU of ubuntu-advantage-desktop-daemon to older series

2022-09-19 Thread Robert Ancell
** Also affects: ubuntu-advantage-desktop-daemon (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-advantage-desktop-daemon (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: ubuntu-advantage-desktop-daemon (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: ubuntu-advantage-desktop-daemon (Ubuntu Bionic)
 Assignee: (unassigned) => Sebastien Bacher (seb128)

** Also affects: ubuntu-advantage-desktop-daemon (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-advantage-desktop-daemon in
Ubuntu.
https://bugs.launchpad.net/bugs/1980781

Title:
  SRU of ubuntu-advantage-desktop-daemon to older series

Status in ubuntu-advantage-desktop-daemon package in Ubuntu:
  Fix Released
Status in ubuntu-advantage-desktop-daemon source package in Xenial:
  New
Status in ubuntu-advantage-desktop-daemon source package in Bionic:
  Fix Committed
Status in ubuntu-advantage-desktop-daemon source package in Focal:
  Fix Committed

Bug description:
  [Impact]

  ubuntu-advantage-desktop-daemon is a service we added in 22.04 to let
  desktop application interact easily with Ubuntu Advantage

  adsys makes use of is to check if the system is connected to UA. This is 
supported in 20.04 LTS but until now the daemon was not available there.
  Installing the daemon enables advanced usages (scripts, privilege 
delegation…) which require an Ubuntu Pro account

  Ubuntu Pro integration is being added to software-properties which
  also require the service to be available.

  [Test Plan]

  A. Verify the service

  1. Install:
  $ sudo apt install ubuntu-advantage-desktop-daemon
  2. Check able to access daemon
  $ gdbus call --system --dest com.canonical.UbuntuAdvantage --object-path 
/com/canonical/UbuntuAdvantage/Manager --method 
org.freedesktop.DBus.Properties.GetAll 'com.canonical.UbuntuAdvantage.Manager'
  ({'Attached': , 'DaemonVersion': <'1.8'>},)

  B. Software-properties

  Verify that the new 'Ubuntu Pro' page is working as expected, SRU bug
  #, especially that it reflects the correct status and that
  attaching/detaching a token and enabling/disabling services is working

  C. Adsys (focal)

  1. Ensure that you have an Ubuntu Advantage subcription enabled.
  2. Setup some scripts under AD to be executed, one for machine scripts (on 
startup), one for user scripts (on login). Those scripts can create some 
temporary files under /tmp for instance.
  3. Reboot and login on the Ubuntu laptop connected with AD by adsys.
  4. Check that the scripts were executed by testing that the created file 
under /tmp are present.

  [Where problems could occur]

  This is a code that has not previously been used on 20.04 and thus
  could trigger new bugs. It has been used for since jammy though
  without major issues.

  A. The service itself

  The service shouldn't be active unless it's needed. If you don't have ubuntu 
advantage nor adsys configured check that the service is not loaded.
  The service should low on resource usage, check that it's the case by 
checking the RAM and CPU consumption.

  B. Software-properties

  The Ubuntu Pro tab didn't exist before so there should be no
  regression possible there due to the service. The livepatch enablement
  is handled through the service as part of UA now so check that
  livepatch is correctly working still on upgraded systems

  C. Adsys (focal)

  The behaviour change in adsys should be limited to enabling features
  which weren't available in focal before but we should ensure those are
  correctly working and not providing a buggy user experience

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-desktop-daemon/+bug/1980781/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1969303] Re: "No package to remove" error when attempting to uninstall

2022-04-28 Thread Robert Ancell
The snap-store beta channel currently contains the change and that will
roll out to the stable channel soon (assuming no issues found).

The fix will go into Debian for gnome-software (we are in sync with
Debian for this), and that will be copied over to Ubuntu 22.04.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1969303

Title:
  "No package to remove" error when attempting to uninstall

Status in GNOME Software:
  Unknown
Status in snap-store-desktop:
  Fix Committed
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  On a fresh install of Ubuntu 22.04, ubuntu-store won't uninstall any
  application

  If you want to uninstall a software, there is an error message : "no
  package to remove"

  No problem to uninstall this same software with synaptic for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1969303/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1969303] Re: "No package to remove" error when attempting to uninstall

2022-04-27 Thread Robert Ancell
Pushed this change into the snap-store and snap-store-41 branches.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1969303

Title:
  "No package to remove" error when attempting to uninstall

Status in GNOME Software:
  Unknown
Status in snap-store-desktop:
  Fix Committed
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  On a fresh install of Ubuntu 22.04, ubuntu-store won't uninstall any
  application

  If you want to uninstall a software, there is an error message : "no
  package to remove"

  No problem to uninstall this same software with synaptic for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1969303/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1969303] Re: "No package to remove" error when attempting to uninstall

2022-04-27 Thread Robert Ancell
** Changed in: snap-store-desktop
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: snap-store-desktop
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1969303

Title:
  "No package to remove" error when attempting to uninstall

Status in GNOME Software:
  Unknown
Status in snap-store-desktop:
  Fix Committed
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  On a fresh install of Ubuntu 22.04, ubuntu-store won't uninstall any
  application

  If you want to uninstall a software, there is an error message : "no
  package to remove"

  No problem to uninstall this same software with synaptic for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1969303/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1969303] Re: "No package to remove" error when attempting to uninstall

2022-04-27 Thread Robert Ancell
Fix is in https://gitlab.gnome.org/GNOME/gnome-
software/-/merge_requests/1333

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Critical

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) => (unassigned)

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Jeremy Bicha (jbicha)

** Changed in: snap-store-desktop
   Importance: Undecided => Critical

** Changed in: gnome-software (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: snap-store-desktop
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1969303

Title:
  "No package to remove" error when attempting to uninstall

Status in GNOME Software:
  Unknown
Status in snap-store-desktop:
  Triaged
Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  On a fresh install of Ubuntu 22.04, ubuntu-store won't uninstall any
  application

  If you want to uninstall a software, there is an error message : "no
  package to remove"

  No problem to uninstall this same software with synaptic for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1969303/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1969303] Re: "No package to remove" error when attempting to uninstall

2022-04-26 Thread Robert Ancell
** Changed in: snap-store-desktop
   Status: Fix Released => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1969303

Title:
  "No package to remove" error when attempting to uninstall

Status in GNOME Software:
  Unknown
Status in snap-store-desktop:
  Confirmed
Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  On a fresh install of Ubuntu 22.04, ubuntu-store won't uninstall any
  application

  If you want to uninstall a software, there is an error message : "no
  package to remove"

  No problem to uninstall this same software with synaptic for example

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1969303/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: FFe: Backport new RDP settings

2022-04-12 Thread Robert Ancell
Uploaded as 1:41.4-1ubuntu11

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-user-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  Fix Committed
Status in gnome-user-docs package in Ubuntu:
  Fix Committed

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: FFe: Backport new RDP settings

2022-04-11 Thread Robert Ancell
Łukasz - PPA here https://launchpad.net/~robert-
ancell/+archive/ubuntu/gnome-control-center

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-user-docs in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New
Status in gnome-user-docs package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
Freeze exception emails:
https://lists.ubuntu.com/archives/ubuntu-doc/2022-April/020825.html
https://lists.ubuntu.com/archives/ubuntu-translators/2022-April/007830.html

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
** Attachment added: "Current sharing dialog in jammy"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968518/+attachment/5579133/+files/Screenshot%20from%202022-04-11%2016-01-10.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
** Attachment added: "Backported sharing panel"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968518/+attachment/5579134/+files/Screenshot%20from%202022-04-11%2016-06-52.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
** Attachment added: "Backported sharing dialog"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968518/+attachment/5579135/+files/Screenshot%20from%202022-04-11%2016-06-56.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
Proposed changes are in https://salsa.debian.org/gnome-team/gnome-
control-center/-/tree/ubuntu/sharing-rdp

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] Re: Backport new RDP settings

2022-04-10 Thread Robert Ancell
** Attachment added: "Current sharing panel in jammy"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1968518/+attachment/5579132/+files/Screenshot%20from%202022-04-11%2016-01-00.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  FFe: Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1968518] [NEW] Backport new RDP settings

2022-04-10 Thread Robert Ancell
Public bug reported:

We are shipping some GNOME 41 and some GNOME 42 components in jammy. In
GNOME 42 the remote desktop support moved from VNC to RDP. We have the
updated gnome-remote-desktop in jammy, but not the settings changes in
gnome-control-center 41. The proposal is to backport these settings.

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1968518

Title:
  Backport new RDP settings

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  We are shipping some GNOME 41 and some GNOME 42 components in jammy.
  In GNOME 42 the remote desktop support moved from VNC to RDP. We have
  the updated gnome-remote-desktop in jammy, but not the settings
  changes in gnome-control-center 41. The proposal is to backport these
  settings.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1965993] [NEW] Remove Ubuntu Pro settings

2022-03-22 Thread Robert Ancell
Public bug reported:

Due to backend delay, we want to remove the Ubuntu Pro settings and only
show Livepatch settings as were previously shown. This feature will be
re-added at a future time.

This change will rename the "Ubuntu Pro" page to "Livepatch" and hide various 
UI elements. This adds the following new strings for translations:
"This machine is not covered by an Ubuntu Advantage subscription."
"Ubuntu Advantage subscription attached."
"Livepatch"

All existing strings for the Ubuntu Pro settings remain, so should
remain translated when this change is reverted.

See below for screenshots of the change.

** Affects: software-properties (Ubuntu)
     Importance: High
 Assignee: Robert Ancell (robert-ancell)
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1965993

Title:
  Remove Ubuntu Pro settings

Status in software-properties package in Ubuntu:
  New

Bug description:
  Due to backend delay, we want to remove the Ubuntu Pro settings and
  only show Livepatch settings as were previously shown. This feature
  will be re-added at a future time.

  This change will rename the "Ubuntu Pro" page to "Livepatch" and hide various 
UI elements. This adds the following new strings for translations:
  "This machine is not covered by an Ubuntu Advantage subscription."
  "Ubuntu Advantage subscription attached."
  "Livepatch"

  All existing strings for the Ubuntu Pro settings remain, so should
  remain translated when this change is reverted.

  See below for screenshots of the change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1965993/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1965138] Re: Desktop application should check for service available information before listing it

2022-03-16 Thread Robert Ancell
The following PR should hopefully fix this:
https://github.com/canonical/ubuntu-advantage-desktop-daemon/pull/14

** Changed in: software-properties (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: software-properties (Ubuntu)
   Importance: Undecided => High

** Changed in: software-properties (Ubuntu)
   Status: New => In Progress

** Package changed: software-properties (Ubuntu) => ubuntu-advantage-
desktop-daemon (Ubuntu)

** Changed in: ubuntu-advantage-desktop-daemon (Ubuntu)
     Assignee: Robert Ancell (robert-ancell) => (unassigned)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-advantage-desktop-daemon in
Ubuntu.
https://bugs.launchpad.net/bugs/1965138

Title:
  Desktop application should check for service available information
  before listing it

Status in ubuntu-advantage-desktop-daemon package in Ubuntu:
  In Progress

Bug description:
  Currently, it seems that software-properties is incorrectly assuming
  that both ESM and Livepatch services can be enabled in a Jammy
  machine. Those services are not yet available in Jammy and we are
  attaching an image showing that the Desktop message is that we had an
  error enabling then and that the user should try again.

  It seems that software-proporties source `/var/lib/ubuntu-
  advantage/status.json` and assumes the services is available if it
  appears on the services list and the `entitled` field has the `yes`
  value. However, it is perfectly possible for a service to be entitled
  to an user, but not available in the user's machine.

  We are now suggesting that software-properties also looks at the
  `available` field in the services json output to make that assumption,
  this will probably solve the issue we are seeing on Jammy.

  Another approach would be using the output of `ua status --format
  json` directly. However, this command will make a request to the
  contract's server if the user is unattached and maybe it is not wise
  to use it in that context. However, the output of that command only
  show services that are available, so we would not need to apply that
  extra available filter to it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-desktop-daemon/+bug/1965138/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1869086] Re: Firmware upgrade always notifies to reboot the device even on immediate failure

2022-02-23 Thread Robert Ancell
Marco - is this still occurring in recent versions of snap-store? Does
it also occur in gnome-software?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1869086

Title:
  Firmware upgrade always notifies to reboot the device even on
  immediate failure

Status in snap-store-desktop:
  Triaged
Status in gnome-software package in Ubuntu:
  Triaged
Status in gnome-software source package in Focal:
  Triaged

Bug description:
  If the firmware update request fails because of a network error or
  because the AC power is not plugged, or any other problem, gnome-
  software shows an error in an in-app notification, while sends a
  resident notification to gnome-shell that requests the user to restart
  the system, even if this is not really required.

  See the attached screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1869086/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1943849] Re: [FFe] improve the appearance-page in gnome-control-center

2022-01-20 Thread Robert Ancell
I've made a branch that just contains the "ubuntu" (appearance) panel -
https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
center/-/tree/ubuntu-panel

I think that will make more sense than maintaining the whole ubuntu-41
branch as this feature is sufficiently self contained that it works
without the other Ubuntu changes and we can build the patch from this
branch.

Let me know if you have any issues building this!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1943849

Title:
  [FFe] improve the appearance-page in gnome-control-center

Status in gnome-control-center package in Ubuntu:
  In Progress

Bug description:
  [Changes:]

  1. The Appearance-panel in gnome-control-center uses 2 GtkBox to
  center the Windows color one at the start and one at end. The problem
  in behavior arises when the window is resized one of the
  GtkFlowBoxChild moves to next line even though there is plenty of
  space in the current line or when the Window is maximized. Specially
  noticed with lower-resolution dispalys

  With the use of HdyPrefrencesPage and HdyPrefrencesGroup, the Window
  colors section stays fixed even when the window is resized or
  maximized.

  2. The Appearance-panel has extra border around the Page,
  HdyPrefrencesPage removes the extra-border

  3. The Window colors section uses thumbnails that do not resemble with
  current Yaru's look offered in 21.10 and have purple-gradient color as
  the background.

  With the use of style=content-view and icon-dropshadow the thumbnails
  stand out better in the absence of purple gardient background.

  4. The Window colors section has orange as the color for the selected
  GtkFlowBoxChild, With the use of margin as 2px the selected
  GtkFlowBoxChild has a 2px orange-color border.

  
  5. The Dock-section makes use of rounded corners around GtkListBox by using 
style=content

  6. The Dock-section makes use of HdyActionRow to replace the use of
  GtkGrid, GtkLabel, GtkListBoxRow.

  
  Orignal-issue: 
https://gitlab.gnome.org/Community/Ubuntu/gnome-control-center/-/issues/3

  MR: https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
  center/-/merge_requests/4

  see: screenshots and  screen-recordings below for before and after

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958317] Re: Show on about panel if using Ubuntu Advantage

2022-01-18 Thread Robert Ancell
Currently available for testing in https://launchpad.net/~robert-
ancell/+archive/ubuntu/ubuntu-pro

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1958317

Title:
  Show on about panel if using Ubuntu Advantage

Status in gnome-control-center package in Ubuntu:
  In Progress
Status in gnome-control-center source package in Bionic:
  In Progress
Status in gnome-control-center source package in Focal:
  In Progress
Status in gnome-control-center source package in Jammy:
  In Progress

Bug description:
  Show on the "About" panel if this machine is using Ubuntu Advantage by
  changing the logo.

  [Test Plan]
  1. Open gnome-control-center
  2. Go to "About" panel.
  3. Check the logo is updated if connected to Ubuntu Advantage.

  [Where problems could occur]
  Bugs in this feature could cause gnome-control-center to crash on the about 
page.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958317] Re: Show on about panel if using Ubuntu Advantage

2022-01-18 Thread Robert Ancell
Blocked on ubuntu-advantage-desktop-daemon MIR (LP: #1954909)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1958317

Title:
  Show on about panel if using Ubuntu Advantage

Status in gnome-control-center package in Ubuntu:
  In Progress
Status in gnome-control-center source package in Bionic:
  In Progress
Status in gnome-control-center source package in Focal:
  In Progress
Status in gnome-control-center source package in Jammy:
  In Progress

Bug description:
  Show on the "About" panel if this machine is using Ubuntu Advantage by
  changing the logo.

  [Test Plan]
  1. Open gnome-control-center
  2. Go to "About" panel.
  3. Check the logo is updated if connected to Ubuntu Advantage.

  [Where problems could occur]
  Bugs in this feature could cause gnome-control-center to crash on the about 
page.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958317] Re: Show on about panel if using Ubuntu Advantage

2022-01-18 Thread Robert Ancell
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1958317

Title:
  Show on about panel if using Ubuntu Advantage

Status in gnome-control-center package in Ubuntu:
  In Progress
Status in gnome-control-center source package in Bionic:
  In Progress
Status in gnome-control-center source package in Focal:
  In Progress
Status in gnome-control-center source package in Jammy:
  In Progress

Bug description:
  Show on the "About" panel if this machine is using Ubuntu Advantage by
  changing the logo.

  [Test Plan]
  1. Open gnome-control-center
  2. Go to "About" panel.
  3. Check the logo is updated if connected to Ubuntu Advantage.

  [Where problems could occur]
  Bugs in this feature could cause gnome-control-center to crash on the about 
page.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958317] [NEW] Show on about panel if using Ubuntu Advantage

2022-01-18 Thread Robert Ancell
Public bug reported:

Show on the "About" panel if this machine is using Ubuntu Advantage by
changing the logo.

[Test Plan]
1. Open gnome-control-center
2. Go to "About" panel.
3. Check the logo is updated if connected to Ubuntu Advantage.

[Where problems could occur]
Bugs in this feature could cause gnome-control-center to crash on the about 
page.

** Affects: gnome-control-center (Ubuntu)
 Importance: High
     Assignee: Robert Ancell (robert-ancell)
 Status: In Progress

** Affects: gnome-control-center (Ubuntu Bionic)
 Importance: High
     Assignee: Robert Ancell (robert-ancell)
 Status: In Progress

** Affects: gnome-control-center (Ubuntu Focal)
 Importance: High
     Assignee: Robert Ancell (robert-ancell)
 Status: In Progress

** Affects: gnome-control-center (Ubuntu Jammy)
 Importance: High
     Assignee: Robert Ancell (robert-ancell)
 Status: In Progress

** Also affects: gnome-control-center (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: gnome-control-center (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: gnome-control-center (Ubuntu Bionic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-control-center (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-control-center (Ubuntu Jammy)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

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

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

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

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

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1958317

Title:
  Show on about panel if using Ubuntu Advantage

Status in gnome-control-center package in Ubuntu:
  In Progress
Status in gnome-control-center source package in Bionic:
  In Progress
Status in gnome-control-center source package in Focal:
  In Progress
Status in gnome-control-center source package in Jammy:
  In Progress

Bug description:
  Show on the "About" panel if this machine is using Ubuntu Advantage by
  changing the logo.

  [Test Plan]
  1. Open gnome-control-center
  2. Go to "About" panel.
  3. Check the logo is updated if connected to Ubuntu Advantage.

  [Where problems could occur]
  Bugs in this feature could cause gnome-control-center to crash on the about 
page.

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958311] [NEW] Show all Ubuntu Advantage services

2022-01-18 Thread Robert Ancell
Public bug reported:

Replace the Livepatch page with an "Ubuntu Pro" page that shows full
status and control of Ubuntu Advantage services. This gives graphical
control of features that the 'ua' command line tool provides.

[Test Plan]
1. Open software-properties
2. Go to Ubuntu Pro page.
3. Check able to attach and detach this machine from an Ubuntu Advantage 
subscription. Check status matches what the 'ua' command line tool shows. Check 
graphical attachment status updates when performed from the command line.
4. Check able to enable/disable services. Check graphical service status 
updates when performed from the command line.

[Where problems could occur]
This is a major structural change in how Livepatch is enabled, and thus could 
break this existing feature (however this also removes a lot of the work 
currently performed to enable Livepatch and leaves that to the 'ua' tool). The 
new features could introduce new bugs, such as causing software-properties to 
crash.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Jammy)
 Importance: Undecided
 Status: New

** Also affects: software-properties (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Bionic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1958311

Title:
  Show all Ubuntu Advantage services

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Jammy:
  New

Bug description:
  Replace the Livepatch page with an "Ubuntu Pro" page that shows full
  status and control of Ubuntu Advantage services. This gives graphical
  control of features that the 'ua' command line tool provides.

  [Test Plan]
  1. Open software-properties
  2. Go to Ubuntu Pro page.
  3. Check able to attach and detach this machine from an Ubuntu Advantage 
subscription. Check status matches what the 'ua' command line tool shows. Check 
graphical attachment status updates when performed from the command line.
  4. Check able to enable/disable services. Check graphical service status 
updates when performed from the command line.

  [Where problems could occur]
  This is a major structural change in how Livepatch is enabled, and thus could 
break this existing feature (however this also removes a lot of the work 
currently performed to enable Livepatch and leaves that to the 'ua' tool). The 
new features could introduce new bugs, such as causing software-properties to 
crash.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1958311/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2021-08-08 Thread Robert Ancell
Updated to snapd-glib 1.58-0ubuntu0.18.04.0 on bionic and all
dependencies are working.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Fix Committed
Status in snapd-glib source package in Focal:
  Fix Released
Status in snapd-glib source package in Groovy:
  Fix Released
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1934439] Re: Add Ubuntu Pro banner to Livepatch page

2021-07-07 Thread Robert Ancell
** No longer affects: software-properties (Ubuntu Hirsute)

** No longer affects: software-properties (Ubuntu Impish)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1934439

Title:
  Add Ubuntu Pro banner to Livepatch page

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New

Bug description:
  Add a banner to the Livepatch page to invite users to join the Ubuntu
  Pro for Desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1934439/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1934439] Re: Add Ubuntu Pro banner to Livepatch page

2021-07-01 Thread Robert Ancell
** Attachment added: "Screenshot of implementation"
   
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1934439/+attachment/5508533/+files/Screenshot%20from%202021-07-02%2016-58-30.png

** Also affects: software-properties (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1934439

Title:
  Add Ubuntu Pro banner to Livepatch page

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Hirsute:
  New
Status in software-properties source package in Impish:
  New

Bug description:
  Add a banner to the Livepatch page to invite users to join the Ubuntu
  Pro for Desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1934439/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1934439] [NEW] Add Ubuntu Pro banner to Livepatch page

2021-07-01 Thread Robert Ancell
Public bug reported:

Add a banner to the Livepatch page to invite users to join the Ubuntu
Pro for Desktop.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Hirsute)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Impish)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1934439

Title:
  Add Ubuntu Pro banner to Livepatch page

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Hirsute:
  New
Status in software-properties source package in Impish:
  New

Bug description:
  Add a banner to the Livepatch page to invite users to join the Ubuntu
  Pro for Desktop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1934439/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1934199] [NEW] Switch from Livepatch service to UA client

2021-06-30 Thread Robert Ancell
Public bug reported:

software-properties currently uses a HTTP over Unix domain socket
service from the livepatch snap to get the status and enable/disable it.
This service is being deprecated with the 'ua' command line tool now
providing this functionality. software-properties also installed the
snap to gain access to this service. This is no longer required as the
'ua' tool does this.

(*) The Livepatch service is a HTTP over Unix domain service running on
livepatchd.sock inside the livepatch snap.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Xenial)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Hirsute)
 Importance: Undecided
 Status: New

** Affects: software-properties (Ubuntu Impish)
 Importance: Undecided
 Status: New

** Also affects: software-properties (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1934199

Title:
  Switch from Livepatch service to UA client

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Hirsute:
  New
Status in software-properties source package in Impish:
  New

Bug description:
  software-properties currently uses a HTTP over Unix domain socket
  service from the livepatch snap to get the status and enable/disable
  it. This service is being deprecated with the 'ua' command line tool
  now providing this functionality. software-properties also installed
  the snap to gain access to this service. This is no longer required as
  the 'ua' tool does this.

  (*) The Livepatch service is a HTTP over Unix domain service running
  on livepatchd.sock inside the livepatch snap.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1934199/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1930810] Re: ubuntu-software is recommending unmaintained software snaps

2021-06-15 Thread Robert Ancell
Thanks for this Chris - this is being recommended by the snap store
(https://snapcraft.io/search?category=photo-and-video), but it does seem
like it should be removed from that list.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1930810

Title:
  ubuntu-software is recommending unmaintained software snaps

Status in gnome-software package in Ubuntu:
  New

Bug description:
  System was recently upgraded to 20.04 (upgrade via re-install) so I
  was exploring

  A "Recommended Graphic Application" however when selected shows

  "WARNING: THIS SNAP IS UNMAINTAINED. CONTACT ME IF YOU WISH TO
  MAINTAIN IT."

  
  The goodwill-type value of store risks being eroded if it's recommending 
unmaintained software.

  ** Expected results

  Software recommendations do not include unmaintained software.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software 3.36.1-0ubuntu0.20.04.0
  ProcVersionSignature: Ubuntu 5.8.0-54.61~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-54-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Fri Jun  4 16:28:51 2021
  InstallationDate: Installed on 2021-05-26 (8 days ago)
  InstallationMedia: Xubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 
(20210526)
  InstalledPlugins:
   gnome-software-plugin-flatpak N/A
   gnome-software-plugin-snap3.36.1-0ubuntu0.20.04.0
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1920836] Re: Show Extended Security Maintenence status

2021-03-22 Thread Robert Ancell
** Also affects: software-properties (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: software-properties (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1920836

Title:
  Show Extended Security Maintenence status

Status in software-properties package in Ubuntu:
  New
Status in software-properties source package in Xenial:
  New
Status in software-properties source package in Bionic:
  New
Status in software-properties source package in Focal:
  New
Status in software-properties source package in Hirsute:
  New

Bug description:
  [Impact]
  There is not currently a graphical method of determining if a system is 
subscribed to [Extended Security Maintenance](https://ubuntu.com/security/esm) 
updates. This is resolved by adding some [new 
UI](https://wiki.ubuntu.com/SoftwareUpdates#Extended_Security_Maintenance) to 
the software properties application.

  [Test Case]
  1. Install latest version of Ubuntu advantage:
  $ sudo add-apt-repository ppa:ua-client/stable
  $ sudo apt update
  $ sudo apt upgrade
  2. Open Software Properties
  3. Go to Updates tab.

  Expected result:
  Information is shown that indicates if this system is using Extended Security 
Maintenance updates, when updates will supported until, and a link to upgrade 
to ESM.

  Observed result:
  No ESM information currently shown.

  [Where problems could occur]
  - Software properties could hit a bug getting a response from the ua app. The 
current code carefully checks if and what is returned, falling back to a safe 
default behavior.
  - Launching software properties could trigger a bug in the ua app.
  - Software properties could show incorrect information, causing confusion for 
the user. The solution uses information from distro-info and the ua app which 
means software-properties contains no data about ESM, and instead relies on 
these apps that can be updated if things change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1920836/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1920836] [NEW] Show Extended Security Maintenence status

2021-03-22 Thread Robert Ancell
Public bug reported:

[Impact]
There is not currently a graphical method of determining if a system is 
subscribed to [Extended Security Maintenance](https://ubuntu.com/security/esm) 
updates. This is resolved by adding some [new 
UI](https://wiki.ubuntu.com/SoftwareUpdates#Extended_Security_Maintenance) to 
the software properties application.

[Test Case]
1. Open Software Properties
2. Go to Updates tab.

Expected result:
Information is shown that indicates if this system is using Extended Security 
Maintenance updates, when updates will supported until, and a link to upgrade 
to ESM.

Observed result:
No ESM information currently shown.

[Where problems could occur]
- Software properties could hit a bug getting a response from the ua app. The 
current code carefully checks if and what is returned, falling back to a safe 
default behavior.
- Launching software properties could trigger a bug in the ua app.
- Software properties could show incorrect information, causing confusion for 
the user. The solution uses information from distro-info and the ua app which 
means software-properties contains no data about ESM, and instead relies on 
these apps that can be updated if things change.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1920836

Title:
  Show Extended Security Maintenence status

Status in software-properties package in Ubuntu:
  New

Bug description:
  [Impact]
  There is not currently a graphical method of determining if a system is 
subscribed to [Extended Security Maintenance](https://ubuntu.com/security/esm) 
updates. This is resolved by adding some [new 
UI](https://wiki.ubuntu.com/SoftwareUpdates#Extended_Security_Maintenance) to 
the software properties application.

  [Test Case]
  1. Open Software Properties
  2. Go to Updates tab.

  Expected result:
  Information is shown that indicates if this system is using Extended Security 
Maintenance updates, when updates will supported until, and a link to upgrade 
to ESM.

  Observed result:
  No ESM information currently shown.

  [Where problems could occur]
  - Software properties could hit a bug getting a response from the ua app. The 
current code carefully checks if and what is returned, falling back to a safe 
default behavior.
  - Launching software properties could trigger a bug in the ua app.
  - Software properties could show incorrect information, causing confusion for 
the user. The solution uses information from distro-info and the ua app which 
means software-properties contains no data about ESM, and instead relies on 
these apps that can be updated if things change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1920836/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1876879] Re: gnome-software cannot install classic snaps if a channel is selected

2020-12-17 Thread Robert Ancell
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/577
https://gitlab.gnome.org/Community/Ubuntu/gnome-software/-/merge_requests/33

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1876879

Title:
  gnome-software cannot install classic snaps if a channel is selected

Status in snap-store-desktop:
  Confirmed
Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I tried installing Android Studio from gnome-software. In the top
  right dropdown, it asks for the source. For Andoid Studio it displays
  Ubuntu. I was suspicious of it being a deb and not a snap. So I
  clicked on it and it shown me 3 Snap channel options. I selected
  latest/stable. The source changed according to my selection. Then I
  tried installing it but it failed saying:

  Unable to install "Android Studio": snap "android-studio" requires
  classic confinement

  I was puzzled. So I went back to the search menu, I clicked again on
  Android Studio and the source was now again on Ubuntu (note that this
  is not an option available in the dropdown). I checked the details and
  indeed it's the snap package from channel latest/stable, just the
  source is somehow misleading. Now it installed the software without
  issues.

  
  What doesn't work:
  - Source dropdown (top-right) shows "Ubuntu" instead of the snap channel
  - Selecting a channel breaks the install functionality for classic snaps (it 
seems like it attempts to install them without --classic)

  Workaround:
  Do not select any channel, just use what is provided, and it works. If 
needing to use a different channel, use the command line (or perhaps check if 
this works in the Snap Store, if it has not the same issue).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software 3.36.0-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
  Uname: Linux 5.4.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  Date: Tue May  5 11:09:26 2020
  InstallationDate: Installed on 2020-04-03 (31 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  InstalledPlugins:
   gnome-software-plugin-flatpak 3.36.0-0ubuntu3
   gnome-software-plugin-snap3.36.0-0ubuntu3
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apport.crashdb.conf: [modified]
  mtime.conffile..etc.apport.crashdb.conf: 2020-05-04T10:26:46.106768

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1876879/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1876879] Re: gnome-software cannot install classic snaps if a channel is selected

2020-12-17 Thread Robert Ancell
The cause is `gs_plugin_add_alternates` doesn't set the
`snap::confinement` metadata item, so the channels other than the
default aren't detected as classic.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1876879

Title:
  gnome-software cannot install classic snaps if a channel is selected

Status in snap-store-desktop:
  Confirmed
Status in gnome-software package in Ubuntu:
  Confirmed

Bug description:
  I tried installing Android Studio from gnome-software. In the top
  right dropdown, it asks for the source. For Andoid Studio it displays
  Ubuntu. I was suspicious of it being a deb and not a snap. So I
  clicked on it and it shown me 3 Snap channel options. I selected
  latest/stable. The source changed according to my selection. Then I
  tried installing it but it failed saying:

  Unable to install "Android Studio": snap "android-studio" requires
  classic confinement

  I was puzzled. So I went back to the search menu, I clicked again on
  Android Studio and the source was now again on Ubuntu (note that this
  is not an option available in the dropdown). I checked the details and
  indeed it's the snap package from channel latest/stable, just the
  source is somehow misleading. Now it installed the software without
  issues.

  
  What doesn't work:
  - Source dropdown (top-right) shows "Ubuntu" instead of the snap channel
  - Selecting a channel breaks the install functionality for classic snaps (it 
seems like it attempts to install them without --classic)

  Workaround:
  Do not select any channel, just use what is provided, and it works. If 
needing to use a different channel, use the command line (or perhaps check if 
this works in the Snap Store, if it has not the same issue).

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-software 3.36.0-0ubuntu3
  ProcVersionSignature: Ubuntu 5.4.0-28.32-generic 5.4.30
  Uname: Linux 5.4.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: GNOME
  Date: Tue May  5 11:09:26 2020
  InstallationDate: Installed on 2020-04-03 (31 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  InstalledPlugins:
   gnome-software-plugin-flatpak 3.36.0-0ubuntu3
   gnome-software-plugin-snap3.36.0-0ubuntu3
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apport.crashdb.conf: [modified]
  mtime.conffile..etc.apport.crashdb.conf: 2020-05-04T10:26:46.106768

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1876879/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2020-11-17 Thread Robert Ancell
Updated to snapd-glib 1.58-0ubuntu0.20.04.0 on focal and all
dependencies are working.

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Fix Committed
Status in snapd-glib source package in Focal:
  Fix Committed
Status in snapd-glib source package in Groovy:
  Fix Committed
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2020-11-17 Thread Robert Ancell
Updated to snapd-glib 1.58-0ubuntu0.20.10.0 on groovy and all
dependencies are working.

** Tags removed: verification-needed-groovy
** Tags added: verification-dine-groovy

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Fix Committed
Status in snapd-glib source package in Focal:
  Fix Committed
Status in snapd-glib source package in Groovy:
  Fix Committed
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2020-11-12 Thread Robert Ancell
** Changed in: snapd-glib (Ubuntu Bionic)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Fix Committed
Status in snapd-glib source package in Focal:
  Fix Committed
Status in snapd-glib source package in Groovy:
  Fix Committed
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866574] Re: Update to 1.56

2020-11-12 Thread Robert Ancell
** Changed in: snapd-glib (Ubuntu Bionic)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1866574

Title:
  Update to 1.56

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Invalid
Status in snapd-glib source package in Eoan:
  Fix Released
Status in snapd-glib source package in Focal:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Any new release has a risk of introducing bugs, this is mitigated by 
automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1866574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2020-11-12 Thread Robert Ancell
** Also affects: snapd-glib (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: snapd-glib (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: snapd-glib (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Bionic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Triaged
Status in snapd-glib source package in Focal:
  Fix Committed
Status in snapd-glib source package in Groovy:
  Fix Committed
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] Re: Update to 1.58

2020-11-11 Thread Robert Ancell
** Changed in: snapd-glib (Ubuntu Groovy)
   Status: New => Fix Committed

** Changed in: snapd-glib (Ubuntu Focal)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Focal:
  Fix Committed
Status in snapd-glib source package in Groovy:
  Fix Committed
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1903936] [NEW] Update to 1.58

2020-11-11 Thread Robert Ancell
Public bug reported:

[Impact]
A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

[Test Case]
The reverse depends of snapd-glib should continue to function, this is 
currently:
- gnome-software
- gnome-initial-setup
- pulseaudio

[Regression Potential]
Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
Risks are mitigated by automatic regression tests.

** Affects: snapd-glib (Ubuntu)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Released

** Affects: snapd-glib (Ubuntu Focal)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: snapd-glib (Ubuntu Groovy)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: New

** Affects: snapd-glib (Ubuntu Hirsute)
 Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
 Status: Fix Released

** Also affects: snapd-glib (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: snapd-glib (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: snapd-glib (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: snapd-glib (Ubuntu Hirsute)
   Status: New => Fix Released

** Changed in: snapd-glib (Ubuntu Hirsute)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: snapd-glib (Ubuntu Hirsute)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: snapd-glib (Ubuntu Groovy)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: snapd-glib (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1903936

Title:
  Update to 1.58

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Focal:
  New
Status in snapd-glib source package in Groovy:
  New
Status in snapd-glib source package in Hirsute:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Changes to error message carry low risk of introducing an issue if such an 
error occurred. GIR annotation changes fix a call that was previously broken, 
and is unlikely to make that any worse.
  Risks are mitigated by automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1903936/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1892455] Re: [MIR] libselinux1

2020-09-24 Thread Robert Ancell
Oops, I thought it was in universe. This is not required then.

** Changed in: libselinux (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1892455

Title:
  [MIR] libselinux1

Status in libselinux package in Ubuntu:
  Invalid

Bug description:
  Many applications have Flatpak integration using libflatpak. The
  Ubuntu desktop team would like libflatpak in main so we can easily
  build such applications (LP: #1812456). libselinux is a dependency of
  this, so it would also need to be in main. We don't need SELinux
  functionality, and do not expect any other SELinux packages to be
  installed by default.

  Availability
  
  In Universe, builds for all architectures and in sync with Debian.

  Rationale
  =
  Required for libostree-1-1 being in main (LP: #1892454)

  Security
  
  This will need a Security review.

  Quality Assurance
  =
  Should be subscribed to by Ubuntu Desktop Bugs.

  Contains a single .so and doesn't have any debconf prompts. Package is
  maintained in Debian. No major bugs in Debian or Ubuntu.

  UI Standards
  
  N/A

  Dependencies
  
  All in main.

  Standards Compliance
  
  Package uses standards version 4.5.0.

  Maintenance
  ===
  Actively developed upstream https://github.com/SELinuxProject/selinux.
  Packages actively maintained in Debian.

  Security Checks
  ===
  41 CVEs found in http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=selinux, but 
they seem to relate to actual SELinux functionality, not issues in libselinux.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libselinux/+bug/1892455/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1892454] Re: [MIR] libostree-1-1

2020-09-24 Thread Robert Ancell
- libselinux is already in main, that was my mistake thinking it was in 
universe.
- Only the binary package libostree-1-1 is required to be in main. The reset 
can remain in universe.

** Description changed:

  Many applications have Flatpak integration using libflatpak. The Ubuntu
  desktop team would like libflatpak in main so we can easily build such
  applications (LP: #1812456). libostree-1-1 is a dependency of this, so
  it would also need to be in main. We don't need OSTree functionality,
  and do not expect any other OSTree packages to be installed by default.
  
  Availability
  
  In Universe, builds for all architectures and in sync with Debian.
  
  Rationale
  =
  Required for libflatpak0 being in main (LP: #1812456)
  
  Security
  
  This will need a Security review.
  
  Quality Assurance
  =
  Should be subscribed to by Ubuntu Desktop Bugs.
  
  Contains a single .so and doesn't have any debconf prompts. Package is
  maintained in Debian. No major bugs in Debian or Ubuntu.
  
  UI Standards
  
  N/A
  
  Dependencies
  
- All in main except for libselinux1 (LP: #1892455)
+ All in main.
  
  Standards Compliance
  
  Package uses standards version 4.5.0.
  
  Maintenance
  ===
  Actively developed upstream https://github.com/ostreedev/ostree.
  Packages actively maintained in Debian.
  
  Security Checks
  ===
  2 CVEs found in http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ostree, but 
they seem to relate to actual OSTree functionality, not issues in libostree.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1892454

Title:
  [MIR] libostree-1-1

Status in ostree package in Ubuntu:
  New

Bug description:
  Many applications have Flatpak integration using libflatpak. The
  Ubuntu desktop team would like libflatpak in main so we can easily
  build such applications (LP: #1812456). libostree-1-1 is a dependency
  of this, so it would also need to be in main. We don't need OSTree
  functionality, and do not expect any other OSTree packages to be
  installed by default.

  Availability
  
  In Universe, builds for all architectures and in sync with Debian.

  Rationale
  =
  Required for libflatpak0 being in main (LP: #1812456)

  Security
  
  This will need a Security review.

  Quality Assurance
  =
  Should be subscribed to by Ubuntu Desktop Bugs.

  Contains a single .so and doesn't have any debconf prompts. Package is
  maintained in Debian. No major bugs in Debian or Ubuntu.

  UI Standards
  
  N/A

  Dependencies
  
  All in main.

  Standards Compliance
  
  Package uses standards version 4.5.0.

  Maintenance
  ===
  Actively developed upstream https://github.com/ostreedev/ostree.
  Packages actively maintained in Debian.

  Security Checks
  ===
  2 CVEs found in http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=ostree, but 
they seem to relate to actual OSTree functionality, not issues in libostree.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ostree/+bug/1892454/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866574] Re: Update to 1.56

2020-07-02 Thread Robert Ancell
Tested snapd-glib 1.56-0ubuntu0.19.10.1 in 19.10 and everything is still
working.

** Tags removed: verification-needed verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to snapd-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1866574

Title:
  Update to 1.56

Status in snapd-glib package in Ubuntu:
  Fix Released
Status in snapd-glib source package in Bionic:
  Confirmed
Status in snapd-glib source package in Eoan:
  Fix Committed
Status in snapd-glib source package in Focal:
  Fix Released

Bug description:
  [Impact]
  A newer snapd-glib is available that adds support for new features in snapd. 
snapd-glib has an SRU exception as per https://wiki.ubuntu.com/SnapdGlibUpdates

  [Test Case]
  The reverse depends of snapd-glib should continue to function, this is 
currently:
  - gnome-software
  - gnome-initial-setup
  - pulseaudio

  [Regression Potential]
  Any new release has a risk of introducing bugs, this is mitigated by 
automatic regression tests.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1866574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1883819] Re: Update to 3.36.3

2020-06-16 Thread Robert Ancell
** Also affects: simple-scan (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: simple-scan (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: simple-scan (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: simple-scan (Ubuntu Focal)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/1883819

Title:
  Update to 3.36.3

Status in simple-scan package in Ubuntu:
  New
Status in simple-scan source package in Focal:
  Fix Committed

Bug description:
  [ Description ]

  GNOME upstream have released a new stable version of simple-scan.

  Overview of changes in simple-scan 3.36.3

    * Change the size of the paper to avoid visual glitches.
    * Disable possibility of scanning if no device is found, to avoid 
unnecessary
  errors.

  Overview of changes in simple-scan 3.36.2.1

    * Revert the higher bit depth text scans changes - they aren't working with
  PDF saving.

  Overview of changes in simple-scan 3.36.2

    * Use higher bit depth on text scans.
    * Fix size of first page on second scan.
    * Don't interrupt scanning if the device is busy.
    * Support saving files to FUSE file systems.
    * Update known USB scanner IDs.
    * Add initial Lexmark printers support.
    * Add ADF duplex support for Brother DS-720.
    * Fix setting source for Epson scanner.

  Overview of changes in simple-scan 3.36.1

    * Stop disabling compression to fix slow scanning

  [ QA ]

  GNOME has a micro release exception that covers this package.

  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME

  So we don't need to verify the fixes explicitly.

  [ Regression Potential ]

  Changes could break existing functionality. Issue would be confined to
  simple-scan app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1883819/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1881918] Re: Update GNOME Software to 3.36.1 in Focal

2020-06-16 Thread Robert Ancell
** Description changed:

- Please, consider updating the deb version of GNOME Software to 3.36.1 in
- Ubuntu 20.04. The 3.36.1 release has some important bug fixes,
- translation updates and other things.
+ [ Description ]
+ 
+ GNOME upstream have released a new stable version of gnome-software.
+ 
+ [ QA ]
+ 
+ GNOME has a micro release exception that covers this package.
+ 
+ https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
+ 
+ So we don't need to verify the fixes explicitly.
+ 
+ [ Regression Potential ]
+ 
+ Changes could cause issues in GNOME Software, which might make it hard
+ to install or remove software. Default store in Ubuntu is snap-store, so
+ this doesn't affect the majority of users.

** Also affects: gnome-software (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu)
   Status: Triaged => Fix Released

** Changed in: gnome-software (Ubuntu Focal)
   Status: New => Fix Committed

** Changed in: gnome-software (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) => (unassigned)

** Changed in: gnome-software (Ubuntu Focal)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1881918

Title:
  Update GNOME Software to 3.36.1 in Focal

Status in One Hundred Papercuts:
  New
Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Focal:
  Fix Committed

Bug description:
  [ Description ]

  GNOME upstream have released a new stable version of gnome-software.

  [ QA ]

  GNOME has a micro release exception that covers this package.

  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME

  So we don't need to verify the fixes explicitly.

  [ Regression Potential ]

  Changes could cause issues in GNOME Software, which might make it hard
  to install or remove software. Default store in Ubuntu is snap-store,
  so this doesn't affect the majority of users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1881918/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1883819] Re: Update to 3.36.3

2020-06-16 Thread Robert Ancell
** Description changed:

+ [ Description ]
+ 
+ GNOME upstream have released a new stable version of simple-scan.
+ 
  Overview of changes in simple-scan 3.36.3
  
-   * Change the size of the paper to avoid visual glitches.
-   * Disable possibility of scanning if no device is found, to avoid 
unnecessary
- errors.
+   * Change the size of the paper to avoid visual glitches.
+   * Disable possibility of scanning if no device is found, to avoid 
unnecessary
+ errors.
  
  Overview of changes in simple-scan 3.36.2.1
  
-   * Revert the higher bit depth text scans changes - they aren't working with
- PDF saving.
+   * Revert the higher bit depth text scans changes - they aren't working with
+ PDF saving.
  
  Overview of changes in simple-scan 3.36.2
  
-   * Use higher bit depth on text scans.
-   * Fix size of first page on second scan.
-   * Don't interrupt scanning if the device is busy.
-   * Support saving files to FUSE file systems.
-   * Update known USB scanner IDs.
-   * Add initial Lexmark printers support.
-   * Add ADF duplex support for Brother DS-720.
-   * Fix setting source for Epson scanner.
+   * Use higher bit depth on text scans.
+   * Fix size of first page on second scan.
+   * Don't interrupt scanning if the device is busy.
+   * Support saving files to FUSE file systems.
+   * Update known USB scanner IDs.
+   * Add initial Lexmark printers support.
+   * Add ADF duplex support for Brother DS-720.
+   * Fix setting source for Epson scanner.
  
  Overview of changes in simple-scan 3.36.1
  
-   * Stop disabling compression to fix slow scanning
+   * Stop disabling compression to fix slow scanning
+ 
+ [ QA ]
+ 
+ GNOME has a micro release exception that covers this package.
+ 
+ https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
+ 
+ So we don't need to verify the fixes explicitly.
+ 
+ [ Regression Potential ]
+ 
+ Changes could break existing functionality. Issue would be confined to
+ simple-scan app.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/1883819

Title:
  Update to 3.36.3

Status in simple-scan package in Ubuntu:
  New
Status in simple-scan source package in Focal:
  New

Bug description:
  [ Description ]

  GNOME upstream have released a new stable version of simple-scan.

  Overview of changes in simple-scan 3.36.3

    * Change the size of the paper to avoid visual glitches.
    * Disable possibility of scanning if no device is found, to avoid 
unnecessary
  errors.

  Overview of changes in simple-scan 3.36.2.1

    * Revert the higher bit depth text scans changes - they aren't working with
  PDF saving.

  Overview of changes in simple-scan 3.36.2

    * Use higher bit depth on text scans.
    * Fix size of first page on second scan.
    * Don't interrupt scanning if the device is busy.
    * Support saving files to FUSE file systems.
    * Update known USB scanner IDs.
    * Add initial Lexmark printers support.
    * Add ADF duplex support for Brother DS-720.
    * Fix setting source for Epson scanner.

  Overview of changes in simple-scan 3.36.1

    * Stop disabling compression to fix slow scanning

  [ QA ]

  GNOME has a micro release exception that covers this package.

  https://wiki.ubuntu.com/StableReleaseUpdates/GNOME

  So we don't need to verify the fixes explicitly.

  [ Regression Potential ]

  Changes could break existing functionality. Issue would be confined to
  simple-scan app.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1883819/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1883819] [NEW] Update to 3.36.3

2020-06-16 Thread Robert Ancell
Public bug reported:

Overview of changes in simple-scan 3.36.3

  * Change the size of the paper to avoid visual glitches.
  * Disable possibility of scanning if no device is found, to avoid unnecessary
errors.

Overview of changes in simple-scan 3.36.2.1

  * Revert the higher bit depth text scans changes - they aren't working with
PDF saving.

Overview of changes in simple-scan 3.36.2

  * Use higher bit depth on text scans.
  * Fix size of first page on second scan.
  * Don't interrupt scanning if the device is busy.
  * Support saving files to FUSE file systems.
  * Update known USB scanner IDs.
  * Add initial Lexmark printers support.
  * Add ADF duplex support for Brother DS-720.
  * Fix setting source for Epson scanner.

Overview of changes in simple-scan 3.36.1

  * Stop disabling compression to fix slow scanning

** Affects: simple-scan (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to simple-scan in Ubuntu.
https://bugs.launchpad.net/bugs/1883819

Title:
  Update to 3.36.3

Status in simple-scan package in Ubuntu:
  New

Bug description:
  Overview of changes in simple-scan 3.36.3

* Change the size of the paper to avoid visual glitches.
* Disable possibility of scanning if no device is found, to avoid 
unnecessary
  errors.

  Overview of changes in simple-scan 3.36.2.1

* Revert the higher bit depth text scans changes - they aren't working with
  PDF saving.

  Overview of changes in simple-scan 3.36.2

* Use higher bit depth on text scans.
* Fix size of first page on second scan.
* Don't interrupt scanning if the device is busy.
* Support saving files to FUSE file systems.
* Update known USB scanner IDs.
* Add initial Lexmark printers support.
* Add ADF duplex support for Brother DS-720.
* Fix setting source for Epson scanner.

  Overview of changes in simple-scan 3.36.1

* Stop disabling compression to fix slow scanning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1883819/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1862553] Re: gnome-control-center crashed with SIGSEGV in cc_panel_get_title_widget()

2020-04-24 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: In Progress => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1862553

Title:
  gnome-control-center crashed with SIGSEGV in
  cc_panel_get_title_widget()

Status in gnome-control-center:
  Unknown
Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  https://errors.ubuntu.com/problem/cfae777005d1d918049ddbf3ad3977adc2e272b0

  ---

  problem with Ubuntu software centre ver.3.35.2

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.35.90-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
  Uname: Linux 5.4.0-12-generic x86_64
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 10 00:28:42 2020
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2020-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
  ProcCmdline: gnome-control-center
  SegvAnalysis:
   Segfault happened at: 0x55db27c2df87 :  mov
0x3f8(%rax),%rax
   PC (0x55db27c2df87) ok
   source "0x3f8(%rax)" (0x03f8) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   cc_panel_get_title_widget ()
   ?? ()
   ?? ()
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in 
cc_panel_get_title_widget()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1862553] Re: gnome-control-center crashed with SIGSEGV in cc_panel_get_title_widget()

2020-04-16 Thread Robert Ancell
What's happening is g-c-c is attempting to select the requested online
account setup (ubuntusso in this case) at the time it's creating the
panel. This works if the panel was already selected. Investigating
exactly why doing both at the same time crashes and how to resolve.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1862553

Title:
  gnome-control-center crashed with SIGSEGV in
  cc_panel_get_title_widget()

Status in gnome-control-center package in Ubuntu:
  In Progress

Bug description:
  problem with Ubuntu software centre ver.3.35.2

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.35.90-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
  Uname: Linux 5.4.0-12-generic x86_64
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 10 00:28:42 2020
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2020-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
  ProcCmdline: gnome-control-center
  SegvAnalysis:
   Segfault happened at: 0x55db27c2df87 :  mov
0x3f8(%rax),%rax
   PC (0x55db27c2df87) ok
   source "0x3f8(%rax)" (0x03f8) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   cc_panel_get_title_widget ()
   ?? ()
   ?? ()
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in 
cc_panel_get_title_widget()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1862553] Re: gnome-control-center crashed with SIGSEGV in cc_panel_get_title_widget()

2020-04-16 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1862553

Title:
  gnome-control-center crashed with SIGSEGV in
  cc_panel_get_title_widget()

Status in gnome-control-center package in Ubuntu:
  In Progress

Bug description:
  problem with Ubuntu software centre ver.3.35.2

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.35.90-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
  Uname: Linux 5.4.0-12-generic x86_64
  ApportVersion: 2.20.11-0ubuntu16
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Feb 10 00:28:42 2020
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2020-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
  ProcCmdline: gnome-control-center
  SegvAnalysis:
   Segfault happened at: 0x55db27c2df87 :  mov
0x3f8(%rax),%rax
   PC (0x55db27c2df87) ok
   source "0x3f8(%rax)" (0x03f8) not located in a known VMA region (needed 
readable region)!
   destination "%rax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   cc_panel_get_title_widget ()
   ?? ()
   ?? ()
   g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in 
cc_panel_get_title_widget()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1872111] Re: gnome-software should not provide ubuntu-software

2020-04-15 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1872111

Title:
  gnome-software should not provide ubuntu-software

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  The gnome-software deb provides an ubuntu-software desktop file.  This
  is now provided by the snap-store snap so should be removed from the
  deb to prevent confusion

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1867548] Re: Right Alt key is suddenly switched off after invoking Settings - Keyboard Shortcuts in Focal

2020-04-15 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu Focal)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1867548

Title:
  Right Alt key is suddenly switched off after invoking Settings -
  Keyboard Shortcuts in Focal

Status in gnome-control-center:
  New
Status in gnome-control-center package in Ubuntu:
  Triaged
Status in gnome-control-center source package in Focal:
  Triaged

Bug description:
  As soon as the Keyboard Shortcuts tab window is invoked in the
  Settings Application, Right Alt key is switched off system-wide. This
  happens suddenly even without any action from the user - just simple
  invoking of the window is enough to break the settings.

  This obviously happens because of the new setting in the Keyboard
  Shortcuts appeared in focal: Alternate Characters Key. It sets Right
  Alt by default immediately as this window is opened. This setting
  doesn't have the Not Set option, so it is even not easy to switch back
  to the normal behavior. This setting can be unset only through the
  GNOME Tweaks application: Keyboard & Mouse - Additional Layout Options
  - Key to choose the 3rd level - uncheck the box Right Alt. But this is
  not a good workaround since the Alt key setting will be destroyed
  again as soon as Keyboard Shortcuts are visited in Settings next time.

  The reasonable workaround seems to be introduction an option Not Set
  in the setting Alternate Characters Key and making it default. This
  will fix this bug and will introduce a sane default value because not
  every keyboard layout has a third-option for the keys.

  This is quite significant UX flaw since nothing should be changed
  without explicit user action.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.36.0-0ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 15 22:33:08 2020
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2019-04-25 (325 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan EANIMAL" - Alpha amd64 (20190425)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870600] Re: permissions pane only shows currently-connected snap interfaces

2020-04-15 Thread Robert Ancell
Fixed in commit https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
center/-/commit/e1477b1e053afc907a1174b24ce7e5d94a8ba23c

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

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

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1870600

Title:
  permissions pane only shows currently-connected snap interfaces

Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  The applications applet in Gnome Control Center shows permissions that
  can be toggled on and off for installed applications and snap
  packages. When viewing a Snap package, only permissions that are
  currently enabled (interface is connected in Snap terms). Viewing the
  same Snap package's permissions in Gnome Software or the Snap Store
  Snap you can see that there are more permissions that can be enabled
  which are not currently.

  I have uploaded an example of both views to highlight the discrepency
  in a screenshot at:
  https://www.dropbox.com/s/zqr35hll94d37yg/photo_2020-04-03_19-49-06.jpg?dl=0

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.36.1-1ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-18.22-generic 5.4.24
  Uname: Linux 5.4.0-18-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Apr  3 19:48:07 2020
  InstallationDate: Installed on 2020-03-03 (30 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200303)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871195] Re: The adaptive layouts aren't working properly

2020-04-15 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1871195

Title:
  The adaptive layouts aren't working properly

Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  Using 3.36.1 in focal, depending of the local/labels the pages can
  lead to have the list of panels on the left hidding, that's quite a
  confusing experience (layout change, not obvious how to change back to
  another panel and when going back the mainview is empty)

  Video showing the issue on focal in french:
  
https://gitlab.gnome.org/GNOME/gnome-control-center/uploads/205957358c22144ba761eaca649f99a7/gcc.webm

  That's reported on https://gitlab.gnome.org/GNOME/gnome-control-
  center/-/issues/942 which is about bluetooth but other panels have the
  same bug, e.g https://gitlab.gnome.org/GNOME/gnome-control-
  center/-/issues/763. The selection bug is reported as
  https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/764

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1867548] Re: Right Alt key is suddenly switched off after invoking Settings - Keyboard Shortcuts in Focal

2020-04-15 Thread Robert Ancell
I agree dropping this feature is the best thing to do at this time.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1867548

Title:
  Right Alt key is suddenly switched off after invoking Settings -
  Keyboard Shortcuts in Focal

Status in gnome-control-center:
  New
Status in gnome-control-center package in Ubuntu:
  Confirmed
Status in gnome-control-center source package in Focal:
  Confirmed

Bug description:
  As soon as the Keyboard Shortcuts tab window is invoked in the
  Settings Application, Right Alt key is switched off system-wide. This
  happens suddenly even without any action from the user - just simple
  invoking of the window is enough to break the settings.

  This obviously happens because of the new setting in the Keyboard
  Shortcuts appeared in focal: Alternate Characters Key. It sets Right
  Alt by default immediately as this window is opened. This setting
  doesn't have the Not Set option, so it is even not easy to switch back
  to the normal behavior. This setting can be unset only through the
  GNOME Tweaks application: Keyboard & Mouse - Additional Layout Options
  - Key to choose the 3rd level - uncheck the box Right Alt. But this is
  not a good workaround since the Alt key setting will be destroyed
  again as soon as Keyboard Shortcuts are visited in Settings next time.

  The reasonable workaround seems to be introduction an option Not Set
  in the setting Alternate Characters Key and making it default. This
  will fix this bug and will introduce a sane default value because not
  every keyboard layout has a third-option for the keys.

  This is quite significant UX flaw since nothing should be changed
  without explicit user action.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-control-center 1:3.36.0-0ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-14.17-generic 5.4.18
  Uname: Linux 5.4.0-14-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu20
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Mar 15 22:33:08 2020
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationDate: Installed on 2019-04-25 (325 days ago)
  InstallationMedia: Ubuntu 19.10 "Eoan EANIMAL" - Alpha amd64 (20190425)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871195] Re: The adaptive layouts aren't working properly

2020-04-15 Thread Robert Ancell
Fixed in commit https://gitlab.gnome.org/Community/Ubuntu/gnome-control-
center/-/commit/0a20a64137852b9952aae364aef1161ecd98a2a9

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1871195

Title:
  The adaptive layouts aren't working properly

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  Using 3.36.1 in focal, depending of the local/labels the pages can
  lead to have the list of panels on the left hidding, that's quite a
  confusing experience (layout change, not obvious how to change back to
  another panel and when going back the mainview is empty)

  Video showing the issue on focal in french:
  
https://gitlab.gnome.org/GNOME/gnome-control-center/uploads/205957358c22144ba761eaca649f99a7/gcc.webm

  That's reported on https://gitlab.gnome.org/GNOME/gnome-control-
  center/-/issues/942 which is about bluetooth but other panels have the
  same bug, e.g https://gitlab.gnome.org/GNOME/gnome-control-
  center/-/issues/763. The selection bug is reported as
  https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/764

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1872258] Re: GS injects invalid metadata, causing "AppStream cache update completed, but some metadata was ignored"

2020-04-14 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1872258

Title:
  GS injects invalid metadata, causing "AppStream cache update
  completed, but some metadata was ignored"

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  Hi!
  GNOME Software currently injects invalid AppStream metadata in Focal, causing 
a complaint message like "AppStream cache update completed, but some metadata 
was ignored due to errors." on every APT update.
  This can be fixed by applying this patch from upstream and Debian, which was 
present in GNOME's release candidate but was accidentally reverted: 
https://salsa.debian.org/gnome-team/gnome-software/-/blob/05553c1bfa2124a12e3afe5c63de510310377036/debian/patches/02_fix-appstream-featured-data.patch

  Debian already ships this patch.
  Thanks for considering!

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870991] Re: Update gnome-software to 3.36.0 for Focal

2020-04-14 Thread Robert Ancell
I see a riscv64 build failure, not armhf - is that what you mean?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1870991

Title:
  Update gnome-software to 3.36.0 for Focal

Status in gnome-software package in Ubuntu:
  Fix Committed
Status in gnome-software source package in Focal:
  Fix Committed

Bug description:
  The gnome-software package was replaced by a Snap Store snap, however
  it would be still good to update it to 3.36.0 (or 3.36.1 when it is
  released) for Ubuntu 20.04 to allow users with custom configuration or
  flavours (i believe that, for example, Ubuntu MATE uses the deb
  version of gnome-software) to have the latest stable gnome-software
  version.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870991] Re: Update gnome-software to 3.36.0 for Focal

2020-04-14 Thread Robert Ancell
The riscv64 build failure seems to be the test timing out after 30s, but
the stress test can take longer that this.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1870991

Title:
  Update gnome-software to 3.36.0 for Focal

Status in gnome-software package in Ubuntu:
  Fix Committed
Status in gnome-software source package in Focal:
  Fix Committed

Bug description:
  The gnome-software package was replaced by a Snap Store snap, however
  it would be still good to update it to 3.36.0 (or 3.36.1 when it is
  released) for Ubuntu 20.04 to allow users with custom configuration or
  flavours (i believe that, for example, Ubuntu MATE uses the deb
  version of gnome-software) to have the latest stable gnome-software
  version.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871281] Re: Latest snap channel not showing

2020-04-14 Thread Robert Ancell
Tested gnome-software in 3.30.6-2ubuntu10.19.10.1 in eoan, confirmed the
problem is fixed.

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1871281

Title:
  Latest snap channel not showing

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  Fix Committed
Status in gnome-software source package in Eoan:
  Fix Committed

Bug description:
  [Impact]
  Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

  [Test Case]
  1. Open GNOME Software
  2. Search for the 'postman' snap

  Expected result:
  latest/stable channel shown with version like 7.21.1

  Observed result:
  No version shown in for latest/* channels.

  [Regression potential]
  Risk of introducing new bugs in relation to channels.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871281] Re: Latest snap channel not showing

2020-04-14 Thread Robert Ancell
Tested gnome-software in 3.28.1-0ubuntu4.18.04.15 in bionic, confirmed
the problem is fixed.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-doe-bionic

** Tags removed: verification-doe-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1871281

Title:
  Latest snap channel not showing

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  Fix Committed
Status in gnome-software source package in Eoan:
  Fix Committed

Bug description:
  [Impact]
  Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

  [Test Case]
  1. Open GNOME Software
  2. Search for the 'postman' snap

  Expected result:
  latest/stable channel shown with version like 7.21.1

  Observed result:
  No version shown in for latest/* channels.

  [Regression potential]
  Risk of introducing new bugs in relation to channels.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-07 Thread Robert Ancell
Confirmed fixed in Bionic with json-glib 1.4.2-3ubuntu0.18.04.1


** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Released
Status in json-glib source package in Bionic:
  Fix Committed
Status in json-glib source package in Eoan:
  Fix Committed
Status in json-glib source package in Focal:
  Fix Released

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Errors are not shown on the command line

  Observed result:
  The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871281] Re: Latest snap channel not showing

2020-04-07 Thread Robert Ancell
** Also affects: gnome-software (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu Eoan)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Eoan)
   Status: New => In Progress

** Changed in: gnome-software (Ubuntu Eoan)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1871281

Title:
  Latest snap channel not showing

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  In Progress
Status in gnome-software source package in Eoan:
  In Progress

Bug description:
  [Impact]
  Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

  [Test Case]
  1. Open GNOME Software
  2. Search for the 'postman' snap

  Expected result:
  latest/stable channel shown with version like 7.21.1

  Observed result:
  No version shown in for latest/* channels.

  [Regression potential]
  Risk of introducing new bugs in relation to channels.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-07 Thread Robert Ancell
Confirmed fixed in Eoan with json-glib 1.4.4-2ubuntu0.19.10.1

** Tags removed: verification-needed-eoan
** Tags added: verification-done-eoan

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Released
Status in json-glib source package in Bionic:
  Fix Committed
Status in json-glib source package in Eoan:
  Fix Committed
Status in json-glib source package in Focal:
  Fix Released

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Errors are not shown on the command line

  Observed result:
  The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871281] Re: Latest snap channel not showing

2020-04-06 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu Bionic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: gnome-software (Ubuntu Bionic)
   Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1871281

Title:
  Latest snap channel not showing

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  In Progress

Bug description:
  [Impact]
  Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

  [Test Case]
  1. Open GNOME Software
  2. Search for the 'postman' snap

  Expected result:
  latest/stable channel shown with version like 7.21.1

  Observed result:
  No version shown in for latest/* channels.

  [Regression potential]
  Risk of introducing new bugs in relation to channels.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-06 Thread Robert Ancell
** Changed in: json-glib (Ubuntu Bionic)
   Status: Fix Committed => In Progress

** Changed in: json-glib (Ubuntu Eoan)
   Status: Fix Committed => In Progress

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Committed
Status in json-glib source package in Bionic:
  In Progress
Status in json-glib source package in Eoan:
  In Progress
Status in json-glib source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Errors are not shown on the command line

  Observed result:
  The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871281] [NEW] Latest snap channel not showing

2020-04-06 Thread Robert Ancell
Public bug reported:

[Impact]
Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

[Test Case]
1. Open GNOME Software
2. Search for the 'postman' snap

Expected result:
latest/stable channel shown with version like 7.21.1

Observed result:
No version shown in for latest/* channels.

[Regression potential]
Risk of introducing new bugs in relation to channels.

** Affects: gnome-software (Ubuntu)
 Importance: High
 Status: Fix Released

** Affects: gnome-software (Ubuntu Bionic)
 Importance: High
 Status: Fix Committed

** Also affects: gnome-software (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu)
   Status: New => Fix Released

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: gnome-software (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1871281

Title:
  Latest snap channel not showing

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Bionic:
  Fix Committed

Bug description:
  [Impact]
  Due to a code change for channel names in snapd gnome-software in bionic 
doesn't show versions in the 'latest/*' channels. Solution is to backport 
changes that always use the full name for channels to avoid this problem. 
Noticed in https://forum.snapcraft.io/t/track-request-v6-for-postman/13425/9

  [Test Case]
  1. Open GNOME Software
  2. Search for the 'postman' snap

  Expected result:
  latest/stable channel shown with version like 7.21.1

  Observed result:
  No version shown in for latest/* channels.

  [Regression potential]
  Risk of introducing new bugs in relation to channels.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-06 Thread Robert Ancell
** Changed in: json-glib (Ubuntu Eoan)
   Status: New => Fix Committed

** Changed in: json-glib (Ubuntu Bionic)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Committed
Status in json-glib source package in Bionic:
  Fix Committed
Status in json-glib source package in Eoan:
  Fix Committed
Status in json-glib source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Errors are not shown on the command line

  Observed result:
  The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-06 Thread Robert Ancell
** Description changed:

  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22
  
  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman
  
  Expected result:
- Postman is shown with correct data
+ Errors are not shown on the command line
  
  Observed result:
- Not all channels shown, the following shown on the command line:
+ The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant
  
  (These errors may not always occur, and is likely racy).
  
  [Regression Potential]
  Small risk of introducing other bugs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Committed
Status in json-glib source package in Bionic:
  New
Status in json-glib source package in Eoan:
  New
Status in json-glib source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Errors are not shown on the command line

  Observed result:
  The following errors are shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-06 Thread Robert Ancell
** Changed in: json-glib (Ubuntu Focal)
   Status: New => Fix Committed

** Changed in: json-glib (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: json-glib (Ubuntu Eoan)
   Importance: Undecided => High

** Changed in: json-glib (Ubuntu Bionic)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  Fix Committed
Status in json-glib source package in Bionic:
  New
Status in json-glib source package in Eoan:
  New
Status in json-glib source package in Focal:
  Fix Committed

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Postman is shown with correct data

  Observed result:
  Not all channels shown, the following shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] Re: json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-06 Thread Robert Ancell
** Changed in: json-glib (Ubuntu Bionic)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: json-glib (Ubuntu Eoan)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

** Changed in: json-glib (Ubuntu Focal)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  New
Status in json-glib source package in Bionic:
  New
Status in json-glib source package in Eoan:
  New
Status in json-glib source package in Focal:
  New

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Postman is shown with correct data

  Observed result:
  Not all channels shown, the following shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1871023] [NEW] json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-05 Thread Robert Ancell
Public bug reported:

[Impact]
json_gvariant_deserialize can fail due to unrelated code setting errno, this is 
causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

[Test Case]
1. Run GNOME Software from the command line
2. Browse to postman

Expected result:
Postman is shown with correct data

Observed result:
Not all channels shown, the following shown on the command line:
05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string value 
converting to GVariant
05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

(These errors may not always occur, and is likely racy).

[Regression Potential]
Small risk of introducing other bugs.

** Affects: json-glib (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Eoan)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Also affects: json-glib (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: json-glib (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: json-glib (Ubuntu Eoan)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to json-glib in Ubuntu.
https://bugs.launchpad.net/bugs/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

Status in json-glib package in Ubuntu:
  New
Status in json-glib source package in Bionic:
  New
Status in json-glib source package in Eoan:
  New
Status in json-glib source package in Focal:
  New

Bug description:
  [Impact]
  json_gvariant_deserialize can fail due to unrelated code setting errno, this 
is causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

  [Test Case]
  1. Run GNOME Software from the command line
  2. Browse to postman

  Expected result:
  Postman is shown with correct data

  Observed result:
  Not all channels shown, the following shown on the command line:
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
  05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string 
value converting to GVariant
  05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

  (These errors may not always occur, and is likely racy).

  [Regression Potential]
  Small risk of introducing other bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/json-glib/+bug/1871023/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1867000] Re: Clicking "Open in Software" in GNOME Settings does not open Snap Store

2020-04-05 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1867000

Title:
  Clicking "Open in Software" in GNOME Settings does not open Snap Store

Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  This happens on latest Ubuntu Focal (without deb gnome-software
  /ubuntu-software packages installed, only Snap Store snap). When
  clicking the "Open in Software" button on Applications tab of GNOME
  Settings, nothing happens.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1867000] Re: Clicking "Open in Software" in GNOME Settings does not open Snap Store

2020-04-05 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

** No longer affects: snap-store

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1867000

Title:
  Clicking "Open in Software" in GNOME Settings does not open Snap Store

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  This happens on latest Ubuntu Focal (without deb gnome-software
  /ubuntu-software packages installed, only Snap Store snap). When
  clicking the "Open in Software" button on Applications tab of GNOME
  Settings, nothing happens.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870991] Re: Update gnome-software to 3.36.0 for Focal

2020-04-05 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1870991

Title:
  Update gnome-software to 3.36.0 for Focal

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  The gnome-software package was replaced by a Snap Store snap, however
  it would be still good to update it to 3.36.0 (or 3.36.1 when it is
  released) for Ubuntu 20.04 to allow users with custom configuration or
  flavours (i believe that, for example, Ubuntu MATE uses the deb
  version of gnome-software) to have the latest stable gnome-software
  version.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870991] Re: Update gnome-software to 3.36.0 for Focal

2020-04-05 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

** Changed in: gnome-software (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1870991

Title:
  Update gnome-software to 3.36.0 for Focal

Status in gnome-software package in Ubuntu:
  Triaged

Bug description:
  The gnome-software package was replaced by a Snap Store snap, however
  it would be still good to update it to 3.36.0 (or 3.36.1 when it is
  released) for Ubuntu 20.04 to allow users with custom configuration or
  flavours (i believe that, for example, Ubuntu MATE uses the deb
  version of gnome-software) to have the latest stable gnome-software
  version.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1870152] Re: 'System Sounds' string showing not translated

2020-04-01 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1870152

Title:
  'System Sounds' string showing not translated

Status in gnome-control-center:
  Unknown
Status in Ubuntu Translations:
  New
Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  Please check attachment

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1868019] Re: [FFe] Add method to enable fractional scaling

2020-03-29 Thread Robert Ancell
Messages sent to the documentation and translation mailing lists,
currently awaiting moderation.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1868019

Title:
  [FFe] Add method to enable fractional scaling

Status in gnome-control-center package in Ubuntu:
  New
Status in gnome-control-center source package in Focal:
  New

Bug description:
  [Impact]
  Fractional scaling is currently requires enabling an experimental feature in 
Mutter to use it. We would like this feature to be easily enabled by users. A 
lot of modern hardware supports high DPI displays and these are often not 
usable without some form of fractional scaling.

  [Test Case]
  1. Open Settings
  2. Select Displays panels

  Expected result:
  Scale can be set to fractional values (e.g. 125%). There is a UI control to 
enable fractional scaling (disabled by default).

  Observed result:
  Scale can only be set to multiples of 100% unless the feature was enabled. No 
UI control is shown for Fractional scaling.

  [Regressional Potential]
  New UI code risks introducing new bugs. Users enabling fractional scaling may 
trigger new bugs.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1868019] Re: Add method to enable fractional scaling

2020-03-29 Thread Robert Ancell
Requesting a UI freeze exception for this with the rationale being in
the bug description. The wording on the UI might change before this is
released, but no other changes are required.

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

** Description changed:

  [Impact]
- Fractional scaling is currently requires enabling an experimental feature in 
Mutter to use it. We would like this feature to be easily enabled by users.
+ Fractional scaling is currently requires enabling an experimental feature in 
Mutter to use it. We would like this feature to be easily enabled by users. A 
lot of modern hardware supports high DPI displays and these are often not 
usable without some form of fractional scaling.
  
  [Test Case]
  1. Open Settings
  2. Select Displays panels
  
  Expected result:
  Scale can be set to fractional values (e.g. 125%). There is a UI control to 
enable fractional scaling (disabled by default).
  
  Observed result:
  Scale can only be set to multiples of 100% unless the feature was enabled. No 
UI control is shown for Fractional scaling.
  
  [Regressional Potential]
  New UI code risks introducing new bugs. Users enabling fractional scaling may 
trigger new bugs.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1868019

Title:
  Add method to enable fractional scaling

Status in gnome-control-center package in Ubuntu:
  New
Status in gnome-control-center source package in Focal:
  New

Bug description:
  [Impact]
  Fractional scaling is currently requires enabling an experimental feature in 
Mutter to use it. We would like this feature to be easily enabled by users. A 
lot of modern hardware supports high DPI displays and these are often not 
usable without some form of fractional scaling.

  [Test Case]
  1. Open Settings
  2. Select Displays panels

  Expected result:
  Scale can be set to fractional values (e.g. 125%). There is a UI control to 
enable fractional scaling (disabled by default).

  Observed result:
  Scale can only be set to multiples of 100% unless the feature was enabled. No 
UI control is shown for Fractional scaling.

  [Regressional Potential]
  New UI code risks introducing new bugs. Users enabling fractional scaling may 
trigger new bugs.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1753070] Re: Cannot restore default alert sound (Ubuntu bell)

2020-03-18 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1753070

Title:
  Cannot restore default alert sound (Ubuntu bell)

Status in gnome-control-center package in Ubuntu:
  Fix Committed

Bug description:
  After changing the default alert sound in Settings > Sound > Sound
  Effects, I cannot restore the alert sound to the Ubuntu 17.10 default.
  Gnome Control Center version: 1:3.26.2-0ubuntu0.2

  There are five options in the Sound Effects tab: Default, Bark, Drip,
  Glass and Sonar. Selecting Default gives the same sound as Drip, which
  is not the default I had before.

  I think the sound options come from
  /usr/share/sounds/gnome/default/alerts where I found Ogg files for the
  Bark, Drip, Glass and Sonar options (but not for Default). The
  /usr/share/sounds/ubuntu/stereo/bell.ogg seems to have been the
  original default alert sound, to which I cannot restore.

  I am not sure if this is related, but when I opened the Sound Effects
  tab for the first time, the Alert Volume slider was at 0% and grayed
  out. The alert sound was working fine, so I guess that default
  settings from elsewhere were in effect until I started adjusting
  things in this tab and thereby overriding those default settings. I
  cannot restore to that grayed out state either in this tab.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.26.2-0ubuntu0.2
  ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
  Uname: Linux 4.13.0-36-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar  3 11:17:54 2018
  InstallationDate: Installed on 2018-02-09 (21 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1753070] Re: Cannot restore default alert sound (Ubuntu bell)

2020-03-18 Thread Robert Ancell
** Changed in: gnome-control-center (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1753070

Title:
  Cannot restore default alert sound (Ubuntu bell)

Status in gnome-control-center package in Ubuntu:
  Triaged

Bug description:
  After changing the default alert sound in Settings > Sound > Sound
  Effects, I cannot restore the alert sound to the Ubuntu 17.10 default.
  Gnome Control Center version: 1:3.26.2-0ubuntu0.2

  There are five options in the Sound Effects tab: Default, Bark, Drip,
  Glass and Sonar. Selecting Default gives the same sound as Drip, which
  is not the default I had before.

  I think the sound options come from
  /usr/share/sounds/gnome/default/alerts where I found Ogg files for the
  Bark, Drip, Glass and Sonar options (but not for Default). The
  /usr/share/sounds/ubuntu/stereo/bell.ogg seems to have been the
  original default alert sound, to which I cannot restore.

  I am not sure if this is related, but when I opened the Sound Effects
  tab for the first time, the Alert Volume slider was at 0% and grayed
  out. The alert sound was working fine, so I guess that default
  settings from elsewhere were in effect until I started adjusting
  things in this tab and thereby overriding those default settings. I
  cannot restore to that grayed out state either in this tab.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-control-center 1:3.26.2-0ubuntu0.2
  ProcVersionSignature: Ubuntu 4.13.0-36.40-generic 4.13.13
  Uname: Linux 4.13.0-36-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Mar  3 11:17:54 2018
  InstallationDate: Installed on 2018-02-09 (21 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1864843] Re: Shell theme doesn't change when "Window Colors" changed in settings

2020-03-18 Thread Robert Ancell
** Summary changed:

- shell theme should be adapted to GTK theme
+ Shell theme doesn't change when "Window Colors" changed in settings

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1864843

Title:
  Shell theme doesn't change when "Window Colors" changed in settings

Status in gnome-control-center package in Ubuntu:
  Confirmed

Bug description:
  When changing the "window colors" in Settings > Appearance from Light
  to Dark and vice-versa, GNOME shell theme should be changed to Yaru-
  dark or yaru based on the selected GTK theme.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   5   6   7   8   9   10   >