How to get a bug noticed

Solution 1:

This is not about the particular bugs you've filed, but general good practice for getting bugs dealt with in a timely manner:

  • Make sure you've filed the bug report in the correct source package. Bug triagers and developers tend to be subscribed to the bug mail of packages they're interested in or responsible from, so for the relevant people to look into your bug in a timely manner, it needs to be filed with a package specified, and the correct one. If you have trouble determining what the right package is, this wiki page may help.

  • Make sure your bug contains relevant debugging information. In most cases, filing your report using ubuntu-bug will ensure this, but there's a wealth of information on debugging procedures on the wiki that will also come in handy.

  • If your report looks all fine, but there's no response for a long time, try announcing it on #ubuntu-bugs on Freenode by citing the bug number to see if any bug triagers around can push it in the right direction. Remember that most triagers and developers are volunteers with constrained time and energy, and being too assertive can discourage people from helping you. If nobody around seems to be able to help, try another time of the day.

  • If you know the particular people whom you think should be looking into your bug, give them a ping on IRC (you can see people's IRC nicknames in their Launchpad profiles), or subscribe them to the bug explaining why you subscribed them with a polite and concise comment immediately afterwards. Don't assign them; just subscribe them, don't subscribe teams unless specifically instructed to do so, and don't mass-subscribe anyone to multiple bugs at the same time.

Solution 2:

Murat's answer is correct for good processes. For your specific bug it seems to be assigned to the wrong component. gnome-vfs is the old unmaintained thing, the current GNOME piece that handles this sort of thing is actually called gvfs.

Your problem is likely that no one is looking at bugs for something we haven't shipped in a while. Fixing the component and then following Murat's instructions will probably get the attention you need.