[Bug 1760198] Re: Some icons are missing in adwaita icon theme

2018-03-30 Thread dino99
** Changed in: adwaita-icon-theme (Ubuntu)
   Status: New => Invalid

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

Title:
  Some icons are missing in adwaita icon theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1760198/+subscriptions

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

[Bug 1760251] Re: unity-gnome-shell-migration.17.10.py crashed with signal 5

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1754623 ***
https://bugs.launchpad.net/bugs/1754623

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 #1754623, 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/1760251/+attachment/5096642/+files/CoreDump.gz

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

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

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

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

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

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

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

** 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-session in Ubuntu.
https://bugs.launchpad.net/bugs/1760251

Title:
  unity-gnome-shell-migration.17.10.py crashed with signal 5

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

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

[Bug 1724977] Re: two mouse cursors visible at the same time on rotated screen

2018-03-30 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Confirmed => Fix Released

-- 
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/1724977

Title:
  two mouse cursors visible at the same time on rotated screen

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

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

[Bug 1760246] [NEW] nautilus does not obey display order after keyboard-find

2018-03-30 Thread Humphrey van Polanen Petel
Public bug reported:

When nautilus displays icons, the display is sorted horizontally.
However, when finding files by typing on the keyboard, to move the focus
 needs to be pressed rather then .

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu6
ProcVersionSignature: Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Mar 31 11:25:45 2018
ExecutablePath: /usr/bin/nautilus
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'always-use-location-entry' b'true'
 b'org.gnome.nautilus.window-state' b'geometry' b"'1235x472+1325+24'"
 b'org.gnome.nautilus.icon-view' b'captions' b"['date_modified', 'where', 
'none']"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
InstallationDate: Installed on 2017-12-13 (107 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

-- 
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/1760246

Title:
  nautilus does not obey display order after keyboard-find

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

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

[Bug 1760240] [NEW] Write past end of buffer in gtk/gtkrc.c gtk_rc_add_default_file

2018-03-30 Thread Kirk Wolff
Public bug reported:

In all repositories there is a buffer-overrun in the function
gtk_rc_add_default_file(), where if the dynamic array
gtk_rc_default_files has exactly max_default_files entries, a NULL will
be written past the allocated memory.  The resize function does not
resize the null terminated array in this case, and address sanitizer
(and valgrind) detects a memory access violation in any code leading to
this function.

The following code is in error ( from 
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-proposed/view/head:/gtk/gtkrc.c#L596
 )
{{{
  for (n = 0; n < max_default_files; n++) 
{
  if (gtk_rc_default_files[n] == NULL)
break;
}

  if (n == max_default_files)
{
  max_default_files += 10;
  gtk_rc_default_files = g_renew (gchar*, gtk_rc_default_files, 
max_default_files);
}
  
  gtk_rc_default_files[n++] = g_strdup (filename);
  gtk_rc_default_files[n] = NULL;
}}}

Proposed modified implementation is as follows:
{{{
  for (n = 0; n < (max_default_files-1); n++) 
{
  if (gtk_rc_default_files[n] == NULL)
break;
}

  if (n >= (max_default_files-1))
{
  max_default_files += 10;
  gtk_rc_default_files = g_renew (gchar*, gtk_rc_default_files, 
max_default_files);
}
  
  gtk_rc_default_files[n++] = g_strdup (filename);
  gtk_rc_default_files[n] = NULL;
}}}

This implementation should be changed in all branches:

https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/gtk+2.0/trusty/view/head:/gtk/gtkrc.c#L569
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/gtk+2.0/trusty-updates/view/head:/gtk/gtkrc.c#L569
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/gtk+2.0/trusty-proposed/view/head:/gtk/gtkrc.c#L569
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/gtk+2.0/precise/view/head:/gtk/gtkrc.c#L590
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates/view/head:/gtk/gtkrc.c#L596
https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-proposed/view/head:/gtk/gtkrc.c#L596

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1760240

Title:
  Write past end of buffer in gtk/gtkrc.c gtk_rc_add_default_file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1760240/+subscriptions

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

[Bug 1760231] ThreadStacktrace.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1760231/+attachment/5096552/+files/ThreadStacktrace.txt

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

** Changed in: gnome-software (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 gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1760231

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760231] StacktraceSource.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1760231/+attachment/5096551/+files/StacktraceSource.txt

-- 
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/1760231

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760231] Stacktrace.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1760231/+attachment/5096550/+files/Stacktrace.txt

-- 
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/1760231

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760231] gnome-software crashed with signal 5 in g_main_context_new()

2018-03-30 Thread Apport retracing service
StacktraceTop:
 g_wakeup_new () at ../../../../glib/gwakeup.c:161
 g_main_context_new () at ../../../../glib/gmain.c:656
 start_sync (data=, data=) at 
snapd-client-sync.c:24
 snapd_client_get_interfaces_sync (client=client@entry=0x55c32bfd3580, 
plugs=plugs@entry=0x7fe8231667b0, slots=slots@entry=0x7fe8231667b8, 
cancellable=cancellable@entry=0x55c32a8f7e80, error=error@entry=0x7fe823166878) 
at snapd-client-sync.c:454
 gs_plugin_refine_app (plugin=plugin@entry=0x55c32a6cf910, 
app=app@entry=0x7fe81c112750, flags=flags@entry=2097184, 
cancellable=cancellable@entry=0x55c32a8f7e80, error=error@entry=0x7fe823166878) 
at ../plugins/snap/gs-plugin-snap.c:994

-- 
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/1760231

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760230] Re: gnome-calendar crashed with SIGSEGV in gtk_image_clear()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1754202 ***
https://bugs.launchpad.net/bugs/1754202

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 #1754202, 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/1760230/+attachment/5096525/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1754202
   gnome-calendar crashed with SIGSEGV in gtk_image_reset()

** Tags removed: need-amd64-retrace

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

Title:
  gnome-calendar crashed with SIGSEGV in gtk_image_clear()

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

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

Re: [Bug 1758949] Re: brasero exited on a libisofs error

2018-03-30 Thread david braun
well - there is no "CVS pharmacy - Online Pharmacy - Transfer Prescription
or Refil2" but there is a folder called "CVS pharmacy - Online Pharmacy -
Transfer Prescription or  Refil" - the "2" isn't present.

Is there any debug output that I can turn on to see what libisofs is
doing?


On Fri, Mar 30, 2018 at 1:18 PM, Thomas Schmitt  wrote:

> Hi,
>
> > I can only write a DVD if I select NOT to be windows compatible.
>
> If my theory is correct then the problem is that two files or directories
> among the chosen input data have paths on disk which differ only after
> the 64th character of their names.
> As said, look for files with names which start by
> "CVS pharmacy - Online Pharmacy - Transfer Prescription or Refil2"
> and of which at least one has more than these 64 characters.
>
>
> > If you didn't mean for me to
> > write a windows compatible DVD then your suggested procedure doesn't show
> > any mangling.
>
> If Brasero talks of "windows compatibility" and is willing to truncate
> names to 64 characters, then it plans to create Joliet filesystem inside
> the emerging ISO 9660 filesystem.
>
> So we will have three directory tree with different file names:
>
> - ISO 9660 (aka ECMA-119) bears dull short names with no case distinction.
>   E.g. "CVS_PHAR.;1".
>   You will see them if you mount the ISO on Linux with:
> -o norock,nojoliet,map=off
>
> - Rock Ridge is an add-on to ISO 9660. It bears names up to 255 characters
>   with distinction between upper case and lower case. Most Linux
> filesystems
>   have similar name rules. So Rock Ridge will show original file names.
>   Linux uses Rock Ridge by default, if it is present in the ISO 9660
>   filesystem.
>
> - Joliet is an alternative directory tree invented by Microsoft Inc.
>   It stores names of up to 64 UTF-16 characters. Longer names would not
>   be standard compliant.
>   Linux uses Joliet if it is present and you tell it not to use Rock Ridge
>   by mount option:
> -o norock
>   MS-Windows uses Joliet by default.
>
>   Names longer than 64 characters will be modified by libisofs, if it gets
>   to see them. So expect to see two files with name start "CVS pharmacy
> ..."
>   and length 64 which differ by some few characters at their end.
>
>
> > BTW - I don't know if it matters but the path in question is a folder
> that
> > would contain 93 files (some in sub-folders).
>
> Lots of files and sub directories should be no problem. Only long names
> which start by the same 64 characters.
>
>
> Have a nice day :)
>
> Thomas
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1758949
>
> Title:
>   brasero exited on a libisofs error
>
> Status in brasero package in Ubuntu:
>   New
>
> Bug description:
>   I started to burn a DVD using brasero. It asked if it should make the
>   disk compatible with windows by modifying certain pathnames. I said
>   yes. Brasero then exited saying libisofs returned an error. Brasero
>   did not give me any clue on what was causing the problem so I can't
>   fix it.
>
>   lsb_release -rd
>   Ubuntu 16.04
>   brasero
>   3.12.1-1ubuntu3~16.04
>   expected to burn DVD
>   end of brasero session log
>   BraseroLibisofs Adding graft disc path = /Dropbox/Li/Lee's Scripts
> (Dave Braun's conflicted copy 2016-05-30).xls, URI =
> /home/lee/Dropbox/Li/Lee's Scripts (Dave Braun's conflicted copy
> 2016-05-30).xls
>   BraseroLibisofs Found parent
>   BraseroLibisofs Adding graft disc path = /Dropbox/Sent files/Easy
> Dark Chocolate Pots de Creme - Cook Eat Paleo.pdf, URI =
> /home/lee/Dropbox/Sent files/Easy Dark Chocolate Pots de Creme - Cook Eat
> Paleo.pdf
>   BraseroLibisofs Found parent
>   BraseroLibisofs Adding graft disc path =
> /Dropbox/HP/hp_LJP1100_P1560_P1600_Full_Solution-v20120831-50157036_SMO.exe,
> URI = /home/lee/Dropbox/HP/hp_LJP1100_P1560_P1600_Full_
> Solution-v20120831-50157036_SMO.exe
>   BraseroLibisofs Found parent
>   BraseroLibisofs Adding graft disc path = /Dropbox/Li/CVS/CVS
> pharmacy - Online Pharmacy - Transfer Prescription or Refill, URI =
> /home/lee/Dropbox/Li/CVS/CVS pharmacy - Online Pharmacy - Transfer
> Prescription or Refill Prescription Online.html
>   BraseroLibisofs Found parent
>   BraseroLibisofs Adding graft disc path = /Dropbox/Li/CVS/CVS
> pharmacy - Online Pharmacy - Transfer Prescription or Refil2, URI =
> /home/lee/Dropbox/Li/CVS/CVS pharmacy - Online Pharmacy - Transfer
> Prescription or Refill Prescription Online.html
>   BraseroLibisofs Found parent
>   BraseroLibisofs Adding graft disc path = /Dropbox/Li/CVS/CVS
> pharmacy - Online Pharmacy - Transfer Prescription or Refil2/, URI = (null)
>   BraseroLibisofs Found parent
>   BraseroLibisofs called brasero_job_error
>   BraseroLibisofs finished with an error
>   BraseroLibisofs asked to stop because of an error
> error   = 1
> 

[Bug 1760231] [NEW] gnome-software crashed with signal 5 in g_main_context_new()

2018-03-30 Thread Mantas Kriaučiūnas
Public bug reported:

Just installed latest bionic from cdimage.ubuntu.com/daily-live and
after installation installed aptitude and lots of other software with
aptitude from ppa:baltix-members ;)

ProblemType: Crash
DistroRelease: Ubuntu 18.04
Package: gnome-software 3.28.0-0ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar 31 00:40:16 2018
ExecutablePath: /usr/bin/gnome-software
InstallationDate: Installed on 2018-03-30 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180330)
InstalledPlugins:
 gnome-software-plugin-flatpak N/A
 gnome-software-plugin-limba   N/A
 gnome-software-plugin-snap3.28.0-0ubuntu7
ProcCmdline: /usr/bin/gnome-software --gapplication-service
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: gnome-software
StacktraceTop:
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_main_context_new () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 ?? () from /usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
 snapd_client_get_interfaces_sync () from 
/usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1
 gs_plugin_refine_app () from 
/usr/lib/x86_64-linux-gnu/gs-plugins-11/libgs_plugin_snap.so
Title: gnome-software crashed with signal 5 in g_main_context_new()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


** Tags: amd64 apport-crash bionic 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 gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1760231

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760230] [NEW] gnome-calendar crashed with SIGSEGV in gtk_image_clear()

2018-03-30 Thread Jerry D,Hodge
Public bug reported:

crashed on log out with weather

ProblemType: Crash
DistroRelease: Ubuntu 18.04
Package: gnome-calendar 3.28.0-1
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Classic:GNOME
Date: Fri Mar 30 16:37:42 2018
ExecutablePath: /usr/bin/gnome-calendar
ProcCmdline: /usr/bin/gnome-calendar --gapplication-service
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SegvAnalysis:
 Segfault happened at: 0x7fe7941d2667 :  mov
0x28(%rdi),%rbp
 PC (0x7fe7941d2667) ok
 source "0x28(%rdi)" (0x0028) not located in a known VMA region (needed 
readable region)!
 destination "%rbp" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-calendar
StacktraceTop:
 gtk_image_clear () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 ()
 g_closure_invoke () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-calendar crashed with SIGSEGV in gtk_image_clear()
UpgradeStatus: Upgraded to bionic on 2018-03-20 (10 days ago)
UserGroups: sudo

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


** Tags: amd64 apport-crash bionic need-amd64-retrace third-party-packages

** 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 gnome-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1760230

Title:
  gnome-calendar crashed with SIGSEGV in gtk_image_clear()

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

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

[Bug 1547127] Re: Guest account option - feature request

2018-03-30 Thread Gunnar Hjalmarsson
Latest(?) news about the topic:

https://community.ubuntu.com/t/brain-dump-on-guest-session-progress/3717

Bug #1742912 may be considered related.

-- 
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/1547127

Title:
  Guest account option - feature request

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

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

[Bug 1760203] Re: gnome-control-center crashed with SIGSEGV in g_main_context_dispatch()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1754924 ***
https://bugs.launchpad.net/bugs/1754924

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 #1754924, 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/1760203/+attachment/5096436/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1754924
   gnome-control-center crashed with SIGSEGV in actualize_printers_list()

** 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/1760203

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

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

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

[Bug 1760208] Re: gnome-calendar crashed with SIGSEGV in gtk_image_clear()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1754202 ***
https://bugs.launchpad.net/bugs/1754202

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 #1754202, 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/1760208/+attachment/5096457/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1754202
   gnome-calendar crashed with SIGSEGV in gtk_image_reset()

** 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-calendar in Ubuntu.
https://bugs.launchpad.net/bugs/1760208

Title:
  gnome-calendar crashed with SIGSEGV in gtk_image_clear()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-calendar/+bug/1760208/+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

2018-03-30 Thread Simos Xenitellis 
** Tags removed: verification-done
** Tags added: verification-done-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/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 1760201] Re: ubuntu 18.04 GDM - missing icons and letters

