Actually, the bug only occurs when Shiretoko is started from the new experimental GNOME Shell, so that's a minor importance for now.
The code uses GAppInfo from GIO to start apps, here's the relevant extract, if it helps: (this._appInfo is the GAppInfo to start) launch : function() { let global = Shell.Global.get(); let screen = global.screen; let display = screen.get_display(); let timestamp = display.get_current_time(); let context = new Gdk.AppLaunchContext(); let icon = this._appInfo.get_icon(); context.set_icon(icon); context.set_timestamp(timestamp); this._appInfo.launch([], context); } -- firefox-3.1 crashed with SIGSEGV in __pthread_mutex_lock() https://bugs.launchpad.net/bugs/348505 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs