[Bug 1698287] Re: VA-API fails to initialize in a Gnome Shell Wayland session

2017-07-05 Thread Daniel van Vugt
** Changed in: gst-plugins-base1.0 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gst-plugins-base1.0 (Ubuntu)
 Assignee: (unassigned) => Daniel van Vugt (vanvugt)

** Changed in: gst-plugins-base1.0 (Ubuntu)
   Status: New => In Progress

** Changed in: totem (Ubuntu)
   Status: New => Invalid

** Description changed:

  The Intel i965 VA-API driver works well in Xorg sessions (Unity7 and
  Gnome Shell). But it refuses to load when in a Wayland session:
  
  $ totem bbb_sunflower_1080p_60fps_normal.mp4
  libva error: va_getDriverName() failed with unknown libva 
error,driver_name=(null)
  
  $ env LIBVA_DRIVER_NAME=i965 totem bbb_sunflower_1080p_60fps_normal.mp4
  totem: intel_driver.c:112: intel_driver_init: Assertion 
`VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_DRI1) || VA_CHECK_DRM_AUTH_TYPE(ctx, 
VA_DRM_AUTH_DRI2) || VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_CUSTOM)' failed.
  Aborted (core dumped)
  
  $ gst-play-1.0 bbb_sunflower_1080p_60fps_normal.mp4
  Press 'k' to see a list of keyboard shortcuts.
  Now playing /home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  Redistribute latency...
  Redistribute latency...
  ERROR Internal error: could not render surface for 
file:///home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  ERROR debug information: ../../../gst/vaapi/gstvaapisink.c(1482): 
gst_vaapisink_show_frame_unlocked (): 
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstVaapiSink:vaapisink0
  
  WORKAROUNDS:
  
   * Use weston instead of gnome-shell; or
   * $ env -uDISPLAY totem ... # but creates corruption -> bug 1701463
   * $ env GST_GL_WINDOW=wayland totem ... # but creates corruption -> bug 
1701463
+  * $ env GST_GL_WINDOW=wayland gst-play-1.0 --videosink glimagesink ...
   * $ mpv --hwdec --opengl-backend=wayland ...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: i965-va-driver 1.8.1-1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 13:40:38 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: intel-vaapi-driver
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  VA-API fails to initialize in a Gnome Shell Wayland session

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

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

[Bug 1661590] Re: GNOME Software only supports running one application from a snap

2017-07-05 Thread James Henstridge
** Bug watch added: GNOME Bug Tracker #784600
   https://bugzilla.gnome.org/show_bug.cgi?id=784600

** Also affects: gnome-software via
   https://bugzilla.gnome.org/show_bug.cgi?id=784600
   Importance: Unknown
   Status: Unknown

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

Title:
  GNOME Software only supports running one application from a snap

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

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


[Bug 1689033] Re: A few missing icons in version 2.4.3

2017-07-05 Thread Bug Watch Updater
** Changed in: gdk-pixbuf
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1689033

Title:
  A few missing icons in version 2.4.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdk-pixbuf/+bug/1689033/+subscriptions

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


[Bug 1698287] Re: VA-API fails to initialize in a Gnome Shell Wayland session

2017-07-05 Thread Daniel van Vugt
** Description changed:

  The Intel i965 VA-API driver works well in Xorg sessions (Unity7 and
  Gnome Shell). But it refuses to load when in a Wayland session:
  
  $ totem bbb_sunflower_1080p_60fps_normal.mp4
  libva error: va_getDriverName() failed with unknown libva 
error,driver_name=(null)
  
  $ env LIBVA_DRIVER_NAME=i965 totem bbb_sunflower_1080p_60fps_normal.mp4
  totem: intel_driver.c:112: intel_driver_init: Assertion 
`VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_DRI1) || VA_CHECK_DRM_AUTH_TYPE(ctx, 
VA_DRM_AUTH_DRI2) || VA_CHECK_DRM_AUTH_TYPE(ctx, VA_DRM_AUTH_CUSTOM)' failed.
  Aborted (core dumped)
  
  $ gst-play-1.0 bbb_sunflower_1080p_60fps_normal.mp4
  Press 'k' to see a list of keyboard shortcuts.
  Now playing /home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  Redistribute latency...
  Redistribute latency...
  ERROR Internal error: could not render surface for 
file:///home/dan/Videos/bbb_sunflower_1080p_60fps_normal.mp4
  ERROR debug information: ../../../gst/vaapi/gstvaapisink.c(1482): 
gst_vaapisink_show_frame_unlocked (): 
/GstPlayBin:playbin/GstPlaySink:playsink/GstBin:vbin/GstVaapiSink:vaapisink0
  
  WORKAROUNDS:
  
   * Use weston instead of gnome-shell; or
-  * $ env -uDISPLAY totem ...# but see bug 1701463
+  * $ env -uDISPLAY totem ... # but creates corruption -> bug 1701463
+  * $ env GST_GL_WINDOW=wayland totem ... # but creates corruption -> bug 
1701463
   * $ mpv --hwdec --opengl-backend=wayland ...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: i965-va-driver 1.8.1-1
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.5-0ubuntu4
  Architecture: amd64
  Date: Fri Jun 16 13:40:38 2017
  InstallationDate: Installed on 2017-05-03 (44 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170502)
  SourcePackage: intel-vaapi-driver
  UpgradeStatus: No upgrade log present (probably fresh install)

** Also affects: gst-plugins-base1.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  VA-API fails to initialize in a Gnome Shell Wayland session

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

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

[Bug 1702345] Re: ubuntu-wayland: login fails if nvidia drivers are installed

2017-07-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  ubuntu-wayland: login fails if nvidia drivers are installed

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

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


[Bug 1687507] Re: Memory leak (/run file system filling up)

2017-07-05 Thread Launchpad Bug Tracker
[Expired for snapd because there has been no activity for 60 days.]

** Changed in: snapd
   Status: Incomplete => Expired

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

Title:
  Memory leak (/run file system filling up)

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

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


[Bug 1644124] Re: Virtualbox steals password from lock screen

2017-07-05 Thread Launchpad Bug Tracker
[Expired for gnome-screensaver (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-screensaver (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Virtualbox steals password from lock screen

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

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


[Bug 1649307] Re: LibreOffice Does Not Bring Windows to Front on GNOME/Wayland

2017-07-05 Thread Launchpad Bug Tracker
[Expired for mutter (Ubuntu) because there has been no activity for 60
days.]

** Changed in: mutter (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  LibreOffice  Does Not Bring Windows to Front on GNOME/Wayland

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

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


[Bug 1687507] Re: Memory leak (/run file system filling up)

2017-07-05 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Memory leak (/run file system filling up)

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

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


[Bug 1662836] Re: repeatedly turning BT off and off crashes gnome

2017-07-05 Thread Launchpad Bug Tracker
[Expired for gnome-settings-daemon (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  repeatedly turning BT off and off crashes gnome

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

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


[Bug 1702598] Re: gnome-control-center crashed with SIGSEGV in cogl_renderer_connect()

2017-07-05 Thread Apport retracing service
*** This bug is a duplicate of bug 1631434 ***
https://bugs.launchpad.net/bugs/1631434

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1631434, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910043/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910045/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910049/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910050/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910051/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910052/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1702598/+attachment/4910053/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1631434

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

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

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-05 Thread Seth Arnold
Greg, Sebastien, does this look like a duplicate of bug 1685754? It's
tough for me to tell. Of course ~/.profile is only used by some shells,
nothing else, so this may not be a bug at all.

Thanks

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1702579] StacktraceSource.txt

2017-07-05 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1702579/+attachment/4910011/+files/StacktraceSource.txt

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1702579] Stacktrace.txt

2017-07-05 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1702579/+attachment/4910010/+files/Stacktrace.txt

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1702579] ThreadStacktrace.txt

2017-07-05 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1702579/+attachment/4910012/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1702579/+attachment/4909998/+files/CoreDump.gz

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Medium

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1702579]

2017-07-05 Thread Apport retracing service
StacktraceTop:
 g_type_check_instance_is_a (type_instance=type_instance@entry=0x7f932c0c20d0, 
iface_type=iface_type@entry=94275285265120) at ../../../../gobject/gtype.c:4013
 get_preview_thumbnail (size=256, uri=0x55be2e7f4b90 
"mtp://%5Busb%3A001,030%5D/Internal%20shared%20storage/DCIM/Camera/IMG_20161004_114104.jpg")
 at gnome-desktop-thumbnail.c:1085
 gnome_desktop_thumbnail_factory_generate_thumbnail (factory=0x55be2d1cff40, 
uri=0x55be2e7f4b90 
"mtp://%5Busb%3A001,030%5D/Internal%20shared%20storage/DCIM/Camera/IMG_20161004_114104.jpg",
 mime_type=0x55be2e7f43b0 "image/jpeg") at gnome-desktop-thumbnail.c:1145
 thumbnail_thread_func (task=, source_object=, 
task_data=, cancellable=) at 
nautilus-thumbnails.c:567
 g_task_thread_pool_thread (thread_data=0x55be2e48ab80, pool_data=) at ../../../../gio/gtask.c:1328

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 1702579] [NEW] nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

2017-07-05 Thread Damon Lynch
Public bug reported:

As nautilus was thumbnailing photos and videos on a Nexus 5X connected
via PTP, I right clicked in the file browser close or possibly on a file
name of one of files that did not yet have a thumbnail generated. It was
at that point that nautilus crashed.

ProblemType: Crash
DistroRelease: Ubuntu 17.10
Package: nautilus 1:3.24.1-0ubuntu4
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.5-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Wed Jul  5 17:40:09 2017
ExecutablePath: /usr/bin/nautilus
InstallationDate: Installed on 2017-05-16 (50 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170511)
ProcCmdline: /usr/bin/nautilus --gapplication-service
SegvAnalysis:
 Segfault happened at: 0x7f934721a811 :  testb  
$0x4,0x16(%rax)
 PC (0x7f934721a811) ok
 source "$0x4" ok
 destination "0x16(%rax)" (0x3a3a737365636376) not located in a known VMA 
region (needed writable region)!
 Stack memory exhausted (SP below stack segment)
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: nautilus
StacktraceTop:
 g_type_check_instance_is_a () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 gnome_desktop_thumbnail_factory_generate_thumbnail () at 
/usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.12
 ()
 () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
 () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: nautilus crashed with SIGSEGV in g_type_check_instance_is_a()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash artful need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  nautilus crashed with SIGSEGV in g_type_check_instance_is_a()

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

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


[Bug 991002] Re: Use the modern English name Bangla instead of Bengali for the language code bn

2017-07-05 Thread Bug Watch Updater
** Changed in: glibc
   Status: Confirmed => Incomplete

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

Title:
  Use the modern English name Bangla instead of Bengali for the language
  code bn

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

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


[Bug 1686393] Re: [MIR] gdm3

2017-07-05 Thread Emily Ratliff
Since the decision to use gdm3 has been publicly announced, the Security
Team does not want to hold up gdm3 from being promoted to main. The
security review will continue and the results will be documented here
(with additional bugs filed upstream as necessary) when complete.
Meanwhile, gdm3 can move to main.

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

Title:
  [MIR] gdm3

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

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


[Bug 1689033] Re: A few missing icons in version 2.4.3

2017-07-05 Thread James Cowgill
It appears this is a GTK+ bug, and not a gdk-pixbuf bug (see the 2 GNOME
bugs liked to this bugreport).

** Bug watch added: GNOME Bug Tracker #781583
   https://bugzilla.gnome.org/show_bug.cgi?id=781583

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=781583
   Importance: Unknown
   Status: Unknown

** Tags removed: packaging

** Also affects: gtk+3.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gdk-pixbuf (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1689033

Title:
  A few missing icons in version 2.4.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdk-pixbuf/+bug/1689033/+subscriptions

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


[Bug 1702539] Re: Snap packages have too big descriptions in search result list

2017-07-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Snap packages have too big descriptions in search result list

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

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


[Bug 1702539] Re: Snap packages has too big descriptions in search result list

2017-07-05 Thread Amr Ibrahim
** Description changed:

- Snap packages has too big descriptions in search result list.Please check out 
screenshot.
- .
+ Snap packages have too big descriptions in search result list. Please
+ check out the screenshot.
+ 
  System:
  Ubuntu 17.10 amd64 daily build 29.06.17 (updated)
  gnome-software 3.24.3
  
- also 17.04 has same issue.
+ Also 17.04 has same issue.

** Summary changed:

- Snap packages has too big descriptions in search result list
+ Snap packages have too big descriptions in search result list

** Tags added: xenial

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

Title:
  Snap packages have too big descriptions in search result list

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

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


[Bug 1501004] Re: Comma inserted when pressing AltGr or Alt key in evolution to/cc input fields

2017-07-05 Thread Raffael Krebs
I can confirm this bug for evolution 3.22.6-1ubuntu1 amd64 on a Ubuntu 17.04
With the German (Switzerland) keyboard layout I need [Alt Gr] to type an @ 
symbol (!)

I reported a bug on gnome/evolution, too: 
https://bugzilla.gnome.org/show_bug.cgi?id=784553

Both the focus loss and the added comma upon focus gain are questionable
behaviours, so both projects can be improved (both Evolution and Ubuntu
input methods). Thanks to everyone who is working towards improving
this!

** Bug watch added: GNOME Bug Tracker #784553
   https://bugzilla.gnome.org/show_bug.cgi?id=784553

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

Title:
  Comma inserted when pressing AltGr or Alt key in evolution to/cc input
  fields

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

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


[Bug 1702539] [NEW] Snap packages has too big descriptions in search result list

2017-07-05 Thread Ahmet Aksoy
Public bug reported:

Snap packages has too big descriptions in search result list.Please check out 
screenshot.
.
System:
Ubuntu 17.10 amd64 daily build 29.06.17 (updated)
gnome-software 3.24.3

also 17.04 has same issue.

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


** Tags: artful zesty

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1702539/+attachment/4909948/+files/Screenshot%20from%202017-07-05%2021-47-21.png

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

Title:
  Snap packages has too big descriptions in search result list

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

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


[Bug 1702534] Re: Bad search results in gnome software

2017-07-05 Thread Ahmet Aksoy
** Attachment added: "Screenshot #2 Fedora 26 Beta - Ubuntu Artful"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1702534/+attachment/4909928/+files/Screenshot%20from%202017-07-05%2016-24-12.png

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

Title:
  Bad search results in gnome software

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

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


[Bug 1702534] [NEW] Bad search results in gnome software

2017-07-05 Thread Ahmet Aksoy
Public bug reported:

When search in gnome software, best result always at the end. if you
write "gnome" there is no result.

To reproduce it:
1-Open Gnome-software
2-Search "boxes" (or "builder"...)
3-You should see deepin-music first result, gnome-boxes last

System:
Ubuntu 17.10 amd64 daily build 29.06.17 (updated) 
gnome-software 3.24.3

also 17.04 has same issue.

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


** Tags: artful zesty

** Attachment added: "Screenshot #1"
   
https://bugs.launchpad.net/bugs/1702534/+attachment/4909920/+files/Screenshot%20from%202017-07-05%2021-20-47.png

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

Title:
  Bad search results in gnome software

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

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


[Bug 1702534] Re: Bad search results in gnome software

2017-07-05 Thread Ahmet Aksoy
** Attachment added: "Screenshot #3 Fedora 26 Beta - Ubuntu Artful"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1702534/+attachment/4909929/+files/Screenshot%20from%202017-07-05%2016-24-23.png

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

Title:
  Bad search results in gnome software

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

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


[Bug 1702293] Re: package emacs25-nox (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2017-07-05 Thread Glenn Morris
*** This bug is a duplicate of bug 1683985 ***
https://bugs.launchpad.net/bugs/1683985

** This bug has been marked a duplicate of bug 1066560
   emacs24 ERROR: install script from ilisp package failed

** This bug is no longer a duplicate of bug 1066560
   emacs24 ERROR: install script from ilisp package failed

** This bug has been marked a duplicate of bug 1683985
   package emacs25-nox 25.1+1-3ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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

Title:
  package emacs25-nox (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1702522] [NEW] "Software & Updates" string not marked for translation in Ubuntu 17.10

2017-07-05 Thread AsciiWolf
Public bug reported:

The "Software & Updates" string is not marked for translation in Ubuntu
17.10.

https://translations.launchpad.net/ubuntu/zesty/+source/gnome-software/+pots/gnome-software/cs/+translate?search=Software+%26+Updates
https://translations.launchpad.net/ubuntu/artful/+source/gnome-software/+pots/gnome-software/cs/+translate?search=Software+%26+Updates

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


** Tags: artful l10n

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

Title:
  "Software & Updates" string not marked for translation in Ubuntu 17.10

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

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


[Bug 1702467] Re: software update indicator crashes and displays wrong error message

2017-07-05 Thread Gioele Barabucci
Problem identified: an unrelated stray one-line `sitecustomize.py` in
$PYTHONPATH. Thank you for the hint.

This bug can be closed now, or, maybe, the importance lowered (the
indicator should cope better in the presence of warnings).

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1685178] Re: /usr/bin/gnome-software:11:as_format_get_kind:as_store_add_app:as_store_load_yaml_file:as_store_from_file_internal:as_store_watch_source_added

2017-07-05 Thread Sebastien Bacher
the issue is one of the most reported error on zesty, Robert could you
have a look to that one?

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

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

Title:
  /usr/bin/gnome-
  
software:11:as_format_get_kind:as_store_add_app:as_store_load_yaml_file:as_store_from_file_internal:as_store_watch_source_added

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-05 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

** Changed in: gnome-session (Ubuntu)
   Importance: Undecided => Low

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1702122] Re: /usr/bin/gnome-software:11:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal:gs_plugin_loader_run_refine

2017-07-05 Thread Sebastien Bacher
The issue seems new with snaps and icons, Robert could you have a look
to that one?

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

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

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

Title:
  /usr/bin/gnome-
  
software:11:load_icon:gs_plugin_refine_app:gs_plugin_loader_run_refine_app:gs_plugin_loader_run_refine_internal:gs_plugin_loader_run_refine

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

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


[Bug 1576424] Re: Gimp crashes with text tool & caps lock

2017-07-05 Thread Jean-Baptiste Lallement
SRU verification for Xenial:
I have reproduced the problem with gtk+2.0 2.24.30-1ubuntu1 in xenial and have 
verified that the version of gtk+2.0 2.24.30-1ubuntu1.16.04.1 in -proposed 
fixes the issue.

Marking as verification-done

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

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1576424

Title:
  Gimp crashes with text tool & caps lock

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

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


[Bug 1549787] Re: GNOME Software is showing "No application found" when searching for new package and it shows only the installed ones

2017-07-05 Thread Jeremy Bicha
Ahmet, please file a new bug for your issue.

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

Title:
  GNOME Software is showing "No application found" when searching for
  new package and it shows only the installed ones

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

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


[Bug 1549787] Re: GNOME Software is showing "No application found" when searching for new package and it shows only the installed ones

2017-07-05 Thread Sebastien Bacher
Thank you for your bug report, what do you mean "You're suppose to see
only the installed packages."? Is that specific to Ubuntu GNOME or do
you get the issue with Ubuntu as well?

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

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

Title:
  GNOME Software is showing "No application found" when searching for
  new package and it shows only the installed ones

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

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


[Bug 1702467] Re: software update indicator crashes and displays wrong error message

2017-07-05 Thread Sebastien Bacher
what about
PYTHONVERBOSE=1 /usr/lib/update-notifier/apt-check
?

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1690966] Re: Gnome Shell elements (power menu, launcher etc) are the wrong colour when using Ambiance (wrong grey, and blue highlights)

