[Bug 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-15 Thread Monsta
Thank you guys!
Hope someone from Debian maintainers will take care of it as well...

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-02 Thread Monsta
** Attachment added: "debdiff with the fix for Precise"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1540811/+attachment/4561946/+files/gtk2-gdk-precise-debdiff

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-02 Thread Monsta
** Attachment added: "debdiff with the fix for Wily"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1540811/+attachment/4561948/+files/gtk2-gdk-wily-debdiff

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-02 Thread Monsta
** Attachment added: "debdiff with the fix for Trusty"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1540811/+attachment/4561947/+files/gtk2-gdk-trusty-debdiff

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1540811] Re: [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-02 Thread Monsta
** Attachment added: "debdiff with the fix for Xenial"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1540811/+attachment/4561950/+files/gtk2-gdk-xenial-debdiff

** Bug watch added: Debian Bug tracker #799275
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799275

** Also affects: gtk+2.0 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799275
   Importance: Unknown
   Status: Unknown

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1540811] [NEW] [GDK] patch - avoid integer overflow when allocating a large block of memory

2016-02-02 Thread Monsta
Public bug reported:

[Impact]

Due to a logic error, an attempt to allocate a large block of memory
fails in gdk_cairo_set_source_pixbuf, leading to a crash of the app that
called it, for example, eom [1].

This issue had been fixed [2] in GTK+3, but GTK+2 apps that use the
mentioned function still crash when trying to allocate a lot of memory.
An example of such app is eom (Eye of MATE), an image viewer, which
crashes when trying to load a large image.

I propose fixing it in current Ubuntu releases with the patch which fixes the 
crash.
The debdiffs are in the attachments in the comments below.

[Test Case]

Steps to reproduce:

1. Have a 64-bit installation of Ubuntu.
2. Install eom if it isn't installed.
3. Download the archive from the attachment of this post and unpack it. 
(Firefox doesn't allow me to upload image as is - tries to make thumbnail of it 
right in the file open dialog, then crashes.)
4. Open the unpacked image (27000_27000_1437947845.png) in eom.
5. eom crashes. The full backtrace is at [3].

You'll also see an error message: "failed to allocate
18446744072330584320 bytes". This huge number appears due to overflow
during multiplication of two 32-bit signed integers. In the patch, this
error is avoided by using a different memory allocation function.

[Regression Potential]

After several months of testing the patch in Debian Jessie, Debian
Testing and Ubuntu 14.04, I haven't noticed any regressions.


[1] https://github.com/mate-desktop/eom/issues/93
[2] 
https://git.gnome.org/browse/gtk+/commit?id=894b1ae76a32720f4bb3d39cf460402e3ce331d6
[3] https://github.com/mate-desktop/eom/issues/93#issuecomment-141035799

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

** Affects: gtk+2.0 (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: precise trusty wily xenial

** Attachment added: "large image for reproducing the issue"
   https://bugs.launchpad.net/bugs/1540811/+attachment/4561945/+files/image.tar

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

Title:
  [GDK] patch - avoid integer overflow when allocating a large block of
  memory

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

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


[Bug 1525170] Re: caja crashed with signal 7

2016-01-31 Thread Monsta
** Package changed: caja (Ubuntu) => gvfs (Ubuntu)

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

Title:
  caja crashed with signal 7

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-10-21 Thread Monsta
Ok, all good now :)

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-10-19 Thread Monsta
Thanks, restoring from trash works now. Not sure why the linked Debian
bug isn't closed yet... the fix made it into Unstable before Wily
anyway.

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-10-06 Thread Monsta
** No longer affects: glib2.0 (Debian)

** Also affects: glib2.0 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800941
   Importance: Unknown
   Status: Unknown

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-10-05 Thread Monsta
** Bug watch added: Debian Bug tracker #800941
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800941

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-10-05 Thread Monsta
** Bug watch added: Debian Bug tracker #800941
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800941

** Also affects: glib2.0 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800941
   Importance: Unknown
   Status: Unknown

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1493587] Re: Trash does not restore files

2015-10-05 Thread Monsta
*** This bug is a duplicate of bug 1495943 ***
https://bugs.launchpad.net/bugs/1495943

** This bug is no longer a duplicate of bug 1492324
   Trash in nautilus could not restore test folder
** This bug has been marked a duplicate of bug 1495943
   gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

Title:
  Trash does not restore files

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

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


[Bug 1492324] Re: Trash in nautilus could not restore test folder

2015-10-05 Thread Monsta
*** This bug is a duplicate of bug 1495943 ***
https://bugs.launchpad.net/bugs/1495943

** This bug has been marked a duplicate of bug 1495943
   gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

Title:
  Trash in nautilus could not restore test folder

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-09-23 Thread Monsta
Thanks! :)

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-09-17 Thread Monsta
I've found out that for some reason these "trash::" attributes magically appear 
if I log out and then log in back (or simply reboot).
How come...?

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1493587] Re: Trash does not restore files

2015-09-15 Thread Monsta
*** This bug is a duplicate of bug 1492324 ***
https://bugs.launchpad.net/bugs/1492324

** This bug has been marked a duplicate of bug 1492324
   Trash in nautilus could not restore test folder

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

Title:
  Trash does not restore files

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

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


[Bug 1495943] [NEW] gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-09-15 Thread Monsta
Public bug reported:

[System]

Ubuntu MATE 15.10, fully updated.

[Steps to reproduce]

1. Create an empty file: touch ~/test
2. Move it to trash: gvfs-trash ~/test
3. Launch some file manager, browse Trash folder and try to restore the file. 
I've tested it with the following file managers: Caja, Nemo, Nautilus and 
Thunar.

[Expected result]

The file should be restored to its original location.

[What happens instead]

The file manager complains that it can't determine the original location
of the file, and so doesn't restore it.

[Details]

When moving file to Trash, gvfs-trash does not add trash::orig-path and
trash::deletion-date attributes to it. Without that the file manager
can't determine the original location of the file, and hence can't
restore it.

You can check the file attributes by printing the moved file's info:
gvfs-info trash:///test

[Regression description]

Restoring the files has been working fine in Ubuntu 14.04 and 15.04.
This bug appeared only in 15.10, so it's a regression.

You can see the gvfs-info output from 15.04 and 15.10 in the attachments
below.

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


** Tags: trash wily

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-09-15 Thread Monsta
** Attachment added: "gvfs-info log from 15.04 (good)"
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1495943/+attachment/4465029/+files/trash-15.04.log

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1495943] Re: gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

2015-09-15 Thread Monsta
** Attachment added: "gvfs-info log from 15.10 (bad)"
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1495943/+attachment/4465030/+files/trash-15.10.log

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

Title:
  gvfs-trash doesn't add "trash::" attrs to file which is moved to Trash

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-09-13 Thread Monsta
Looks good in Trusty. Since Precise has the fix in -proposed already as
well, tagging it as verification-done.

** 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 gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1351890

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-09-04 Thread Monsta
Guys, please do something for Trusty...

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-08-26 Thread Monsta
Won't happen, Utopic is EOL since 23 July 2015

https://lists.ubuntu.com/archives/ubuntu-announce/2015-July/000197.html

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-08-25 Thread Monsta
The fix for Trusty is still in that queue - did something wrong
happened?

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-08-03 Thread Monsta
Looks good in Precise, waiting for Trusty package so I could tag it as
verification-done.

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 437139] Re: metacity assert failure: metacity:ERROR:core/boxes.c:1161:meta_rectangle_edge_aligns: code should not be reached

2015-08-01 Thread Monsta
** Bug watch added: Debian Bug tracker #510833
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510833

** Also affects: metacity (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510833
   Importance: Unknown
   Status: Unknown

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

Title:
  metacity assert failure:
  metacity:ERROR:core/boxes.c:1161:meta_rectangle_edge_aligns: code
  should not be reached

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-07-23 Thread Monsta
Any progress on reviewing the debdiffs?

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 437905] Re: System Administration Services (services-admin) missing

