Comment 7 for bug 672614

Revision history for this message
Louis-Dominique Dubeau (ldd) wrote :

For some reason I was not experiencing this bug in maverick but I do experience it in natty.

$ dpkg -S /usr/bin/tracker-status-icon
tracker-gui: /usr/bin/tracker-status-icon

$ apt-cache policy tracker-gui
tracker-gui:
  Installed: 0.8.17-1ubuntu2
  Candidate: 0.8.17-1ubuntu2
  Version table:
 *** 0.8.17-1ubuntu2 0
        500 http://us.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
        100 /var/lib/dpkg/status

Earlier messages on this bug suggest that it is a maverick-only bug but I've downloaded the natty source with apt-get and sure enough src/tracker-status-icon/tracker-status-icon.c contains:

        /* FIXME: Make this configurable */
        set_global_keybinding (icon, "<Ctrl><Alt>S");

The last line is line 222.