Re: [arch-general] Packages with update-desktop-database issues

2011-02-14 Thread Andreas Radke
Am Mon, 14 Feb 2011 14:47:29 +0100 schrieb Matthias Dienstbier : > Hi, > > I recently found that wine doesn't run update-desktop-database > (FS#22882) but that's not the only package with this issue. > > I tested all my installed packages with this command: > for i in $(grep -Rl 'MimeType=.*/.*'

[arch-general] Packages with update-desktop-database issues

2011-02-14 Thread Matthias Dienstbier
Hi, I recently found that wine doesn't run update-desktop-database (FS#22882) but that's not the only package with this issue. I tested all my installed packages with this command: for i in $(grep -Rl 'MimeType=.*/.*' /usr/share/applications/*); do pkg= $(LANG=C pacman -Qo "$i"); grep -L update-d