[Bug 132320] Re: Tracker consumes more then 90% of CPU even when indexing is disabled

2009-05-19 Thread Pete Ryland
The problem for me is that it uses too much memory. Using a 1.5GB resident set (of 3.0GB total virtual) on a 2GB system means that everything else has to use swap, even if you're at +19 nice. And when IO is highly-contended already, even swap is slower than usual. It's actually so bad I'm

[Bug 38150] Re: figfonts in both Conflicts and Suggests

2007-09-03 Thread Pete Ryland
Are you sure that's the case? I would have thought that the Suggests should be removed for versions which include the fonts. Please see: http://www.debian.org/doc/debian-policy/ch-relationships.html#s7.5.2 Thanks. -- figfonts in both Conflicts and Suggests

[Bug 38150] Re: figfonts in both Conflicts and Suggests

2007-09-03 Thread Pete Ryland
Actually, the bigger problem anyway is that the package doesn't Replace figfonts-cjk, so upgrades from a system with this package installed will break, which is what happened to me. -- figfonts in both Conflicts and Suggests https://bugs.launchpad.net/bugs/38150 You received this bug

[Bug 38150] Re: figfonts in both Conflicts and Suggests

2007-09-03 Thread Pete Ryland
Yes, it was reported a while ago. OK, I don't think many people will still have that package installed these days, so I'm happy to see this closed. Thanks. -- figfonts in both Conflicts and Suggests https://bugs.launchpad.net/bugs/38150 You received this bug notification because you are a

[Bug 61340] Re: Alacarte emptied my Applications menu list.

2006-12-05 Thread Pete Ryland
You'll have to free some disk space first. -- Alacarte emptied my Applications menu list. https://launchpad.net/bugs/61340 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 64264] Re: gnome-menus doesn't send notification for new .desktop files

2006-10-29 Thread Pete Ryland
Seb, no problems. The upload I tried to make was just for the above two patches. I put the first one into the debian/patches directory as 11_desktop_notifications.patch and the second one was simply applied (to the gnomevfs patch). I should have known it wasn't going to work. :-/ I can send you

[Bug 64264] Re: gnome-menus doesn't send notification for new .desktop files

2006-10-29 Thread Pete Ryland
** Attachment added: Fix for gnomevfs file change notification (converted to unified diff) http://librarian.launchpad.net/4940208/gnome-menus-2.16.1-fix_.desktop_notifications_uri_handling.patch -- gnome-menus doesn't send notification for new .desktop files

[Bug 64264] Re: gnome-menus doesn't send notification for new .desktop files

2006-10-29 Thread Pete Ryland
** Attachment added: Fix for desktop notifications (converted to unified diff) http://librarian.launchpad.net/4940207/gnome-menus-2.16.1-fix_.desktop_notifications.patch -- gnome-menus doesn't send notification for new .desktop files https://launchpad.net/bugs/64264 -- ubuntu-bugs mailing

[Bug 64264] Re: gnome-menus doesn't send notification for new .desktop files

2006-10-29 Thread Pete Ryland
** Bug watch added: GNOME Bug Tracker #367273 http://bugzilla.gnome.org/show_bug.cgi?id=367273 ** Also affects: gnome-menus (upstream) via http://bugzilla.gnome.org/show_bug.cgi?id=367273 Importance: Unknown Status: Unknown -- gnome-menus doesn't send notification for new

[Bug 64264] Re: Editing the menu doesn't update correctly after changes

2006-10-20 Thread Pete Ryland
And here is another patch, which fixes the handling of .desktop files with a space in their name (amongst other uri-encodable characters). The problem was that gnomvfs converts spaces to %20 encoding. I've fixed this by using gnomevfs's helper functions to do the encoding and decoding. **

[Bug 62304] Re: alacarte doesn't honor changed .desktop files

2006-10-20 Thread Pete Ryland
The only way to reliably fix this is to fix the freedesktop specification. The underlying problem is that there is no clean way that meets the specification to override the NoDisplay attribute of the .desktop file without copying the whole file to the user's applications directory. Matthias's

[Bug 55862] Re: local .desktop files after package deinstallation should be removed/modified

2006-10-20 Thread Pete Ryland
The proposed change in bug #62304 would fix this as well. -- local .desktop files after package deinstallation should be removed/modified https://launchpad.net/bugs/55862 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 56250] Re: no warning when creating identical item.

2006-10-19 Thread Pete Ryland
I can't duplicate this bug. I've tried creating menu items with the same details but they are treated as separate and I can edit them completely independently. Have you tried reliably reproducing it? Can you provide exact steps to reproduce this please? (I'm on alacarte 0.10.0-0ubuntu1) **

[Bug 61340] Re: Alacarte emptied my Applications menu list.

2006-10-19 Thread Pete Ryland
Perhaps this is an issue with disk space? Can the original poster confirm if there was limited available disk space when running alacarte? The information I can glean from the stack trace is that the menu file (normally at ~/.config/menus/applications.menu) existed but was empty (already).

[Bug 61340] Re: Alacarte emptied my Applications menu list.

2006-10-19 Thread Pete Ryland
BTW, to recreate the menus, simply remove the personalised menu file like so: $ rm -f ~/.config/menus/applications.menu And rerun alacarte: $ alacarte It will hopefully recreate your menus from the system-wide defaults. If the system-wide defaults are broken too, try reinstalling the gnome-

[Bug 61340] Re: Alacarte emptied my Applications menu list.

2006-10-19 Thread Pete Ryland
And here's how to reproduce the stack trace above: [EMAIL PROTECTED]:~$ /home/pdr/.config/menus/applications.menu [EMAIL PROTECTED]:~$ alacarte /var/lib/python-support/python2.4/gtk-2.0/bonobo/__init__.py: inconsistent use of tabs and spaces in indentation Traceback (most recent call last):

[Bug 62304] Re: alacarte doesn't honor changed .desktop files

2006-10-19 Thread Pete Ryland
I'm afraid I'm going to have to reject this bug on the basis that the existing behaviour is well known, more predictable and is even documented in the GNOME Desktop System Administrators Guide in the online documentation: Since user menu files take precedence over the system menu file, it will

[Bug 64264] Re: Editing the menu doesn't update correctly after changes

2006-10-19 Thread Pete Ryland
bugs. ** Changed in: gnome-menus (Ubuntu) Assignee: (unassigned) = Pete Ryland Status: Unconfirmed = Confirmed -- Editing the menu doesn't update correctly after changes https://launchpad.net/bugs/64264 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 64264] Re: Editing the menu doesn't update correctly after changes

2006-10-19 Thread Pete Ryland
Ok, here is the patch. This seems to make everything work as it should. ** Attachment added: This patch fixes the passing on of .desktop directory notifications http://librarian.launchpad.net/4893535/gnome-menus-2.16.1-fix_.desktop_notifications.patch -- Editing the menu doesn't update

[Bug 64960] Re: Moving menu items between categories in Alacarte doesn't work. (Edgy)

2006-10-19 Thread Pete Ryland
*** This bug is a duplicate of bug 64264 *** ** This bug has been marked a duplicate of bug 64264 Editing the menu doesn't update correctly after changes -- Moving menu items between categories in Alacarte doesn't work. (Edgy) https://launchpad.net/bugs/64960 -- ubuntu-bugs mailing list

[Bug 64960] Re: Moving menu items between categories in Alacarte doesn't work. (Edgy)

2006-10-19 Thread Pete Ryland
*** This bug is a duplicate of bug 64264 *** I've marked this as a dup now, since this behaviour was caused by a bug in gnome-menus (also now with patch). The above patch works because I changed the semantics of a drag-and-drop to perform a move operation, which doesn't create any new .desktop

[Bug 63523] Re: EDGY Menu management: hard to move items up and down

2006-10-14 Thread Pete Ryland
This works for me (with English menus). It's a little bit slow, but less than a second before it moves. -- EDGY Menu management: hard to move items up and down https://launchpad.net/bugs/63523 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 64960] Re: Moving menu items between categories in Alacarte doesn't work. (Edgy)

2006-10-14 Thread Pete Ryland
I can confirm that the item does not disappear from the original submenu, but I've found that it does indeed turn up in the new submenu ok. But dragging to, say, the Application main menu does not work. Are you using English menus? ** Summary changed: - Moving menu items in Alacarte doesn't

[Bug 64960] Re: Moving menu items between categories in Alacarte doesn't work. (Edgy)

2006-10-14 Thread Pete Ryland
Can you try patching with the attached diff please? * Download to /tmp * run the following to apply the patch: cd /usr/lib/python2.4/site-packages/Alacarte sudo cp MainWindow.py MainWindow.py.OLD sudo patch /tmp/alacarte_MainWindow.py_dragndropfix20061014.diff Try again. Does that fix the

[Bug 45142] Re: PIN code request fails due to error in /usr/bin/pinwrapper

2006-10-14 Thread Pete Ryland
Note that running xhost + is really not recommended. In some cases, you're opening a big security hole, allowing anyone to connect to your machine's X server. Someone can log you out for example. For the above problem, doing xhost +localhost is a *much* safer option. The DISPLAY environment