2017-07-05 Thread Treviño
I would do that, but I was waiting for some word about what's the GNOME
preferred way of theming the shell nowadays.

As per Jeremy comment.

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

Title:
  Gnome Shell elements (power menu, launcher etc) are the wrong colour
  when using Ambiance (wrong grey, and blue highlights)

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

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


[Bug 1549787] Re: GNOME Software is showing "No application found" when searching for new package and it shows only the installed ones

2017-07-05 Thread Ahmet Aksoy
Ubuntu 17.04 and 17.10 daily build has same issue

** Attachment added: "Fedora 26 Beta and Ubuntu Artful"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1549787/+attachment/4909732/+files/Screenshot%20from%202017-07-05%2016-24-12.png

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

Title:
  GNOME Software is showing "No application found" when searching for
  new package and it shows only the installed ones

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

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


[Bug 1549787] Re: GNOME Software is showing "No application found" when searching for new package and it shows only the installed ones

2017-07-05 Thread Ahmet Aksoy
** Attachment added: "Fedora 26 Beta and Ubuntu Artful #2"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1549787/+attachment/4909733/+files/Screenshot%20from%202017-07-05%2016-24-23.png

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

Title:
  GNOME Software is showing "No application found" when searching for
  new package and it shows only the installed ones

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

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