2018-03-30 Thread Ahmet Aksoy
** Attachment added: "Screenshot 2"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1760201/+attachment/5096435/+files/DSC_0551.JPG

** Description changed:

  Ubuntu 18.04(Updated 30.03.2018)
+ System Language: Turkish
  Please check screenshots

-- 
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/1760201

Title:
  ubuntu 18.04 GDM - missing icons and letters

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

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

[Bug 1760201] [NEW] ubuntu 18.04 GDM - missing icons and letters

2018-03-30 Thread Ahmet Aksoy
Public bug reported:

Ubuntu 18.04(Updated 30.03.2018)
System Language: Turkish
Please check screenshots

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

** Attachment added: "Screenshot 1"
   
https://bugs.launchpad.net/bugs/1760201/+attachment/5096434/+files/DSC_0552.JPG

-- 
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/1760201

Title:
  ubuntu 18.04 GDM - missing icons and letters

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

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

[Bug 1760198] [NEW] Some icons are missing in adwaita icon theme

2018-03-30 Thread Ahmet Aksoy
Public bug reported:

Ubuntu version 18.04 (updated 30.03.2018)
Please check screenshot

** Affects: adwaita-icon-theme (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic

** Attachment added: "Screenshot from 2018-03-30 23-01-51.png"
   
https://bugs.launchpad.net/bugs/1760198/+attachment/5096431/+files/Screenshot%20from%202018-03-30%2023-01-51.png

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

Title:
  Some icons are missing in adwaita icon theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adwaita-icon-theme/+bug/1760198/+subscriptions

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

[Bug 1752299] Re: [RFE] Show snaps in "Recent Releases"

2018-03-30 Thread AsciiWolf
Same issue with applications listed in the categories. Snap packages are
not listed there.

-- 
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/1752299

Title:
  [RFE] Show snaps in "Recent Releases"

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

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

[Bug 1303531] Re: Fix for misplaced tooltips (upper-left corner) - upstream pending patch

2018-03-30 Thread Bug Watch Updater
** Changed in: gtk
   Status: Confirmed => 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/1303531

Title:
  Fix for misplaced tooltips (upper-left corner) - upstream pending
  patch

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

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

[Bug 1661590] Reminder of SRU verification policy change

2018-03-30 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to verify this stable release fix.  We
have noticed that you have used the verification-done tag for marking
the bug as verified and would like to point out that due to a recent
change in SRU bug verification policy fixes now have to be marked with
per-release tags (i.e. verification-done-$RELEASE).  Please remove the
verification-done tag and add one for the release you have tested the
package in.  Thank you!

https://wiki.ubuntu.com/StableReleaseUpdates#Verification

-- 
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 1760184] [NEW] rename command pops up dialog box

2018-03-30 Thread peterzay
Public bug reported:

rename command pops up a dialog box instead of allowing inline editing.

See attached screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.2-0ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-12.13-generic 4.15.7
Uname: Linux 4.15.0-12-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 30 15:02:46 2018
ExecutablePath: /usr/bin/nautilus-desktop
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'890x542+989+135'"
 b'org.gnome.nautilus.icon-view' b'default-zoom-level' b"'standard'"
InstallationDate: Installed on 2018-03-10 (19 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180310)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug bionic third-party-packages

** Attachment added: "rename command pops up a dialog box"
   
https://bugs.launchpad.net/bugs/1760184/+attachment/5096410/+files/Screenshot%20from%202018-03-30%2015-01-17.png

-- 
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/1760184

Title:
  rename command pops up dialog box

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

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

[Bug 1164016] Re: restore type-ahead find

2018-03-30 Thread Henrik Holmboe
Perhaps a legit workaround: https://askubuntu.com/questions/980855/make-
nemo-produce-desktop-icons-gnome-3-26-1-on-ubuntu-17-10

-- 
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/1164016

Title:
  restore type-ahead find

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

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

[Bug 1164016] Re: restore type-ahead find