2015-07-06 Thread Monsta
** Tags removed: lucid
** Tags added: trusty utopic vivid wily

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

Title:
  System  Administration Services (services-admin) missing

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-27 Thread Monsta
** Tags removed: wily

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-26 Thread Monsta
Hi Martin,

This patch does not require changes in other applications. You can leave
all GTK+2 terminal apps as is - they will still work as they should even
with their corresponding alt.scroll patches enabled. This patch only
enables alt.scroll in the temrinal apps that haven't been patched yet,
that's all.

Actually, the only GTK+2 terminal app that is patched is xfce4-terminal.
Other apps like mate-terminal, roxterm-gtk2, lxterminal are not patched.

Is there something else needed for SRU here? Let me know, I'll make
corrections.

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-26 Thread Monsta
Ok good, proposed packages work perfectly in all four releases.

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-24 Thread Monsta
I didn't. Every time I see that field auto-changes on rebuild, I take care to 
remove any debian/control changes from the debdiff.
Please recheck and make sure you didn't confuse these patches with someone 
else's ones.

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-06-10 Thread Monsta
Thanks!

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-08 Thread Monsta
** Tags added: wily

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-05 Thread Monsta
[Impact]

The current alternate scroll patch is flawed because the terminal apps
using GTK+2 version of VTE library should also be patched in order for
the alternate scroll to work. This means that mate-terminal, roxterm-
gtk2, lxterminal (and other terminal apps that aren't patched in all
Ubuntu releases) don't have the alternate scroll enabled.

The proposed new patch that's contained in the debdiffs makes alternate
scroll work always, so no patching will be required for any terminal
apps.

So, the old patch should be replaced with the new one in all current
stable releases of Ubuntu.

[Test Case]

Steps to reproduce:
1. Run mate-terminal or any other non-patched terminal app using GTK+2 version 
of VTE library.
2. Run man apt-get (any other manpage will work too of course).
3. See that scrolling with mouse wheel doesn't work on the manpage.

[Regression Potential]

After almost a year of testing the patch in various stable releases of Ubuntu, 
I found no regressions.
I consider the regression risk to be very low here.

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-04 Thread Monsta
** Tags added: precise

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-04 Thread Monsta
Hmm, not sure why Ubuntu Sponsors Team wasn't auto-subscribed after my
debdiffs. Ok, fixed that manually.

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-04 Thread Monsta
** Attachment added: debdiff with the fix for Precise
   
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1340687/+attachment/4409838/+files/vte-precise-debdiff

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-04 Thread Monsta
** Attachment added: debdiff with the fix for Trusty
   
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1340687/+attachment/4409839/+files/vte-trusty-debdiff

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-04 Thread Monsta
** Attachment added: debdiff with the fix for Utopic
   
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1340687/+attachment/4409840/+files/vte-utopic-debdiff

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-06-04 Thread Monsta
** Attachment added: debdiff with the fix for Vivid
   
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1340687/+attachment/4409841/+files/vte-vivid-debdiff

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-03 Thread Monsta
[Impact]

Due to a bug in GTK+2, mate-display-properties crashes when the screen
resolution is changed *outside* of it (e.g. by changing the resolution
not via that app, but somewhere else).

The attached patches fix the issue in GTK+2 and prevent crashing of
m-d-p.

Since this issue caused much inconvenience for users, the fix should be
backported to all current stable releases of Ubuntu.

[Test Case]

The easiest way to reproduce it is via Virtualbox:

1. Run mate-display-properties in the VM.
2. Make the VM go full-screen.
3. See m-d-p crash.

[Regression Potential]

After several months of testing the patched version of GTK+2 in Debian Jessie, 
I found no regressions.
I consider the regression risk very low here.

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-03 Thread Monsta
** Attachment added: updated debdiff for Precise
   
https://bugs.launchpad.net/ubuntu/+source/mate-control-center/+bug/1351890/+attachment/4409106/+files/gtk2-precise-updated-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-03 Thread Monsta
** Attachment added: updated debdiff for Utopic
   