[Bug 1702467] Re: software update indicator crashes and displays wrong error message

2017-07-05 Thread Gioele Barabucci
apt-get, apt and aptitude work all just fine and produce no errors nor
warnings.

update-notifier/apt-check is, indeed, responsible for the error message.

gioele:~$ /usr/lib/update-notifier/apt-check
Error in sitecustomize; set PYTHONVERBOSE for traceback:
AttributeError: module 'sys' has no attribute 'setdefaultencoding'
0;0gioele:~$ echo $?
0

Please note the missing newline between the end of the output of apt-
check and the prompt.

gioele:~$ which python
/usr/bin/python
gioele:~$ readlink -f /usr/bin/python
/usr/bin/python2.7

Thank you Sebastien for the triaging.

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1702467] Re: software update indicator crashes and displays wrong error message

2017-07-05 Thread Sebastien Bacher
could you also start "/usr/lib/update-notifier/apt-check" and give its
output?

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1702467] Re: software update indicator crashes and displays wrong error message

2017-07-05 Thread Sebastien Bacher
Thank you for your bug report. The errors comes from update-notifier but
the issue is probably one with the state of the installed packages,
could you run apt-get from a command line as suggested and copy the
output in a comment?

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

** Changed in: gnome-software (Ubuntu)
   Status: New => Incomplete

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1702467] [NEW] software update indicator crashes and displays wrong error message