2018-03-30 Thread teo1978
> Anyway I did, like yesterday, and it got closed
> (can't find it right now [...])

Here:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1754069

-- 
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/1164016

Title:
  restore type-ahead find

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

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

[Bug 1164016] Re: restore type-ahead find

2018-03-30 Thread teo1978
"not so well developed/maintained"? You mean worse than Nautilus??

-- 
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/1164016

Title:
  restore type-ahead find

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

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

[Bug 1760049] Re: [UIFe] Optional (hidden by default) communitheme snap session

2018-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-session - 3.28.0-0ubuntu2

---
gnome-session (3.28.0-0ubuntu2) bionic; urgency=medium

  * Add new communitheme session to the ubuntu session package. This
session only appears if the communitheme snap is installed. (LP: #1760049)
- debian/patches/50_ubuntu_sessions.patch, debian/ubuntu-session.install:
  generate and install session file.
- add Recommends on gtk adwaita and pixbuf theme engine.
- debian/rules: enable communitheme to override the default ubuntu-dock
  stylesheet from the snap.
- debian/rules: workaround for Xorg to pick up communitheme cursor theme
  from the snap.
  * Refresh debian/patches/revert_remove_gnome_session_properties.patch

 -- Didier Roche   Fri, 30 Mar 2018 11:03:17 +0200

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

-- 
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/1760049

Title:
  [UIFe] Optional (hidden by default) communitheme snap session

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

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

[Bug 1741119] Re: Software App crashed while in the background - was installing MATE Desktop via terminal

2018-03-30 Thread Jean-Baptiste Lallement
** Information type changed from Private to Public

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

-- 
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/1741119

Title:
  Software App crashed while in the background - was installing MATE
  Desktop via terminal

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

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

[Bug 1760049] Re: [UIFe] Optional (hidden by default) communitheme snap session

2018-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-settings - 18.04

---
ubuntu-settings (18.04) bionic; urgency=medium

  * Add gsettings override for communitheme session (LP: #1760049)

 -- Didier Roche   Fri, 30 Mar 2018 17:29:10 +0200

** Changed in: ubuntu-settings (Ubuntu)
   Status: New => Fix Released

-- 
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/1760049

Title:
  [UIFe] Optional (hidden by default) communitheme snap session

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

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

[Bug 1547127] Re: Guest account option - feature request

2018-03-30 Thread Mantas Kriaučiūnas
** Also affects: gdm3 (Baltix)
   Importance: Undecided
   Status: New

-- 
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/1547127

Title:
  Guest account option - feature request

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

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

[Bug 1740792] Re: Automatic login still requires user password after suspend/hibernate

2018-03-30 Thread Mantas Kriaučiūnas
** Changed in: gdm3 (Baltix)
   Status: New => Confirmed

** Changed in: gdm3 (Baltix)
   Importance: Undecided => Medium

-- 
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/1740792

Title:
  Automatic login still requires user password after suspend/hibernate

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

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

[Bug 1760005] Re: Dialog 'add custom shortcut dialog' is unusable with keyboard only

2018-03-30 Thread Andrea Azzarone
Merged upstream. Will likely be fixed once gnome 3.28.1 is released.

-- 
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/1760005

Title:
  Dialog 'add custom shortcut dialog' is unusable with keyboard only

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

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

[Bug 1423773] Re: Gnome-Shell don't free ram when I change a wallpaper

2018-03-30 Thread carlix
*** This bug is a duplicate of bug 1672297 ***
https://bugs.launchpad.net/bugs/1672297

** This bug has been marked a duplicate of bug 1672297
   gnome-shell uses lots of memory, and grows over time

-- 
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/1423773

Title:
  Gnome-Shell don't free ram when I change a wallpaper

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

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

[Bug 1547127] Re: Guest account option - feature request

2018-03-30 Thread Mantas Kriaučiūnas
** Tags added: artful bionic

-- 
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/1547127

Title:
  Guest account option - feature request

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

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

[Bug 1760049] Re: [UIFe] Optional (hidden by default) communitheme snap session

2018-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-session/ubuntu

-- 
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/1760049

Title:
  [UIFe] Optional (hidden by default) communitheme snap session

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

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

[Bug 1719462] Re: [Translation] "Left" and "Right" must be translated differently in different contexts

2018-03-30 Thread Gunnar Hjalmarsson
** Changed in: ubuntu-translations
   Status: Triaged => Fix Released

-- 
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/1719462

Title:
  [Translation] "Left" and "Right" must be translated differently in
  different contexts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/1719462/+subscriptions

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

[Bug 1760049] Re: [UIFe] Optional (hidden by default) communitheme snap session

2018-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/+junk/ubuntu-settings

-- 
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/1760049

Title:
  [UIFe] Optional (hidden by default) communitheme snap session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1760049/+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

2018-03-30 Thread Simos Xenitellis 
Hi!

On Ubuntu 16.04 (xenial) I enabled the `xenial-proposed` repository and
upgrade `gnome-software`.

$ apt policy gnome-software
gnome-software:
  Installed: 3.20.5-0ubuntu0.16.04.10
  Candidate: 3.20.5-0ubuntu0.16.04.10
  Version table:
 *** 3.20.5-0ubuntu0.16.04.10 400
400 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
100 /var/lib/dpkg/status
 3.20.5-0ubuntu0.16.04.8 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
 3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages

I launched `gnome-software` and located the `libreoffice` snap package.
I clicked on the Launch button.

WHAT HAPPENED: LibreOffice Base was launched (the wizard for Base to open a 
database).
When I do 'snap info libreoffice', libreoffice.base is the first in the list.

WHAT SHOULD HAPPEN: 
It should launch `libreoffice` instead.


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

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

-- 
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 1760132] [NEW] package systemd-sysv 237-3ubuntu6 failed to install/upgrade: installed systemd-shim package post-removal script subprocess returned error exit status 2

2018-03-30 Thread Sebastian Schlatow
Public bug reported:

Ubuntu Bionic Beaver (development branch) 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: systemd-sysv 237-3ubuntu6
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
Date: Fri Mar 30 11:56:50 2018
ErrorMessage: installed systemd-shim package post-removal script subprocess 
returned error exit status 2
InstallationDate: Installed on 2013-03-31 (1824 days ago)
InstallationMedia: Ubuntu-GNOME 13.04 "Raring Ringtail" - Alpha amd64 (20130328)
Python3Details: /usr/bin/python3.6, Python 3.6.5rc1, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: systemd
Title: package systemd-sysv 237-3ubuntu6 failed to install/upgrade: installed 
systemd-shim package post-removal script subprocess returned error exit status 2
UpgradeStatus: Upgraded to bionic on 2018-03-30 (0 days ago)

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


** Tags: amd64 apport-package bionic

-- 
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/1760132

Title:
  package systemd-sysv 237-3ubuntu6 failed to install/upgrade: installed
  systemd-shim package post-removal script subprocess returned error
  exit status 2

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

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

[Bug 1760106] Re: Enable configuring resume offset via sysfs

2018-03-30 Thread Mario Limonciello
** Also affects: klibc (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  In 4.17 a new attribute is introduced to configure the hibernation
  resume offset. Since Ubuntu enables a swapfile by default this attribute
  is important to be able to make hibernation work "out of the box".
  
  The patch in the kernel is here:
  
https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git/commit/?h=linux-next=355064675f1c997cea017ea64c8f2c216e5425d9
  
  Systemd support for adopting this change is available here:
  https://github.com/systemd/systemd/pull/8406
  As of 3/30/18 it's not yet been merged however.
+ 
+ Klibc support for adopting this change is available here:
+ https://www.zytor.com/pipermail/klibc/2018-March/003986.html

-- 
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/1760106

Title:
  Enable configuring resume offset via sysfs

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

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

Re: [Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-03-30 Thread Martin D. Weinberg
I continue to see this problem on a daily basis, often after a resume
from suspend, I am not running Wayland, and this crashes my
gnome-session half the time, so something there is some confusion/bug
somewhere.  This morning's crash resulted in message from xorg-server so
I let apport file a bug against that package too (#1760123).


On 03/30/2018 06:38 AM, Amr Ibrahim wrote:
> There is a mix of duplicates with and without Wayland. Mine was without
> Wayland.
>

-- 
Martin Weinberg
6 Grass Hill Rd
West Whately, MA
010039

-- 
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/1748450

Title:
  gnome-shell crashed with SIGTRAP in _g_log_abort() from
  g_log_default_handler() from default_log_handler(message="Connection
  to xwayland lost") from g_logv() from g_log() from 

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

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

[Bug 1760115] StacktraceSource.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1760115/+attachment/5096056/+files/StacktraceSource.txt

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

Title:
  gnome-system-monitor crashed with SIGABRT

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

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

[Bug 1760115] Stacktrace.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1760115/+attachment/5096055/+files/Stacktrace.txt

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

Title:
  gnome-system-monitor crashed with SIGABRT

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

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

[Bug 1760115] gnome-system-monitor crashed with SIGABRT

2018-03-30 Thread Apport retracing service
StacktraceTop:
 __gnu_cxx::__verbose_terminate_handler () at 
../../../../src/libstdc++-v3/libsupc++/vterminate.cc:95
 __cxxabiv1::__terminate(void (*)()) () at 
../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:47
 std::terminate () at ../../../../src/libstdc++-v3/libsupc++/eh_terminate.cc:57
 __cxxabiv1::__cxa_throw (obj=obj@entry=0x55de6d05fa30, tinfo=0x55de6c398dd0 
, tinfo@entry=0x7fb91a6ed760 , dest=dest@entry=0x7fb91a4bd060 
) at 
../../../../src/libstdc++-v3/libsupc++/eh_throw.cc:95
 Glib::RegexError::throw_func (gobject=0x55de6d05d010) at regex.cc:318

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

Title:
  gnome-system-monitor crashed with SIGABRT

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

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

[Bug 1760117] [NEW] software-properties-gtk installs canonical-livepatch from edge

2018-03-30 Thread Andrea Azzarone
Public bug reported:

software-properties installs canonical-livepatch from edge. Switch to
stable before release.

** Affects: software-properties (Ubuntu)
 Importance: High
 Assignee: Andrea Azzarone (azzar1)
 Status: In Progress

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

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

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

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

** Package changed: gnome-software (Ubuntu) => software-properties
(Ubuntu)

-- 
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/1760117

Title:
  software-properties-gtk installs canonical-livepatch from edge

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

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

[Bug 1760115] ThreadStacktrace.txt

2018-03-30 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1760115/+attachment/5096057/+files/ThreadStacktrace.txt

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

** Changed in: gnome-system-monitor (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 gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1760115

Title:
  gnome-system-monitor crashed with SIGABRT

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

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

[Bug 1760115] [NEW] gnome-system-monitor crashed with SIGABRT

2018-03-30 Thread nabin
Public bug reported:

Ubuntu 18.04 beta

ProblemType: Crash
DistroRelease: Ubuntu 18.04
Package: gnome-system-monitor 3.28.0-1
Uname: Linux 4.15.12-041512-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME
Date: Fri Mar 30 19:44:31 2018
ExecutablePath: /usr/bin/gnome-system-monitor
ProcCmdline: gnome-system-monitor
Signal: 6
SourcePackage: gnome-system-monitor
StacktraceTop:
 () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6
 Glib::RegexError::throw_func(_GError*) () at 
/usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1
Title: gnome-system-monitor crashed with SIGABRT
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip kvm libvirt lpadmin lxd plugdev sambashare sudo

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


** Tags: amd64 apport-crash bionic need-amd64-retrace third-party-packages

** 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 gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1760115

Title:
  gnome-system-monitor crashed with SIGABRT

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

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

[Bug 1760109] Re: gnome-software crashed with signal 5 in g_main_context_new()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1741119 ***
https://bugs.launchpad.net/bugs/1741119

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 #1741119, 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/1760109/+attachment/5095985/+files/CoreDump.gz

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

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

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

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

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

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

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

** 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-software in Ubuntu.
https://bugs.launchpad.net/bugs/1760109

Title:
  gnome-software crashed with signal 5 in g_main_context_new()

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

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

[Bug 1760114] [NEW] Misleading Error Message when changing uppercase/lowercase on a FAT/NTFS partition.

2018-03-30 Thread darksiderobot
Public bug reported:

If there is a file/folder on a FAT/NTFS partition e.g. with the name
"aBcde", you cannot rename it to "abCde", but you can rename it to
something else and then to "abCde". This bug not only appears when using
the command line, but also when using nautilus.


How to reproduce: Execute these commands on a FAT/NTFS partition:
$ ls
$ mkdir aBcde
$ ls
aBcde
$ mv aBcde abCde
mv: cannot move 'aBcde' to a subdirectory of itself, 'abCde/aBcde'
$ ls
aBcde
$ mv aBcde test
$ mv test abCde
$ ls
abCde

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: nautilus 1:3.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Mar 30 15:32:24 2018
ExecutablePath: /usr/bin/nautilus
InstallationDate: Installed on 2017-07-28 (245 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=de_DE
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: nautilus
UpgradeStatus: Upgraded to artful on 2017-10-19 (161 days ago)

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


** Tags: amd64 apport-bug artful

-- 
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/1760114

Title:
  Misleading Error Message when changing uppercase/lowercase on a
  FAT/NTFS partition.

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

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

[Bug 1649428] Re: Cannot open file from https location (URL)

2018-03-30 Thread Paulo Marcel Coelho Aragão
I'm running Xubuntu 17.10 with gimp 2.8.20 and I still can't open https
URLs with gimp. According to this upstream bug report:

https://bugzilla.gnome.org/show_bug.cgi?id=782319

gimp 2.8 should be able to open https URLs as long as glib-networking is
installed, here I quote that bug report:

> If it is installed while not working, it probably means it is not found at 
> runtime for a reason
> which pertains to how the system is set up.

I have glib-networking 2.54.0-1 installed but I still can't open https
URLs, so there's something wrong with the build and/or packaging.

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

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

Title:
  Cannot open file from https location (URL)

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

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

[Bug 1759758] Re: gsd-locate-pointer crashed with signal 5 in _XEventsQueued()

2018-03-30 Thread DigitalFiz
This has been a recurring problem since 2010? Can we just have someone
look at it a tiny little bit please?

-- 
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/1759758

Title:
  gsd-locate-pointer crashed with signal 5 in _XEventsQueued()

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

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

[Bug 1760106] Re: Enable configuring resume offset via sysfs

2018-03-30 Thread Mario Limonciello
** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1760106

Title:
  Enable configuring resume offset via sysfs

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

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

[Bug 1164016] Re: restore type-ahead find

2018-03-30 Thread Serge
Unfortunately this is really a deal-breaker for me and forces me to drop
Nautilus and experiment with other, perhaps not so well
developed/maintained, GUI file managers. What a pity.

-- 
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/1164016

Title:
  restore type-ahead find

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

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

[Bug 1624644] Re: By default settings unattended-upgrade does not automatically remove packages that become unused in conjunction with updating by other software

2018-03-30 Thread Jarno Suni
Brian, I tested the update-manager version you told. It is true that
update-manager removes the unused packages, but step 3. (unattended-
upgrades) does not remove the unused kernels.

I add failed tag as this bug is originally about unattended-upgrades.

** Tags removed: verification-needed-xenial
** Tags added: verification-failed-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/1624644

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1758247] Re: gnome-control-center is not open ubuntu 18.04

2018-03-30 Thread Andrea Azzarone
*** This bug is a duplicate of bug 1755536 ***
https://bugs.launchpad.net/bugs/1755536

** This bug has been marked a duplicate of bug 1755536
gnome-control-center is not open ubuntu 18.04

-- 
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/1758247

Title:
  gnome-control-center is not open ubuntu 18.04

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

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

[Bug 1624644] Re: By default settings unattended-upgrade does not automatically remove packages that become unused in conjunction with updating by other software

2018-03-30 Thread Jarno Suni
Testing is painfully slow because connection to e.g.
archive.canonical.com is very slow.

Downgrading in step 2 does not work without --allow-downgrades

-- 
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/1624644

Title:
  By default settings unattended-upgrade does not automatically remove
  packages that become unused in conjunction with updating by other
  software

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

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

[Bug 1760005] Re: Dialog 'add custom shortcut dialog' is unusable with keyboard only

2018-03-30 Thread Andrea Azzarone
Fix proposed upstream: https://gitlab.gnome.org/GNOME/gnome-control-
center/merge_requests/20

-- 
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/1760005

Title:
  Dialog 'add custom shortcut dialog' is unusable with keyboard only

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

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

[Bug 1760088] [NEW] Can't click Apply using display panel, with 2 screen

2018-03-30 Thread Jean-Francois Bourdeau
Public bug reported:

Just reinstalled my Main production PC on 18.04 ( I like to live
dangerously)… Though that if it was my production computer, I would be
more useful to you ( reporting bugs)

If I use the display tool to change resolution with 2 screen :

if I change the 1st screen display, I can’t hit Apply
I need to click the 2nd display to click apply…

Most people will normally change the resolutation to be the same on both
display, but in case some people want different screen resolution, it
could be normal ( if simple to code) that if we change one of the
display resolution only, that we don’t have to click the 2nd display to
CLICK APPLY

I don’t care if fixed or not but reporting it… As I want to make your
project better that Winwos and Mac OS LOL

JF
18.04 is a lot faster on my i7 computer, 8 gig with SSD hard drive…

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-control-center 1:3.28.0-0ubuntu6
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Fri Mar 30 08:23:26 2018
InstallationDate: Installed on 2018-03-29 (0 days ago)
InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Alpha amd64 
(20180324)
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

-- 
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/1760088

Title:
  Can't click Apply using display panel, with 2 screen

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

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

[Bug 1760081] Re: gnome-shell crashed with signal 5 in g_log_default_handler()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1748450 ***
https://bugs.launchpad.net/bugs/1748450

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 #1748450, 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/1760081/+attachment/5095839/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1748450
   gnome-shell crashed with SIGTRAP in _g_log_abort() from 
g_log_default_handler() from default_log_handler(message="Connection to 
xwayland lost") from g_logv() from g_log() from 

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1760081

Title:
  gnome-shell crashed with signal 5 in g_log_default_handler()

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

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

[Bug 1760062] Re: gnome-shell crashed with SIGSEGV

2018-03-30 Thread Jean-Baptiste Lallement
** 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 gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1760062

Title:
  gnome-shell crashed with SIGSEGV

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

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

[Bug 1760039] Re: Theme lookup should respect XDG_DATA_DIRS

2018-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-shell - 3.28.0-0ubuntu2

---
gnome-shell (3.28.0-0ubuntu2) bionic; urgency=medium

  * debian/patches/ubuntu_theme_lookup_xdg.patch:
- theme lookup should respect XDG_DATA_DIRS (LP: #1760039)

 -- Didier Roche   Fri, 30 Mar 2018 10:21:27 +0200

** Changed in: gnome-shell (Ubuntu)
   Status: New => Fix Released

-- 
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/1760039

Title:
  Theme lookup should respect XDG_DATA_DIRS

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

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

[Bug 1758677] Re: Vanilla Gnome-Session & Ubuntu-Session Lengthy Time to Logout

2018-03-30 Thread Stephen Allen
Thanks. Thursday's March 29/18 updates seemed to have fixed it! Thank-
you.

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

-- 
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/1758677

Title:
  Vanilla Gnome-Session & Ubuntu-Session Lengthy Time to Logout

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

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

[Bug 1760005] Re: Dialog 'add custom shortcut dialog' is unusable with keyboard only

2018-03-30 Thread Andrea Azzarone
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => In Progress

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (azzar1)

-- 
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/1760005

Title:
  Dialog 'add custom shortcut dialog' is unusable with keyboard only

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

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

[Bug 1760005] Re: Dialog 'add custom shortcut dialog' is unusable with keyboard only

2018-03-30 Thread Andrea Azzarone
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Low

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

-- 
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/1760005

Title:
  Dialog 'add custom shortcut dialog' is unusable with keyboard only

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

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

[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-03-30 Thread Amr Ibrahim
There is a mix of duplicates with and without Wayland. Mine was without
Wayland.

-- 
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/1748450

Title:
  gnome-shell crashed with SIGTRAP in _g_log_abort() from
  g_log_default_handler() from default_log_handler(message="Connection
  to xwayland lost") from g_logv() from g_log() from 

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

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

[Bug 1748450] Re: gnome-shell crashed with SIGTRAP in _g_log_abort() from g_log_default_handler() from default_log_handler(message="Connection to xwayland lost") from g_logv() from g_log() from

2018-03-30 Thread Jean-Baptiste Lallement
I'm readding rls-bb-incoming. Something looks wrong here, 1. due to the
comment of Amr Ibrahim saying he was not using wayland 2. Wayland is not
the default on 18.04 3. Several reports are not tagged with wayland-
session, so these users were unliky running wayland.

** Tags added: rls-bb-incoming

-- 
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/1748450

Title:
  gnome-shell crashed with SIGTRAP in _g_log_abort() from
  g_log_default_handler() from default_log_handler(message="Connection
  to xwayland lost") from g_logv() from g_log() from 

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

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

[Bug 1760056] Re: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

2018-03-30 Thread Jani Uusitalo
*** This bug is a duplicate of bug 1724439 ***
https://bugs.launchpad.net/bugs/1724439

** Description changed:

  Had been AFK for a couple of hours with the display turned off, came
  back and turned it on when this occurred.
  
- I've redirected Gnome shell related log etries away from my syslog so
+ I've redirected Gnome Shell related log entries away from my syslog so
  I'm attaching the separate log here.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: gnome-shell 3.28.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Mar 30 12:02:25 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2016-10-13 (532 days ago)
  InstallationMedia: Ubuntu-Server 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcCmdline: /usr/bin/gnome-shell
  ProcEnviron:
-  PATH=(custom, user)
-  XDG_RUNTIME_DIR=
-  LANG=fi_FI.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  XDG_RUNTIME_DIR=
+  LANG=fi_FI.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x7ff6e1385c24 :mov
0x18(%rax),%eax
-  PC (0x7ff6e1385c24) ok
-  source "0x18(%rax)" (0x0018) not located in a known VMA region (needed 
readable region)!
-  destination "%eax" ok
+  Segfault happened at: 0x7ff6e1385c24 :mov
0x18(%rax),%eax
+  PC (0x7ff6e1385c24) ok
+  source "0x18(%rax)" (0x0018) not located in a known VMA region (needed 
readable region)!
+  destination "%eax" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-shell
  StacktraceTop:
-  meta_window_get_monitor () at /usr/lib/x86_64-linux-gnu/libmutter-2.so.0
-  ffi_call_unix64 () at /usr/lib/x86_64-linux-gnu/libffi.so.6
-  ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
-  () at /usr/lib/libgjs.so.0
-  () at /usr/lib/libgjs.so.0
+  meta_window_get_monitor () at /usr/lib/x86_64-linux-gnu/libmutter-2.so.0
+  ffi_call_unix64 () at /usr/lib/x86_64-linux-gnu/libffi.so.6
+  ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
+  () at /usr/lib/libgjs.so.0
+  () at /usr/lib/libgjs.so.0
  Title: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom debian-transmission dip lp lpadmin lxd plugdev 
sambashare ssh sudo vboxusers

-- 
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/1760056

Title:
  gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

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

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

[Bug 1760061] Re: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1724439 ***
https://bugs.launchpad.net/bugs/1724439

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 #1724439, 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/1760061/+attachment/5095731/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1724439
   gnome-shell crashed with SIGSEGV in meta_window_get_monitor() from 
ffi_call_unix64() from ffi_call() from gjs_invoke_c_function() from 
function_call()

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1760061

Title:
  gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

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

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

[Bug 1760056] Re: gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

2018-03-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1724439 ***
https://bugs.launchpad.net/bugs/1724439

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 #1724439, 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/1760056/+attachment/5095710/+files/CoreDump.gz

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 1724439
   gnome-shell crashed with SIGSEGV in meta_window_get_monitor() from 
ffi_call_unix64() from ffi_call() from gjs_invoke_c_function() from 
function_call()

** 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-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1760056

Title:
  gnome-shell crashed with SIGSEGV in meta_window_get_monitor()

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

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

[Bug 1760049] [NEW] [UIFe] Optional (hidden by default) communitheme snap session

2018-03-30 Thread Didier Roche
Public bug reported:

This session isn't displayed and available in GDM by default.

If the communitheme snap is installed, 2 new session options appears,
selecting the corresponding theme (for GNOME Shell, sound, GTK2&3,
cursor). All session/theme assets will be in the snap. We only expose
here default gsettings settings, session files and extension override.

There are 2 new strings for GDM:
* Ubuntu with communitheme snap
* Ubuntu with communitheme snap on Wayland


This is to give the community a chance to get an easy glimpse of our next 
default theme, backed by the community.
This doesn't impact any default UI has nothing will appear before you install 
the snap.

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

** Affects: ubuntu-settings (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: ubuntu-settings (Ubuntu)
   Importance: Undecided
   Status: New

-- 
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/1760049

Title:
  [UIFe] Optional (hidden by default) communitheme snap session

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

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

[Bug 1586398] Re: gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

2018-03-30 Thread Bug Watch Updater
** Changed in: gnome-terminal
   Status: Unknown => Confirmed

** Changed in: gnome-terminal
   Importance: Unknown => Wishlist

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

Title:
  gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

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

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

[Bug 1586398] Re: gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

2018-03-30 Thread Whoopie
I'd also like to get the "--save-config" option back to gnome-terminal.

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

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

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

Title:
  gnome-terminal-2.22.2-1.fc9.i386 doesnt support save-config

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

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

[Bug 1724977] Re: two mouse cursors visible at the same time on rotated screen

2018-03-30 Thread Frédéric Grosshans
** Also affects: wayland (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1513160
   Importance: Unknown
   Status: Unknown

-- 
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/1724977

Title:
  two mouse cursors visible at the same time on rotated screen

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

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

[Bug 1760039] Re: Theme lookup should respect XDG_DATA_DIRS

2018-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-shell/ubuntu

-- 
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/1760039

Title:
  Theme lookup should respect XDG_DATA_DIRS

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

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

[Bug 203004] Re: Crash recovery should attempt to recover filled in form elements

2018-03-30 Thread Bug Watch Updater
** Changed in: epiphany-browser
   Status: Incomplete => Expired

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

Title:
  Crash recovery should attempt to recover filled in form elements

To manage notifications about this bug go to:
https://bugs.launchpad.net/epiphany-browser/+bug/203004/+subscriptions

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

[Bug 1719408] Re: Application window outside of its frame in spread mode

2018-03-30 Thread Bug Watch Updater
** Changed in: gnome-shell
   Status: Unknown => In Progress

** Changed in: gnome-shell
   Importance: Unknown => Medium

-- 
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/1719408

Title:
  Application window outside of its frame in spread mode

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

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

[Bug 1747566] Re: syslog fills with messages: Object ..., has been already finalized. Impossible to get any property from it. ... (stack trace in tweener.js)

2018-03-30 Thread Daniel van Vugt
Upstreams:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1
https://gitlab.gnome.org/GNOME/gnome-shell/issues/27

-- 
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/1747566

Title:
  syslog fills with messages: Object ..., has been already finalized.
  Impossible to get any property from it. ... (stack trace in
  tweener.js)

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

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

[Bug 1719408] Re: Application window outside of its frame in spread mode

2018-03-30 Thread Daniel van Vugt
Upstream (duplicates):
https://gitlab.gnome.org/GNOME/gnome-shell/issues/3
https://gitlab.gnome.org/GNOME/gnome-shell/issues/143
https://bugzilla.gnome.org/show_bug.cgi?id=792681

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

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

** Description changed:

  Upstream:
+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/3
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/143
  
  Test Case:
  1. On a workspace with no window, toggle spread mode (super key)
  2. Open a terminal with its keybinding: CTRL+ALT+T
  
  Expected result
  The terminal opens in the center of the screen with a frame around it
  
  Actual result
  The frame is displayed in the center of the screen but the application window 
is outside of the frame (cf screenshot)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libwayland-bin 1.14.0-1
  ProcVersionSignature: Ubuntu 4.13.0-11.12-generic 4.13.1
  Uname: Linux 4.13.0-11-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 25 15:00:29 2017
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.8, 4.13.0-11-generic, x86_64: installed
   virtualbox, 5.1.28, 4.13.0-11-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
     Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics 
Controller [1043:1507]
  InstallationDate: Installed on 2013-09-03 (1482 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  MachineType: ASUSTeK COMPUTER INC. UX32VD
  ProcEnviron:
   TERM=screen-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-11-generic.efi.signed 
root=UUID=1004226d-a9db-46c7-bd28-eca0806c12f2 ro pcie_aspm=force 
drm.vblankoffdelay=1 i915.semaphores=1 init=/lib/systemd/systemd-bootchart
  SourcePackage: wayland
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32VD.214
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32VD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: UX
  dmi.product.name: UX32VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.82-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.1-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

** Description changed:

  Upstream:
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/3
  https://gitlab.gnome.org/GNOME/gnome-shell/issues/143
+ https://bugzilla.gnome.org/show_bug.cgi?id=792681
  
  Test Case:
  1. On a workspace with no window, toggle spread mode (super key)
  2. Open a terminal with its keybinding: CTRL+ALT+T
  
  Expected result
  The terminal opens in the center of the screen with a frame around it
  
  Actual result
  The frame is displayed in the center of the screen but the application window 
is outside of the frame (cf screenshot)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libwayland-bin 1.14.0-1
  ProcVersionSignature: Ubuntu 4.13.0-11.12-generic 4.13.1
  Uname: Linux 4.13.0-11-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 25 15:00:29 2017
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 

[Bug 1747566] Re: syslog fills with messages: Object ..., has been already finalized. Impossible to get any property from it. ... (stack trace in tweener.js)

2018-03-30 Thread Daniel van Vugt
Also tracking upstream:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/27

** Description changed:

+ Upstream:
+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/27
+ 
+ ---
+ 
  I'm running Ubuntu Bionic. After latest dist-upgrade today I'm not
  getting a lot of stacktraces in my syslog:
  
  Feb  5 16:14:04 fog gnome-shell[5676]: Object Clutter.Actor (0x55c40613dde0), 
has been already finalized. Impossible to get any property from it.
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: == Stack trace for context 
0x55c40593a000 ==
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #0 0x7fff5f700870 b   
resource:///org/gnome/shell/ui/tweener.js:73 (0x7f38c40ddef0 @ 9)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #1 0x7fff5f700910 b   
resource:///org/gnome/shell/ui/tweener.js:105 (0x7f38c40df230 @ 36)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #2 0x7fff5f7009b0 b   
resource:///org/gnome/shell/ui/tweener.js:92 (0x7f38c40df098 @ 52)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #3 0x7fff5f700a20 I   
resource:///org/gnome/gjs/modules/tweener/tweener.js:203 (0x7f38c40e9cd0 @ 54)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #4 0x7fff5f700b70 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:332 (0x7f38c40e9d58 @ 1626)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #5 0x7fff5f700c20 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:345 (0x7f38c40e9de0 @ 100)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #6 0x7fff5f700cb0 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:360 (0x7f38c40e9e68 @ 10)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #7 0x7fff5f700da0 b   
resource:///org/gnome/gjs/modules/signals.js:126 (0x7f38c40e2b38 @ 386)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #8 0x7fff5f700e50 b   
resource:///org/gnome/shell/ui/tweener.js:208 (0x7f38c40df808 @ 159)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #9 0x7fff5f700eb0 I   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f38c40c2bc0 @ 71)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #10 0x7fff5f700eb0 I   
resource:///org/gnome/shell/ui/tweener.js:183 (0x7f38c40df780 @ 20)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #11 0x7fff5f700f50 I   
self-hosted:917 (0x7f38c40ee5e8 @ 394)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: == Stack trace for context 
0x55c40593a000 ==
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #0 0x7fff5f700870 b   
resource:///org/gnome/shell/ui/tweener.js:80 (0x7f38c40ddef0 @ 82)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #1 0x7fff5f700910 b   
resource:///org/gnome/shell/ui/tweener.js:105 (0x7f38c40df230 @ 36)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #2 0x7fff5f7009b0 b   
resource:///org/gnome/shell/ui/tweener.js:92 (0x7f38c40df098 @ 52)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #3 0x7fff5f700a20 I   
resource:///org/gnome/gjs/modules/tweener/tweener.js:203 (0x7f38c40e9cd0 @ 54)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #4 0x7fff5f700b70 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:332 (0x7f38c40e9d58 @ 1626)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #5 0x7fff5f700c20 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:345 (0x7f38c40e9de0 @ 100)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #6 0x7fff5f700cb0 b   
resource:///org/gnome/gjs/modules/tweener/tweener.js:360 (0x7f38c40e9e68 @ 10)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #7 0x7fff5f700da0 b   
resource:///org/gnome/gjs/modules/signals.js:126 (0x7f38c40e2b38 @ 386)
  Feb  5 16:14:04 fog gnome-shell[5676]: Object Clutter.Actor (0x55c40613dde0), 
has been already finalized. Impossible to set any property to it.
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #8 0x7fff5f700e50 b   
resource:///org/gnome/shell/ui/tweener.js:208 (0x7f38c40df808 @ 159)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #9 0x7fff5f700eb0 I   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7f38c40c2bc0 @ 71)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #10 0x7fff5f700eb0 I   
resource:///org/gnome/shell/ui/tweener.js:183 (0x7f38c40df780 @ 20)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #11 0x7fff5f700f50 I   
self-hosted:917 (0x7f38c40ee5e8 @ 394)
  Feb  5 16:14:04 fog gnome-shell[5676]: Object St.BoxLayout (0x55c407f24860), 
has been already finalized. Impossible to get any property from it.
  Feb  5 16:14:04 fog gnome-shell[5676]: Object St.BoxLayout (0x55c407f24860), 
has been already finalized. Impossible to set any property to it.
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: == Stack trace for context 
0x55c40593a000 ==
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #0 0x7fff5f6ff970 b   
resource:///org/gnome/shell/ui/tweener.js:73 (0x7f38c40ddef0 @ 9)
  Feb  5 16:14:04 fog org.gnome.Shell.desktop[5676]: #1 0x7fff5f6ffa10 b   
resource:///org/gnome/shell/ui/tweener.js:105 (0x7f38c40df230 @ 36)
  Feb  5 16:14:04 fog 

[Bug 1760039] Re: Theme lookup should respect XDG_DATA_DIRS

2018-03-30 Thread Didier Roche
** Description changed:

- mods, extensions and others lookup into each dirs specificied in
- XDG_DATA_DIRS. However, this isn't the case for a theme (which can be
- referened by a mode in a different XDG_DATA_DIR!)
+ mods, extensions and others GNOME Shell assets lookup into each dir,
+ relative to XDG_DATA_DIRS. However, this isn't the case for themes
+ (which can be referened by a mod in a different XDG_DATA_DIR), harcoding
+ the global.datadir.
  
- Have the theme finding pattern follow the same logic than others.
+ The fix is to have the theme finding pattern following the same logic
+ than others.

-- 
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/1760039

Title:
  Theme lookup should respect XDG_DATA_DIRS

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

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

[Bug 1760039] [NEW] Theme lookup should respect XDG_DATA_DIRS

2018-03-30 Thread Didier Roche
Public bug reported:

mods, extensions and others GNOME Shell assets lookup into each dir,
relative to XDG_DATA_DIRS. However, this isn't the case for themes
(which can be referened by a mod in a different XDG_DATA_DIR), harcoding
the global.datadir.

The fix is to have the theme finding pattern following the same logic
than others.

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

-- 
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/1760039

Title:
  Theme lookup should respect XDG_DATA_DIRS

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

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

[Bug 1750197] Re: App drawer animation causes heavy CPU spikes in Wayland & Xorg

2018-03-30 Thread Daniel van Vugt
Upstream bug:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/55

** Description changed:

+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/55
+ 
  Ubuntu Release: 17.10 and 18.04
  gnome-shell version: 3.26.2
  System Theme: CommuniTheme Beta
  
  Upon navigating through various areas of the system, GUI animations are
  very stuttery. This heavily affects the CPU usage of my device. For
  instance, opening the shell app drawer displays a very janky animation,
  and my CPU will spike to nearly 85% for each open/close. This happens
  regardless of using XOrg or Wayland; however Wayland appears to have an
  overall lower impact on resource usage. The CPU in this laptop isn't the
  greatest (being a 2014 Celeron), but this is noticeably more sluggish
  compared to previous releases like 16.04 and 16.10.
  
  This same issue is still existent, but somewhat less noticeable on my
  other i5-6400 (GTX 1050) machine. Also, emulating this release in a VM
  with 2 CPUS and 4096MB of RAM renders it unresponsive for 3-5 seconds
  after opening/closing the app drawer.
  
  Please do not hesitate to follow up with requests for more info, as I
  will be happy to help.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: gnome-shell 3.26.2-0ubuntu0.1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: ubuntu-communitheme:ubuntu:GNOME
  Date: Sat Feb 17 19:13:00 2018
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  InstallationDate: Installed on 2018-02-17 (0 days ago)
  InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-shell
  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 gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/1750197

Title:
  App drawer animation causes heavy CPU spikes in Wayland & Xorg

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

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

[Bug 1719408] Re: Application window outside of its frame in spread mode

2018-03-30 Thread Daniel van Vugt
Upstream bug:
https://gitlab.gnome.org/GNOME/gnome-shell/issues/143

** Description changed:

+ Upstream:
+ https://gitlab.gnome.org/GNOME/gnome-shell/issues/143
+ 
  Test Case:
  1. On a workspace with no window, toggle spread mode (super key)
  2. Open a terminal with its keybinding: CTRL+ALT+T
  
  Expected result
  The terminal opens in the center of the screen with a frame around it
  
  Actual result
  The frame is displayed in the center of the screen but the application window 
is outside of the frame (cf screenshot)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: libwayland-bin 1.14.0-1
  ProcVersionSignature: Ubuntu 4.13.0-11.12-generic 4.13.1
  Uname: Linux 4.13.0-11-generic x86_64
  ApportVersion: 2.20.7-0ubuntu1
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 25 15:00:29 2017
  DistUpgraded: Fresh install
  DistroCodename: artful
  DistroVariant: ubuntu
  DkmsStatus:
-  bbswitch, 0.8, 4.13.0-11-generic, x86_64: installed
-  virtualbox, 5.1.28, 4.13.0-11-generic, x86_64: installed
+  bbswitch, 0.8, 4.13.0-11-generic, x86_64: installed
+  virtualbox, 5.1.28, 4.13.0-11-generic, x86_64: installed
  GraphicsCard:
-  Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics 
Controller [1043:1507]
+  Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] 
(rev 09) (prog-if 00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics 
Controller [1043:1507]
  InstallationDate: Installed on 2013-09-03 (1482 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130902)
  MachineType: ASUSTeK COMPUTER INC. UX32VD
  ProcEnviron:
-  TERM=screen-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=fr_FR.UTF-8
-  SHELL=/bin/bash
+  TERM=screen-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=fr_FR.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-11-generic.efi.signed 
root=UUID=1004226d-a9db-46c7-bd28-eca0806c12f2 ro pcie_aspm=force 
drm.vblankoffdelay=1 i915.semaphores=1 init=/lib/systemd/systemd-bootchart
  SourcePackage: wayland
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/29/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX32VD.214
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX32VD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX32VD.214:bd01/29/2013:svnASUSTeKCOMPUTERINC.:pnUX32VD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX32VD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: UX
  dmi.product.name: UX32VD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.82-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.1-0ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu6
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.9.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

-- 
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/1719408

Title:
  Application window outside of its frame in spread mode

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

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

[Bug 1727421] Re: Desktop focus border radius not matching overview panel border radius

2018-03-30 Thread Daniel van Vugt
I think you're asking for two things here:

(1) A thinner border (which I disagree with - it should stay thick and
highly visible like the window borders and panel underlines); and

(2) Adding rounded corners.

Can we make this bug about just #2?

** Changed in: gnome-shell (Ubuntu)
   Importance: Low => Wishlist

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

-- 
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/1727421

Title:
  Desktop focus border radius not matching overview panel border radius

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

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

[Bug 1723554] Re: Highlight border flickers in Overview when you hover mouse away from & over window

2018-03-30 Thread Daniel van Vugt
I think this is fixed in Gnome 3.28 (Ubuntu 18.04). Can anyone else
confirm?

** Changed in: gnome-shell (Ubuntu)
   Status: Triaged => Incomplete

-- 
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/1723554

Title:
  Highlight border flickers in Overview when you hover mouse away from &
  over window

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

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

[Bug 1724977] Re: two mouse cursors visible at the same time on rotated screen

2018-03-30 Thread Daniel van Vugt
Fix landed upstream ready for mutter release 3.28.1:
https://gitlab.gnome.org/GNOME/mutter/commit/8696a794

The upstream bug is now:
https://gitlab.gnome.org/GNOME/mutter/issues/85

** Changed in: mutter (Ubuntu)
   Status: Confirmed => Triaged

-- 
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/1724977

Title:
  two mouse cursors visible at the same time on rotated screen

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

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