https://bugs.launchpad.net/ubuntu/+source/mate-control-center/+bug/1351890/+attachment/4409108/+files/gtk2-utopic-updated-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-03 Thread Monsta
** Attachment added: updated debdiff for Trusty
   
https://bugs.launchpad.net/ubuntu/+source/mate-control-center/+bug/1351890/+attachment/4409107/+files/gtk2-trusty-updated-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-06-03 Thread Monsta
There we go. All three debdiffs have been updated to include two more
patches mentioned in the comments above (thanks to Sebastien Bacher and
Iain Lane).

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-06-03 Thread Monsta
The only error message I could find in the logs is this:

Error: Did not find a parent process that runs as non-root

at https://jenkins.qa.ubuntu.com/job/trusty-adt-
gvfs/ARCH=amd64,label=adt/152/

What's going on? It seems like internal error on build server, not a
regression in gvfs.

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-02 Thread Monsta
** Attachment added: debdiff with the fix for Precise
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview2/+bug/1461082/+attachment/4408594/+files/gsv-precise-debdiff

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-02 Thread Monsta
** Attachment added: debdiff with the fix for Vivid
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview2/+bug/1461082/+attachment/4408618/+files/gsv-vivid-debdiff

** Bug watch added: Debian Bug tracker #780205
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780205

** Also affects: gtksourceview2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780205
   Importance: Unknown
   Status: Unknown

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 1461082] [NEW] patch - fix crash with long one-line XML documents

2015-06-02 Thread Monsta
Public bug reported:

[Impact]

When editing a long one-line document with some markup (e.g. XML) with
Pluma (or any other editor using gtksourceview2), you cannot delete a
selected portion of text because the editor will crash.

This has been reported upstream and fixed in [1], but the commit never
made it to GTK+2 version of gtksourceview.

So, I propose fixing it in current stable Ubuntu releases with the patch which 
fixes the crash for good.
The debdiffs for every stable release are in the attachments below.


[Test Case]

Steps to reproduce:

1. Open a long one-line XML document (e.g. [2]) with Pluma. Any other editor 
using gtksourceview2 will also fit I think.
2. Select a portion of text.
3. Press Backspace (or Delete) key.
4. Pluma crashes. The full backtrace is at [3].

If you're running Pluma from the command-line, you'll notice a warning:
GtkSourceView-CRITICAL **: Highlighting a single line took too much time, 
syntax highlighting will be disabled

That's the key. The library tries to invalidate the region when text is
deleted and the engine is disabled (i.e. syntax highlighting is off).


[Regression Potential]

After several months of testing the patch in Debian Jessie, I haven't
noticed any regressions.


[1] 
https://git.gnome.org/browse/gtksourceview/commit/?id=abef41da8c541c814bf631f69c92e0c431c610ad
[2] http://pastebin.com/nNdYzFXE
[3] http://pastebin.com/YgDT0iKh

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

** Affects: gtksourceview2 (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: precise trusty utopic vivid

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-02 Thread Monsta
** Attachment added: debdiff with the fix for Trusty
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview2/+bug/1461082/+attachment/4408595/+files/gsv-trusty-debdiff

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 1461082] Re: patch - fix crash with long one-line XML documents

2015-06-02 Thread Monsta
** Attachment added: debdiff with the fix for Utopic
   
https://bugs.launchpad.net/ubuntu/+source/gtksourceview2/+bug/1461082/+attachment/4408603/+files/gsv-utopic-debdiff

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

Title:
  patch - fix crash with long one-line XML documents

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-05-22 Thread Monsta
Would be nice to know the details of that regression as well.

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-05-11 Thread Monsta
I have the same question as Fantu. Why? :-/

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-29 Thread Monsta
Thanks Marc :)

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-21 Thread Monsta
Ah dammit, copy/paste error, this is the corresponding Debian bug
number. :)

Thanks for pointing that out. Unfortunately, LP does not allow us to
edit neither comments nor patches/debdiffs. I can only delete the
attachments and upload the corrected ones. I'm not sure whether it
should be done now since ubuntu-sponsors team is already subscribed to
this report. Maybe they'll correct the bug number. If not, I can
reupload the debdiffs.

As for the UNRELEASED thing, it's what the modern versions of dch put
there when you run dch --nmu to indicate a non-maintainer upload. I
didn't edit that afterwards.

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-21 Thread Monsta
Well, I guess I'll need to write SRU Bug Template as well:

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

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-21 Thread Monsta
** Attachment added: debdiff with the fix for Utopic
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/517021/+attachment/4380502/+files/gvfs-utopic-debdiff

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-21 Thread Monsta
** Attachment added: debdiff with the fix for Precise
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/517021/+attachment/4380477/+files/gvfs-precise-debdiff

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-21 Thread Monsta
** Attachment added: debdiff with the fix for Trusty
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/517021/+attachment/4380478/+files/gvfs-trusty-debdiff

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-20 Thread Monsta
How to reproduce the issue (and test if the patch works):
https://bugzilla.gnome.org/show_bug.cgi?id=637095#c47

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-20 Thread Monsta
Huh... it seems to be that old bug that I've posted a patch for...
https://bugs.debian.org/756205#33

The debdiff will probably fail against Ubuntu version, so here's the original 
commit just in case:
https://git.gnome.org/browse/gvfs/commit/?id=23341281b7e7f3d92ea1f3d6dffc156a8adb03bc

** Tags removed: 64bit freeze hang privacy
** Tags added: trusty

** Tags added: utopic

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 517021] Re: gvfsd-metadata causes 100% CPU usage

2015-04-20 Thread Monsta
I'm not sure it'll be possible to backport the patch to Precise. The
commit is from 1.20 branch, and Precise has 1.12...

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

Title:
  gvfsd-metadata causes 100% CPU usage

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

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


[Bug 1441474] Re: gnome-keyring-daemon uses a lot of memory

2015-04-09 Thread Monsta
** Also affects: gnome-keyring (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  gnome-keyring-daemon uses a lot of memory

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

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


[Bug 1440449] Re: GIMP 2.8.10 bug causes severe data loss

2015-04-07 Thread Monsta
** Also affects: gimp (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  GIMP 2.8.10 bug causes severe data loss

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

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


[Bug 1429279] Re: Evince -pdf close only using Force Quit

2015-03-07 Thread Monsta
** Project changed: linuxmint = evince (Ubuntu)

** Tags added: trusty

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

Title:
  Evince -pdf close only using Force Quit

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

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


[Bug 1425879] Re: elitebook 840G1 restarts when he is told to shut down

2015-03-07 Thread Monsta
** Changed in: evince (Ubuntu)
   Status: New = Invalid

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

Title:
  elitebook 840G1 restarts when he is told to shut down

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

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


[Bug 1406239] Re: Evince PDF print generates blank pages on the printer.

2015-03-07 Thread Monsta
*** This bug is a duplicate of bug 1397516 ***
https://bugs.launchpad.net/bugs/1397516

** This bug has been marked a duplicate of bug 1397516
   Evince prints blank pages with attached PDF

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

Title:
  Evince PDF print generates blank pages on the printer.

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

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


[Bug 1415320] Re: gedit acts like it has some internal runaway code active while a cut-buffer is active

2015-03-07 Thread Monsta
** Package changed: evince (Ubuntu) = gedit (Ubuntu)

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

Title:
  gedit acts like it has some internal runaway code active while a cut-
  buffer is active

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

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


[Bug 1419050] Re: gnome-power-statistics crashed with SIGSEGV

2015-03-05 Thread Monsta
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  gnome-power-statistics crashed with SIGSEGV

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-04 Thread Monsta
Whoops, looks like there are two fixes actually, the second one is in
https://git.gnome.org/browse/gtk%2B/commit/?id=22eb70adab72a5c14f063ea15f8195087ff1dcd8

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-04 Thread Monsta
Iain, I've seen you've added them in Debian Jessie and Ubuntu 15.04,
thanks :)

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-04 Thread Monsta
Iain, did you mean I need to include the new fix in the debdiffs as
well?

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-04 Thread Monsta
Sebastien, the new segfault seems to be fixed upstream in
https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24id=5efefdb6550b3f00d5ca159c2ff74326bfd0e94b

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-03-03 Thread Monsta
Update what?
The debdiffs are fine.

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1419050] Re: gnome-power-statistics crashed with SIGSEGV

2015-03-03 Thread Monsta
Aron, because it's not helpful (for developers) without a stacktrace.

Actually, I suspect it's the same issue in upower which I fixed today.
If you know how to rebuild packages, you can try it:
http://paste.fedoraproject.org/192697/42539076/

For the sake of completeness, run the power statistics tool via gdb,
then attach the full backtrace here.

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

Title:
  gnome-power-statistics crashed with SIGSEGV

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

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


[Bug 1340067] Re: Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 = 0.34.9

2015-03-02 Thread Monsta
Brian, the checkbox is confusing because it does nothing. Users will
expect it to change some parameter, but the alternate scroll is always
turned on and won't be affected by that checkbox.

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

Title:
  Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 =
  0.34.9

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-25 Thread Monsta
** Attachment added: debdiff for Utopic
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1351890/+attachment/4327235/+files/gtk2-utopic-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-25 Thread Monsta
** Attachment added: debdiff for Precise
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1351890/+attachment/4327223/+files/gtk2-precise-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-25 Thread Monsta
** Attachment added: debdiff for Trusty
   
https://bugs.launchpad.net/ubuntu-mate/+bug/1351890/+attachment/4327234/+files/gtk2-trusty-debdiff

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-22 Thread Monsta
Thanks.
Please apply the patch in Precise, Trusty and Utopic.

** Tags removed: vivid

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1340067] Re: Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 = 0.34.9

2015-02-19 Thread Monsta
Dmitry, it's not just useless, it also adds a confusing checkbox to the
preferences dialog (confusing for users).

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

Title:
  Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 =
  0.34.9

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

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


[Bug 1340067] Re: Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 = 0.34.9

2015-02-16 Thread Monsta
Attached a simple debdiff which removes the obsolete patch.

** Attachment added: This debdiff removes the useless patch.
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1340067/+attachment/4320368/+files/gt-debdiff

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

Title:
  Drop 20_add_alt_screen_toggle_ui.patch - it does nothing with vte3 =
  0.34.9

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

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


[Bug 1340687] Re: Please replace current alternate screen scroll patch with the new one, making this scroll permanent

2015-02-15 Thread Monsta
** Tags added: trusty utopic vivid

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

Title:
  Please replace current alternate screen scroll patch with the new one,
  making this scroll permanent

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

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


[Bug 1398828] Re: nautilus crashed with SIGSEGV in rate_limiter_free()

2015-02-15 Thread Monsta
** Bug watch added: GNOME Bug Tracker #739424
   https://bugzilla.gnome.org/show_bug.cgi?id=739424

** Changed in: glib
   Importance: Critical = Unknown

** Changed in: glib
   Status: Invalid = Unknown

** Changed in: glib
 Remote watch: GNOME Bug Tracker #720489 = GNOME Bug Tracker #739424

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

** No longer affects: fedora