2017-07-05 Thread Gioele Barabucci
Public bug reported:

On a fresh Ubuntu 16.04.2 LTS install, the software update indicator
indicator crashes (probably during startup) and reports the a mangled
error.

It states

> The error message was 'ror in sitecustomize; set PYTHONVERBOSE
> for traceback: AttributeError: module 'sys' has no attribute
> 'setdefaultencoding' 0;0'.

Please note the "ror" instead of "Error" at the beginning of the
reported error message.

The attached screenshot shows this error.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-software 3.20.1+git20170524.0.ea2fe2b0-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-56-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jul  5 13:46:26 2017
ExecutablePath: /usr/bin/gnome-software
InstallationDate: Installed on 2017-06-24 (10 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
SourcePackage: gnome-software
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "Screeshot of the crashed indicator"
   
https://bugs.launchpad.net/bugs/1702467/+attachment/4909698/+files/Error%20swup.png

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

Title:
  software update indicator crashes and displays wrong error message

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

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


[Bug 1647031] Re: systemd-resolved’s 127.0.0.53 server does not follow CNAME records

2017-07-05 Thread Dimitri John Ledkov
127.0.0.53 stub resolver was only introduced in v231, thus there is
nothing to fix in xenial.

** Changed in: systemd (Ubuntu Xenial)
   Status: Triaged => Invalid

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

Title:
  systemd-resolved’s 127.0.0.53 server does not follow CNAME records

To manage notifications about this bug go to:
https://bugs.launchpad.net/nextcloud-snap/+bug/1647031/+subscriptions

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