[Bug 1241101]

2016-04-05 Thread Marc-andre-laperle
Thanks Markus!

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1241101]

2016-03-08 Thread Marc-andre-laperle
The issue is fixed in Ubuntu >= 14.10. I proposed a patch to back-port
the fix to 14.04, see https://bugs.launchpad.net/ubuntu/+source/unity-
gtk-module/+bug/1427866/comments/5

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1241101]

2016-03-07 Thread Marc-andre-laperle
I'll assign to myself for now to investigate a fix in Ubuntu. Otherwise
we can try to apply the patch in SWT.

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1223181]

2015-11-02 Thread Marc-andre-laperle
*** Bug 458922 has been marked as a duplicate of this bug. ***

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

Title:
  After upgrading to saucy, eclipse crashes in
  gtk_tree_view_get_background_area+0x8a while debugging

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

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


[Bug 1241101]

2015-10-16 Thread Marc-andre-laperle
*** Bug 449031 has been marked as a duplicate of this bug. ***

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1241101]

2015-09-04 Thread Marc-andre-laperle
(In reply to Taehoon Kwak from comment #53)
> I found that the crash occurs because a new Radio menu is created with
> *empty label*
> for which unity_gtk_action_group_get_state_name() returns null and this ends
> up with a null-pointer dereference at g_str_hash().

Would it be a good idea to fix unity_gtk_action_group_get_state_name to
that it returns an empty string instead of null? I'm thinking it would
be good to fix the root cause for other programs and earlier versions of
Eclipse.

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1241101]

2015-05-12 Thread Marc-andre-laperle
(In reply to Simone Perriello from comment #39)
 For me, no one of the suggested workarounds work. I tried with export
 SWT_GTK3=0 or export SWT_GTK3=1, but every time I move the mouse pointer on
 ProjectBuild Working Set Eclipse crashes with the following 

Have you tried UBUNTU_MENUPROXY=0 ?

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1223181]

2015-05-03 Thread Marc-andre-laperle
People using oxygen-gtk: have you tried to upgrade to oxygen-gtk2 1.4.6? I was 
getting an assertion/crash and after installing it, it solved it. The new 
version is here: https://projects.kde.org/news/276
Version 1.4.6 is part of Ubuntu 15.04 but on Ubuntu 14.04, I just compiled it 
and swapped the old one [kept a back up of course ;) ]
The file is located here (on x86_64): 
/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so

Stephan: About QtCurve, I tried to reproduce the crash with it unsuccessfully. 
It looks like there could be a similar issue with this theme.
In /usr/share/themes/QtCurve/gtk-2.0/gtkrc can you try changing:

From
GtkComboBoxEntry::appears-as-list = 1
GtkComboBoxText::appears-as-list = 1
to
GtkComboBoxEntry::appears-as-list = 0
GtkComboBoxText::appears-as-list = 0

See 
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-oxygen/+bug/1242801/comments/7
https://bugzilla.gnome.org/show_bug.cgi?id=736323

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

Title:
  After upgrading to saucy, eclipse crashes in
  gtk_tree_view_get_background_area+0x8a while debugging

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

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


[Bug 1241101]

2015-05-01 Thread Marc-andre-laperle
I can reproduce the crash using Thomas Singer's example code (comment
9), on Ubuntu 13.10 and 14.04 when UBUNTU_MENUPROXY is enabled. If I
disable UBUNTU_MENUPROXY it works. I think it's the same issue as bug
461311: radio button in the menu. Can we mark one as duplicate of the
other?

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

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-28 Thread Marc-Andre Laperle
I tested a few Eclipse tars and others including the test case and it
fixed it for me.

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-26 Thread Marc-Andre Laperle
Clay, I believe those are all separate bugs from this one. In fact, I see those 
problems with an Eclipse extracted prior to upgrading so Saucy.
For the menu bug and workaround, see
https://bugs.launchpad.net/bugs/1208019

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-23 Thread Marc-Andre Laperle
The status says Fix Committed but I don't see it in any branch. Is it
still the wrong status? ;)

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-23 Thread Marc-Andre Laperle
I didn't know about this other page. Thank you for your help!

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-19 Thread Marc-Andre Laperle
The fix is in gnome 3.10.1 but it has not made its way into Ubuntu yet.
You can extract the archive from the command line, for example:

tar zxf eclipse-cpp-juno-SR2-linux-gtk-x86_64.tar.gz

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-11 Thread Marc-Andre Laperle
** Bug watch added: GNOME Bug Tracker #709932
   https://bugzilla.gnome.org/show_bug.cgi?id=709932

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

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-11 Thread Marc-Andre Laperle
I added the link to the gnome bugilla
https://bugzilla.gnome.org/show_bug.cgi?id=709932

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] Re: Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-11 Thread Marc-Andre Laperle
The bug is fixed upstream now in master branch. Should the fix be
backported as a patch?

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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


[Bug 1238266] [NEW] Error setting owner: Operation not permitted when extracting Eclipse in saucy

2013-10-10 Thread Marc-Andre Laperle
Public bug reported:

Description:Ubuntu Saucy Salamander (development branch)
Release:13.10
file-roller 3.10.0-0ubuntu1

1. Download this tar.gz:

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/juno/SR2
/eclipse-cpp-juno-SR2-linux-gtk-x86_64.tar.gz

2. Open it with Archive Manager
3. Try to extract to a folder, error occurs. Error setting owner: Operation 
not permitted

This worked with raring.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Error setting owner: Operation not permitted when extracting Eclipse
  in saucy

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

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