** Also affects: glib2.0 (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=1169069
   Importance: Unknown
   Status: Unknown

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

Title:
  nautilus crashed with SIGSEGV in rate_limiter_free()

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

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


[Bug 1420975] Re: nautilus crashed with SIGSEGV ubuntu 15.04

2015-02-15 Thread Monsta
** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

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

Title:
  nautilus crashed with SIGSEGV ubuntu 15.04

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

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


[Bug 1420783] Re: nautilus crashed with SIGSEGV

2015-02-15 Thread Monsta
** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

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

Title:
  nautilus crashed with SIGSEGV

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

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


[Bug 1419050] Re: gnome-power-statistics crashed with SIGSEGV

2015-02-15 Thread Monsta
** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Incomplete

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

Title:
  gnome-power-statistics crashed with SIGSEGV

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

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


[Bug 1414756] Re: slingshot-launcher crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

2015-02-12 Thread Monsta
*** This bug is a duplicate of bug 1206729 ***
https://bugs.launchpad.net/bugs/1206729

** Project changed: slingshot = gnome-menus (Ubuntu)

** This bug has been marked a duplicate of bug 1232849
   alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

** This bug is no longer a duplicate of bug 1232849
   alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()
** This bug has been marked a duplicate of bug 1206729
   gnome-shell crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

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

Title:
  slingshot-launcher crashed with SIGSEGV in
  g_desktop_app_info_get_is_hidden()

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

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


[Bug 1232849] Re: alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

2015-02-12 Thread Monsta
** Package changed: alacarte (Ubuntu) = gnome-menus (Ubuntu)

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

Title:
  alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

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

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


[Bug 1232849] Re: alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

2015-02-12 Thread Monsta
*** This bug is a duplicate of bug 1206729 ***
https://bugs.launchpad.net/bugs/1206729

** This bug has been marked a duplicate of bug 1206729
   gnome-shell crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

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

Title:
  alacarte crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

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

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


[Bug 1206729] Re: gnome-shell crashed with SIGSEGV in g_desktop_app_info_get_is_hidden()

2015-02-12 Thread Monsta
** Package changed: gnome-shell (Ubuntu) = gnome-menus (Ubuntu)

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

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

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-11 Thread Monsta
Attached the patch for GTK+2 which makes gdk_event_apply_filters
function safe against changes in filter list. This patch is cherry-
picked from GTK+3 and adapted to GTK+2.

I've tested it in Precise, Trusty and Utopic. It applies cleanly in all
three Ubuntu releases, and mate-display-properties doesn't crash anymore
after GTK+2 is patched.

** Patch added: This patch makes gdk_event_apply_filters function safe against 
changes in filter list.
   
https://bugs.launchpad.net/debian/+source/gtk+2.0/+bug/1351890/+attachment/4317115/+files/fix_gdk_event_apply_filters.patch

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1351890] Re: Changing external screen resolution with dual monitors

2015-02-11 Thread Monsta
** Bug watch added: Debian Bug tracker #777142
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777142

** Also affects: gtk+2.0 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777142
   Importance: Unknown
   Status: Unknown

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

Title:
  Changing external screen resolution with dual monitors

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

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


[Bug 1391472] Re: mise ajour firefox

2015-02-10 Thread Monsta
** Changed in: file-roller (Ubuntu)
   Status: New = Invalid

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

Title:
  mise ajour firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1391472/+subscriptions

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


[Bug 1328381] Re: evolution looses write permission on remote authenticated caldav calendar intermittently

2015-02-10 Thread Monsta
** Bug watch added: GNOME Bug Tracker #721712
   https://bugzilla.gnome.org/show_bug.cgi?id=721712

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

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

Title:
  evolution looses write permission on remote authenticated caldav
  calendar intermittently

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

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


[Bug 1328381] Re: evolution looses write permission on remote authenticated caldav calendar intermittently

2015-02-10 Thread Monsta
** Bug watch added: Debian Bug tracker #771868
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771868

** Also affects: evolution (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771868
   Importance: Unknown
   Status: Unknown

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

Title:
  evolution looses write permission on remote authenticated caldav
  calendar intermittently

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

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


[Bug 1411610] Re: don't ignore OobsResult in a callback function

2015-02-09 Thread Monsta
Thank you!

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

Title:
  don't ignore OobsResult in a callback function

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

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


[Bug 1411577] Re: fix current user's info retrieval

2015-02-09 Thread Monsta
Thank you!

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

Title:
  fix current user's info retrieval

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-tools-backends/+bug/1411577/+subscriptions

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


[Bug 1411584] Re: correctly return error and emit warning

2015-02-09 Thread Monsta
Thank you!

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

Title:
  correctly return error and emit warning

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

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


  1   2   >