[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-17 Thread Colin Watson
unity (0.2.38-0ubuntu1) maverick; urgency=low * New upstream release: - Correct the offset of the quicklist so it doesn't jump to the right when expanding from a tooltip. Fixes (LP: #631446) - Log apps launched via unity-place-application (LP: #632203) - Fix launcher does not c

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/unity -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 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

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~unity-team/unity/packaging -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bu

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Didier Roche
** Changed in: unity Status: Fix Committed => Fix Released -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs maili

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Mirco Müller
** Changed in: unity (Ubuntu) Status: Triaged => Fix Committed -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs m

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Mirco Müller
** Branch linked: lp:~unity-team/unity/unity.fix-632460 ** Changed in: unity Status: In Progress => Fix Committed -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bug

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Mirco Müller
Iain's patch fixes the crash itself. Sofar so good. But for all places (Trash, Files&Folders, Workspaces, Favourites) get_controller_for_view(model[index]) returns NULL. Other launchers do work though. Looking into the issue with get_controller_for_view() now. Should we keep that in this bug or op

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread Mirco Müller
I'll take a look at Iain's patch. -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 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

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-14 Thread David Barth
Mirco, please test the fix provided by Iain. ** Changed in: unity Status: Incomplete => Triaged -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Iain Buclaw
Function: private void on_super_key_modifier_release (uint keycode) { if (!Unity.global_shell.super_key_active) return; int index = (int)keycode - 10; index = int.min (index, model.size - 1); if (index < 0 || index > 9) return; Unity.global_shell.super_key_active = false; var childco

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Iain Buclaw
Adding debug session of running unity (via mutter). Any more info needed, just ask. Regards. ** Attachment added: "gdb session running unity" https://bugs.launchpad.net/unity/+bug/632460/+attachment/1579203/+files/unity-session.txt -- unity crashes if a place is opened with the super-short-

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Iain Buclaw
In mine, super + alt -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 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://

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Adam Guthrie
In mine, super + spacebar -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 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 htt

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Erlan Sergaziev
In my case, it crashes when either - or are pressed. 7 because the workspaces is 7th from top and it is indicated when I click and hold = key. -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you a

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Omer Akram
to reproduce you should have a little less apps pinned to the launcher so that when super key is pressed one of the overlay comes on any special tile. so when you try to switch to any special tile it crashes. -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.ne

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Mirco Müller
Omer, which key-combination did you try when unity crashed? ** Changed in: unity Status: In Progress => Incomplete -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bu

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-13 Thread Mirco Müller
** Changed in: unity Status: Triaged => In Progress -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-10 Thread David Barth
** Changed in: unity Assignee: (unassigned) => Mirco Müller (macslow) -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-10 Thread Mikkel Kamstrup Erlandsen
The same thing happens id you activate a workspace this way - there is another bug reported on this. Milestoned for next week. ** Changed in: unity Milestone: 2010-09-09 => 2010-09-16 ** Changed in: unity Assignee: (unassigned) => Mikkel Kamstrup Erlandsen (kamstrup) ** Changed in: uni

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-08 Thread Ubuntu QA Website
** Tags added: iso-testing -- unity crashes if a place is opened with the super-short-key https://bugs.launchpad.net/bugs/632460 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 ht

[Bug 632460] Re: unity crashes if a place is opened with the super-short-key

2010-09-08 Thread Didier Roche
even happens with trunk, I get a lot of "(mutter:25495): dee-WARNING **: Unable to connect to peer (:1.482): Could not get owner of name ':1.482': no such name" and then crash ** Changed in: unity Status: Confirmed => Triaged ** Also affects: unity (Ubuntu) Importance: Undecided