[Bug 940419] Re: Doing multiple changes with clear in one transaction causes critical

2013-10-30 Thread Michal Hruby
** Changed in: dee Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940419 Title: Doing multiple changes with clear in one transaction causes critical To m

[Bug 1223933] Re: sometimes the dash home list "no result matching your query" string

2013-09-11 Thread Michal Hruby
** Also affects: libunity Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223933 Title: sometimes the dash home list "no result matching your query" string

[Bug 1224410] Re: Last.fm plugin causes file descriptor starvation

2013-09-13 Thread Michal Hruby
Both patches are correct, async operations take a ref on the object itself, so unref after starting an async operation is valid and arguably more readable as you don't need to follow all the callbacks to discover when are all the async operations finished (plus no need to worry about errors). --

[Bug 1224410] Re: Last.fm plugin causes file descriptor starvation

2013-09-13 Thread Michal Hruby
** Package changed: grilo-plugins (Ubuntu) => grilo (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224410 Title: Last.fm plugin causes file descriptor starvation To manage notifications ab

[Bug 1225391] Re: Installed Applications is blank after doing a search

2013-09-17 Thread Michal Hruby
That's hard to confirm without actual steps to reproduce, but unity will display the expander only if there are >6 results in the model, so it's more than likely that the backend model is fine. What happens when you get this bug and try to expand the category? ** Changed in: unity8 Status:

[Bug 1209346] Re: scope-runner-dbus.py crashed with SIGSEGV in PyObject_Call()

2013-09-17 Thread Michal Hruby
Is this only affecting the canonical directory scope, or is this a problem with different scopes as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1209346 Title: scope-runner-dbus.py crashed wi

[Bug 1209346] Re: scope-runner-dbus.py crashed with SIGSEGV in PyObject_Call()

2013-09-18 Thread Michal Hruby
Most scopes processes will now quit after a while of inactivity (to save resources), of course they're respawned once there's a query directed at them. Also, by default searches in a python scope run in different threads, so this is likely connected to a threading issue. (looks like py3 doesn't hav

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michal Hruby
A few notes from saviq and me about what should the service do ideally: • driven from dash • driven by the media scanner (additional) • ability to cancel requests • consider power connection (do more on AC, less on battery) • continue with cancelled requests? • ultimately a system service • ageing

[Bug 1224998] Re: Cache preview and thumbnail images

2013-09-18 Thread Michal Hruby
Also, since mediascanner is used in the example, how will other apps deal with the not-yet-downloaded album art? I'm thinking about the music-app, which should also use mediascanner's data. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1076971] Re: DeePeer doesn't emit peer-found and lost properly

2013-10-30 Thread Michal Hruby
** Changed in: dee Status: New => Triaged ** Changed in: dee Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1076971 Title: DeePeer doesn't emit peer-found a

[Bug 1017277] Re: dee doesnt compile with latest gobject-introspection

2013-10-30 Thread Michal Hruby
** Changed in: dee (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1017277 Title: dee doesnt compile with latest gobject-introspection To manage notificati

[Bug 1240141] Re: List of client scopes is not up-to-date

2013-10-30 Thread Michal Hruby
** Branch linked: lp:~mhr3/libunity/update-scopes-definitions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240141 Title: List of client scopes is not up-to-date To manage notifications about this

[Bug 1050026] Re: install service to pkglibexecdir rather than libexecdir

2013-10-30 Thread Michal Hruby
Can you please provide more information what's needed for libunity? The library itself it already being installed in the /usr/lib/[arch- triplet]. ** Changed in: libunity Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1063394] Re: Scopes are forking multiple copies of 'locate' ruining performance

2013-11-02 Thread Michal Hruby
** No longer affects: unity-scope-home (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063394 Title: Scopes are forking multiple copies of 'locate' ruining performance To manage notificatio

[Bug 1239710] Re: indicator-datetime or -session missing ~10% of the time

2013-11-04 Thread Michal Hruby
** Changed in: indicator-datetime (Ubuntu) Status: Fix Released => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239710 Title: indicator-datetime or -session missing ~10% of the ti

[Bug 1239710] Re: indicator-datetime or -session missing ~10% of the time

2013-11-04 Thread Michal Hruby
** Changed in: indicator-datetime (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1239710 Title: indicator-datetime or -session missing ~10% of the t

[Bug 1224643] Re: Some TestIconLoader unit tests intermittently fail during Jenkins CI

2013-09-19 Thread Michal Hruby
Fwiw IconLoader doesn't use nor need DBus, so the error is something completely unrelated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1224643 Title: Some TestIconLoader unit tests intermittently

[Bug 1228390] Re: Can't open music-app by tapping a track on Music screen

2013-09-23 Thread Michal Hruby
ecided => High ** Changed in: unity8 Assignee: (unassigned) => Michal Hruby (mhr3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1228390 Title: Can't open music-app by tapping a track on

[Bug 1211595] Re: unity8 crashed with SIGSEGV in operator()

2013-09-23 Thread Michal Hruby
** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Also affects: unity8 Importance: Undecided Status: New ** Changed in: unity8 Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity8 Importance: Undecided => High ** Changed in: unity8

[Bug 1199715] Re: unity-scope-home crashed with signal 5 in g_wakeup_new()

2013-09-24 Thread Michal Hruby
** Changed in: libunity Status: New => In Progress ** Changed in: libunity Importance: Undecided => High ** Changed in: libunity Assignee: (unassigned) => Michal Hruby (mhr3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1228097] Re: unity8 and home/etc. scope crashes in automation in build 57

2013-09-24 Thread Michal Hruby
** Branch linked: lp:~mhr3/libunity/fix-1199715 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1228097 Title: unity8 and home/etc. scope crashes in automation in build 57 To manage notifications abo

[Bug 1228097] Re: unity8 and home/etc. scope crashes in automation in build 57

2013-09-24 Thread Michal Hruby
** Changed in: unity8 Assignee: (unassigned) => Pawel Stolowski (stolowski) ** Changed in: unity8 Importance: Undecided => Critical ** Changed in: unity8 Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1229681] Re: Unity7: Application appear twice in the dash home page

2013-09-24 Thread Michal Hruby
The issue here seems to be that unpinning an app pushes a zeitgeist event with application scheme and full path to the desktop file. If a desktop file is present in the standard XDG directories, the full path should be omitted and only desktop id (as per fdo menu spec) should be used - ie instead o

[Bug 1229793] [NEW] FTS extension should be disabled for Ubuntu Touch

2013-09-24 Thread Michal Hruby
Public bug reported: The zeitgeist-core package includes also the FTS extension that uses Xapian to index and search data indexed by zeitgeist, but we have different solution on the touch images (mediascanner) and the xapian- based DB just unnecessarily hogs up CPU and RAM. Therefore we should dis

[Bug 1229793] Re: FTS extension should be disabled for Ubuntu Touch

2013-09-24 Thread Michal Hruby
** Branch linked: lp:~unity-team/zeitgeist/disable-fts-on-touch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229793 Title: FTS extension should be disabled for Ubuntu Touch To manage notification

[Bug 1201526] Re: scope-runner-dbus.py crashed with SIGSEGV in g_object_ref()

2013-08-10 Thread Michal Hruby
Seems to be python2-specific. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1201526 Title: scope-runner-dbus.py crashed with SIGSEGV in g_object_ref() To manage notifications about this bug go to:

[Bug 1189616] Re: libunity doesn't built against vala-0.20

2013-08-14 Thread Michal Hruby
One of the things that's missing in 0.20 that libunity requires is https://git.gnome.org/browse/vala/commit/?id=1b1d46e187a9a90fb7abaa9847fee3bd1ac8c69d Anyone care to distropatch that? (0.18 already ships it) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1212738] Re: friends-dispatcher crashed with SIGSEGV in g_variant_ref_sink()

2013-08-16 Thread Michal Hruby
** Changed in: dee Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1212738 Title: friends-dispatcher crashed with SIGSEGV in g_variant_ref_sink() To manage notificatio

[Bug 1207899] Re: friends-dispatcher crashed with SIGSEGV

2013-08-16 Thread Michal Hruby
*** This bug is a duplicate of bug 1212738 *** https://bugs.launchpad.net/bugs/1212738 ** This bug has been marked a duplicate of bug 1212738 friends-dispatcher crashed with SIGSEGV in g_variant_ref_sink() -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1192183] Re: friends-dispatcher crashed with SIGSEGV in flush_revision_queue()

2013-08-16 Thread Michal Hruby
*** This bug is a duplicate of bug 1212738 *** https://bugs.launchpad.net/bugs/1212738 ** This bug has been marked a duplicate of bug 1212738 friends-dispatcher crashed with SIGSEGV in g_variant_ref_sink() -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1100303] Re: Named columns don't work in Python3

2013-08-16 Thread Michal Hruby
** Changed in: dee Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100303 Title: Named columns don't work in Python3 To manage notifications about this b

[Bug 1076027] Re: Dee.SharedModel doesn't get invalidated when the leader changes

2013-08-16 Thread Michal Hruby
** Changed in: dee Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1076027 Title: Dee.SharedModel doesn't get invalidated when the leader changes To manag

[Bug 973518] Re: Build failure: be tolerant of missing GSettings

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973518 Title: Build failure:

[Bug 1214125] Re: unity-scope-mock stopped working after libunity r276

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1214125 Title: unity-scope-mo

[Bug 1063300] Re: unity-applications-daemon crashed with SIGSEGV in g_strdup()

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063300 Title: unity-applications-daemon crashed with SIGSEGV in g_strdup() To man

[Bug 1029949] Re: unity-webapps-context-daemon crashed with SIGSEGV in g_closure_invoke()

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029949 Title: unity-webapps-

[Bug 1062099] Re: libunity9 now depends on unity-common which depends on compiz

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1062099 Title: libunity9 now depends on unity-common which depends on compiz To ma

[Bug 1212246] Re: Can't pass a URI like "application://" to an ActivationResponse

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1212246 Title: Can't pass a U

[Bug 1193096] Re: Unity: no icon for app and app cannot be launched

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 ** Changed in: touch-preview-images Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1199961] Re: test-gtest-dbus fails and crashes when running TestScope* tests

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1199961 Title: test-gtest-dbus fails and crashes when running TestScope* tests To

[Bug 1170712] Re: Left and Right clicking on “More Suggestions” should open a preview

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 ** Changed in: unity-lens-video Status: Fix Committed => Fix Released ** Changed in: unity-scope-home Status: Fix Committed => Fix Released -- You received th

[Bug 1160876] Re: Previews for majority of the 100 scopes don't work

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.1.0 ** Changed in: libunity (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1159677] Re: Unity/Libunity unit tests broken by latest glib

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Fix Committed => Fix Released ** Changed in: libunity Milestone: None => 7.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159677 Title: Unity/Libunity

[Bug 892756] Re: Lenses get confused if scope names are too similar

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Incomplete => Fix Released ** Changed in: libunity Milestone: 5.4.0 => 6.14.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/892756 Title: Lenses get confu

[Bug 1189616] Re: libunity doesn't built against vala-0.20

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: New => Confirmed ** Also affects: vala (Ubuntu) Importance: Undecided Status: New ** Changed in: libunity Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 855735] Re: scope factory has improper search path if prefix is not set at configure time

2013-09-02 Thread Michal Hruby
** Changed in: libunity Status: Confirmed => Fix Released ** Changed in: libunity Milestone: None => 6.14.0 ** Changed in: libunity Milestone: 6.14.0 => 7.0.0 ** Changed in: unity Status: Confirmed => Fix Released ** Changed in: unity Milestone: None => 7.0.1 ** No lo

Re: [Bug 1273641] Re: Document threading model for queries

2015-09-07 Thread Michal Hruby
About time Michi :) On 7 Sep 2015 11:50 pm, "Michi Henning" wrote: > ** Changed in: unity-scopes-api (Ubuntu) >Status: In Progress => Fix Committed > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1273641 > > Tit

[Bug 940161] Re: Sources filter shouldn't be shown if there's just one item

2012-05-08 Thread Michal Hruby
The fix works fine, you need to log out after installing the upgrade. ** Tags removed: verification-failed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940161 Title:

[Bug 940161] Re: Sources filter shouldn't be shown if there's just one item

2012-05-08 Thread Michal Hruby
Perhaps the confusion came from the package, this is actually fixed in: libunity9: Installed: 5.12.0-0ubuntu1 Candidate: 5.12.0-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/940161 Title

[Bug 948584] Re: unity-lens-video crashed with TypeError in update_results_model(): gi._glib.spawn_async: first argument must be a sequence of strings

2012-05-08 Thread Michal Hruby
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/948584 Title: unity-lens-video crashed with TypeError in update_results_model(): gi._glib.spawn_async: first argument

[Bug 947325] Re: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc()

2012-05-08 Thread Michal Hruby
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/947325 Title: compiz crashed with SIGSEGV in Glib::Source::prepare_vfunc() To manage notifications about this bug go t

[Bug 990787] Re: gnome-power-statistics is a blank window

2012-05-08 Thread Michal Hruby
*** This bug is a duplicate of bug 951827 *** https://bugs.launchpad.net/bugs/951827 ** This bug has been marked a duplicate of bug 951827 Power Statistics window blank -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 979799] Re: dash ignore queries done just after session start

2012-04-12 Thread Michal Hruby
** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/979799 Title: dash ignore queries done just after session start To manage notifications ab

[Bug 961338] Re: Filters not working

2012-03-22 Thread Michal Hruby
** Changed in: unity Assignee: (unassigned) => Michal Hruby (mhr3) ** Changed in: unity Milestone: None => 5.8.0 ** Changed in: unity (Ubuntu) Assignee: (unassigned) => Michal Hruby (mhr3) ** Changed in: unity Importance: Undecided => Medium ** Changed in: u

[Bug 951210] Re: unity-files-daemon crashed with SIGSEGV in dee_model_remove()

2012-03-22 Thread Michal Hruby
*** This bug is a duplicate of bug 916356 *** https://bugs.launchpad.net/bugs/916356 ** This bug is no longer a duplicate of private bug 943496 ** This bug has been marked a duplicate of bug 916356 unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row() -- You rec

[Bug 945720] Re: unity-files-daemon crashed with SIGSEGV in g_closure_invoke()

2012-03-22 Thread Michal Hruby
*** This bug is a duplicate of bug 916356 *** https://bugs.launchpad.net/bugs/916356 ** This bug is no longer a duplicate of private bug 945665 ** This bug has been marked a duplicate of bug 916356 unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row() -- You rec

[Bug 944934] Re: unity-files-daemon crashed with SIGSEGV in g_closure_invoke()

2012-03-22 Thread Michal Hruby
*** This bug is a duplicate of bug 916356 *** https://bugs.launchpad.net/bugs/916356 ** This bug is no longer a duplicate of private bug 944930 ** This bug has been marked a duplicate of bug 916356 unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row() -- You rec

[Bug 953302] Re: file lens finds not existing files

2012-03-22 Thread Michal Hruby
*** This bug is a duplicate of bug 948086 *** https://bugs.launchpad.net/bugs/948086 ** This bug has been marked a duplicate of bug 948086 Web url regexp matches non url -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 953978] Re: unity-applications-daemon crashed with SIGSEGV in g_variant_type_info_check()

2012-03-23 Thread Michal Hruby
** Also affects: unity-lens-applications Importance: Undecided Status: New ** No longer affects: unity-lens-applications ** Also affects: dee Importance: Undecided Status: New ** Changed in: dee Assignee: (unassigned) => Michal Hruby (mhr3) ** Changed in:

[Bug 963001] [NEW] Unable to start Log File Viewer from the dash

2012-03-23 Thread Michal Hruby
Public bug reported: Searching for "Log File Viewer" and clicking on it doesn't start the application, seems like there's an issue with pkexec. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gnome-system-log 3.3.1-2ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3 Uname: Linux

[Bug 963001] Re: Unable to start Log File Viewer from the dash

2012-03-23 Thread Michal Hruby
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/963001 Title: Unable to start Log File Viewer from the dash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnom

[Bug 953978] Re: unity-applications-daemon crashed with SIGSEGV in g_variant_type_info_check()

2012-03-23 Thread Michal Hruby
** Changed in: dee Milestone: 1.0.8 => 1.0.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953978 Title: unity-applications-daemon crashed with SIGSEGV in g_variant_type_info_check() To mana

[Bug 929468] Re: invalid valgrind read errors

2012-03-23 Thread Michal Hruby
** Changed in: bamf Milestone: None => 0.2.116 ** Changed in: bamf Milestone: 0.2.116 => 0.2.114 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929468 Title: invalid valgrind read errors To

[Bug 921665] Re: clicking on folders in the file lens does not open nautilus

2012-03-05 Thread Michal Hruby
** Changed in: unity Milestone: None => 5.8.0 ** Changed in: unity-lens-files Milestone: 5.6.0 => 5.8.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921665 Title: clicking on folders in th

[Bug 921665] Re: clicking on folders in the file lens does not open nautilus

2012-03-05 Thread Michal Hruby
** Changed in: unity-lens-files Status: Triaged => In Progress ** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921665 Title: clicki

[Bug 773841] Re: \\192.168.1.x opens http:\\192.168.1.x in firefox as opposed to smb://192.168.1.x in nautilus

2012-03-05 Thread Michal Hruby
** Changed in: unity-lens-files Status: Confirmed => In Progress ** Changed in: unity-lens-files Importance: Undecided => Medium ** Changed in: unity-lens-files Milestone: None => 5.8.0 ** Changed in: unity Status: Confirmed => In Progress ** Changed in: unity Importance

[Bug 981309] Re: hash tables, strings, and variants leaked in LauncherEntry.serialize()

2012-04-16 Thread Michal Hruby
** Changed in: libunity Status: New => In Progress ** Changed in: libunity Milestone: None => 5.12.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981309 Title: hash tables, strings, and

[Bug 982366] Re: unity-music-daemon crashed with SIGSEGV in g_bit_lock()

2012-04-16 Thread Michal Hruby
*** This bug is a duplicate of bug 917974 *** https://bugs.launchpad.net/bugs/917974 ** This bug is no longer a duplicate of private bug 948579 ** This bug has been marked a duplicate of bug 917974 unity-music-daemon crashed with SIGSEGV in g_bit_lock() -- You received this bug notificati

[Bug 981242] Re: unity-music-daemon crashed with SIGSEGV in g_bit_lock()

2012-04-16 Thread Michal Hruby
*** This bug is a duplicate of bug 917974 *** https://bugs.launchpad.net/bugs/917974 ** This bug is no longer a duplicate of private bug 948579 ** This bug has been marked a duplicate of bug 917974 unity-music-daemon crashed with SIGSEGV in g_bit_lock() -- You received this bug notificati

[Bug 917974] Re: unity-music-daemon crashed with SIGSEGV in g_bit_lock()

2012-04-16 Thread Michal Hruby
Can anyone affected confirm that this happens also after session restart? Also can you paste the output of `apt-cache policy unity-scope- musicstores`? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917

[Bug 917974] Re: unity-music-daemon crashed with SIGSEGV in g_bit_lock()

2012-04-16 Thread Michal Hruby
Also did any of you had installed extra scopes for the music lens? (when upgrading from Oneiric)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917974 Title: unity-music-daemon crashed with SIGSEGV

[Bug 923108] Re: New filter request: RadioOptionFilterCompact

2012-04-17 Thread Michal Hruby
** Also affects: libunity Importance: Undecided Status: New ** Changed in: libunity Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923108 Title: New filter

[Bug 978720] Re: unity-music-daemon crashed with SIGSEGV

2012-04-17 Thread Michal Hruby
*** This bug is a duplicate of bug 963991 *** https://bugs.launchpad.net/bugs/963991 ** This bug is no longer a duplicate of private bug 978399 ** This bug has been marked a duplicate of bug 963991 unity-music-daemon crashed with SIGSEGV in find_term_real() from dee_tree_index_lookup() fro

[Bug 978416] Re: unity-music-daemon crashed with SIGSEGV

2012-04-17 Thread Michal Hruby
*** This bug is a duplicate of bug 963991 *** https://bugs.launchpad.net/bugs/963991 ** This bug is no longer a duplicate of private bug 978399 ** This bug has been marked a duplicate of bug 963991 unity-music-daemon crashed with SIGSEGV in find_term_real() from dee_tree_index_lookup() fro

[Bug 981823] Re: unity-applications-daemon crashed with signal 7

2012-04-17 Thread Michal Hruby
** Also affects: bleachbit Importance: Undecided Status: New ** Changed in: unity-lens-applications (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/98

[Bug 964711] Re: Often no effect of mouse click on application search result

2012-04-17 Thread Michal Hruby
This can happen if the application lens crashes, do you still see this wit 5.10? ** Changed in: unity-lens-applications (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 947452] Re: Keyboard based app launcher falls behind

2012-04-17 Thread Michal Hruby
*** This bug is a duplicate of bug 966417 *** https://bugs.launchpad.net/bugs/966417 ** This bug has been marked a duplicate of bug 966417 Application launch time increased with type-to-search in unity 5.8 -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 920451] Re: Implement unity-tool for command line instrumentation and testing

2012-02-13 Thread Michal Hruby
** Changed in: libunity Status: Triaged => Fix Committed ** Changed in: unity Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/920451 Title: Implement un

[Bug 878052] Re: Content of hidden folders shown in unity-lens-files

2012-02-13 Thread Michal Hruby
** Changed in: unity-lens-files Milestone: 5.2.0 => 5.6.0 ** Changed in: unity Milestone: 5.4.0 => 5.6.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878052 Title: Content of hidden folder

[Bug 924353] Re: New Dash Home has different recent apps/files than lenses

2012-02-13 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed ** Changed in: unity-lens-applications Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924353 Titl

[Bug 914200] Re: run the wrong command if enter is hit before the view is refreshed

2012-02-13 Thread Michal Hruby
Afaict this was fixed in 5.0, anyone able to reproduce with 5.2? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/914200 Title: run the wrong command if enter is hit before the view is refreshed To ma

[Bug 929506] Re: lenses are loaded on start, should be lazy loaded

2012-02-13 Thread Michal Hruby
** Branch linked: lp:~mhr3/unity/fix-929506 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929506 Title: lenses are loaded on start, should be lazy loaded To manage notifications about this bug go t

[Bug 931183] Re: Problem with similar commands in the 'Run command' window

2012-02-14 Thread Michal Hruby
*** This bug is a duplicate of bug 842108 *** https://bugs.launchpad.net/bugs/842108 ** This bug has been marked a duplicate of bug 842108 run command (alt+F2): results do not contain the exact match -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 761789] Re: Dash - Add 'Sources' filter to all Lenses so that users can easily disable and enable individual data sources

2012-02-14 Thread Michal Hruby
** Changed in: unity-lens-applications Status: Confirmed => Fix Released ** Changed in: unity-lens-applications (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 764352] Re: Unity search results depends on typing speed

2012-02-14 Thread Michal Hruby
I don't think this is the case anymore, as both apps and files lens now do full query on each letter (of course typing just "e" might not return the desired file because of limit on number of results) ** Changed in: unity-lens-applications Status: Confirmed => Incomplete ** Changed in: uni

[Bug 761789] Re: Dash - Add 'Sources' filter to all Lenses so that users can easily disable and enable individual data sources

2012-02-14 Thread Michal Hruby
** No longer affects: unity-place-applications (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/761789 Title: Dash - Add 'Sources' filter to all Lenses so that users can easily disable and e

[Bug 775744] Re: most used application should be shown first in dash

2012-02-14 Thread Michal Hruby
*** This bug is a duplicate of bug 871900 *** https://bugs.launchpad.net/bugs/871900 ** This bug has been marked a duplicate of bug 871900 Dash - When multiple results have equal string match relevancy ranking, those with equal ranking should be then sorted by frequency of use. -- You re

[Bug 928154] Re: Can not input Chinese in the input box of HUD with iBus

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928154 Title: Can not input Chinese in the input box of HUD with iBus To manage notifi

[Bug 915828] Re: ibus not getting focus

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/915828 Title: ibus not getting focus To manage notifications about this bug go to: htt

[Bug 931965] Re: screenshots listed twice in the recent files list

2012-02-14 Thread Michal Hruby
** Also affects: zeitgeist-datahub Importance: Undecided Status: New ** Changed in: zeitgeist-datahub Milestone: None => 0.8.1 ** Changed in: zeitgeist-datahub Assignee: (unassigned) => Michal Hruby (mhr3) ** Changed in: zeitgeist-datahub Importance: Undecided =&g

[Bug 931409] Re: [regression trunk] raising a minimized window while desktop is focused is buggy

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931409 Title: [regression trunk] raising a minimized window while desktop is focused

[Bug 926339] Re: String "Format ..." needs a translations comment

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926339 Title: String "Format ..." needs a translations comment To manage notifications

[Bug 871801] Re: window management, alt-tab - After using 'show desktop' to minimise all windows, opening any new window also incorrectly restores all the minimised windows

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871801 Title: window management, alt-tab - After using 'show desktop' to minimise all win

[Bug 923996] Re: Test Launcher Icon with Windows in multiple workspaces

2012-02-14 Thread Michal Hruby
** Changed in: unity Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923996 Title: Test Launcher Icon with Windows in multiple workspaces To manage notific

[Bug 773197] Re: The search engine should not be accent sensitive

2012-02-14 Thread Michal Hruby
This actually still affects apps lens, since it's building the index itself. ** Also affects: unity-lens-applications Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 916356] Re: unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row()

2012-02-14 Thread Michal Hruby
** Tags added: apport-request-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/916356 Title: unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row() To manage notific

[Bug 917606] Re: unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row()

2012-02-14 Thread Michal Hruby
** Tags added: apport-request-retrace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/917606 Title: unity-applications-daemon crashed with SIGSEGV in dee_sequence_model_free_row() To manage notific

[Bug 817318] Re: unity-applications-daemon crashed with SIGSEGV in g_variant_unref()

2012-02-15 Thread Michal Hruby
** Changed in: unity-lens-applications (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/817318 Title: unity-applications-daemon crashed with SIGSEGV in

[Bug 764352] Re: Unity search results depends on typing speed

2012-02-15 Thread Michal Hruby
@Marius: both -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/764352 Title: Unity search results depends on typing speed To manage notifications about this bug go to: https://bugs.launchpad.net/unity

[Bug 773197] Re: The search engine should not be accent sensitive

2012-02-15 Thread Michal Hruby
** Changed in: unity-lens-applications Importance: Undecided => Medium ** Changed in: unity-lens-applications Status: New => In Progress ** Changed in: unity-lens-applications Assignee: (unassigned) => Michal Hruby (mhr3) -- You received this bug notification because

<    1   2   3   4   5   6   7   8   9   10   >